This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年03月13日 00:29 by j1m, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| msg155537 - (view) | Author: Jim Fulton (j1m) * (Python committer) | Date: 2012年03月13日 00:29 | |
Currently, distutils2.pypi.wrapper has a notion of a simple index, which has subdirectories for each project as pypi/simple does. This is good. It should also support flat indexes ala a directory of files. |
|||
| msg155539 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2012年03月13日 00:31 | |
+1 |
|||
| msg155905 - (view) | Author: Alexis Metaireau (alexis) * (Python triager) | Date: 2012年03月15日 16:29 | |
It is supposed to work already, but I'm not sure this is tested or complete. I'll have a closer look on this. +1 on the general idea. |
|||
| msg155924 - (view) | Author: Jim Fulton (j1m) * (Python committer) | Date: 2012年03月15日 18:16 | |
Note that "ala a directory of files" wasn't meant to imply local files. It could be a directory of files served via a HTTP (or sftp) server. |
|||
| msg155960 - (view) | Author: Alexis Metaireau (alexis) * (Python triager) | Date: 2012年03月15日 21:37 | |
Oh, thanks for clarifying this. I'll have a look at what the blockers are on this. I'm wondering if "local files" can be considered a simple index or not. If not, we can add another PyPI reader, which works with local files. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:27 | admin | set | github: 58487 |
| 2014年03月13日 02:28:44 | eric.araujo | set | status: open -> closed resolution: out of date stage: needs patch -> resolved |
| 2012年03月15日 21:37:57 | alexis | set | messages: + msg155960 |
| 2012年03月15日 18:16:24 | j1m | set | messages: + msg155924 |
| 2012年03月15日 16:29:12 | alexis | set | assignee: eric.araujo -> alexis messages: + msg155905 |
| 2012年03月13日 00:31:10 | eric.araujo | set | title: simple indexes (in wrappers) should support flat directories of distributions -> packaging.pypi should support flat directories of distributions stage: needs patch messages: + msg155539 versions: + 3rd party, Python 3.3 |
| 2012年03月13日 00:29:47 | j1m | create | |