Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99191 > unrolled thread
| Started by | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| First post | 2015-11-21 13:34 +1100 |
| Last post | 2015-11-21 13:34 +1100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Mapping between python packages and distro packages? Ben Finney <ben+python@benfinney.id.au> - 2015-11-21 13:34 +1100
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Date | 2015-11-21 13:34 +1100 |
| Subject | Re: Mapping between python packages and distro packages? |
| Message-ID | <mailman.26.1448073284.2291.python-list@python.org> |
Stephane Wirtel <stephane@wirtel.be> writes: > in fact, I would like to have a database where I want the requests > library, I will get the python-requests for debian/ubuntu and the > right package for the yum installer. Okay. That's a pretty simple technical problem (a simple relation between PyPI distribution name, GNU+Linux operating system name, and package name). Of course, *populating* that database, *verifying* the ambiguous inputs, and *maintaining* that database into the future, are all social problems. You'll probably need an organised group of people to address it. I'm not aware of any sufficiently motivated group of people to put in the ongoing effort to provide what you want. (Another social problem is convincing people not to top-post, but instead to reply interleaved and trim irrelevant quoted material <URL:https://en.wikipedia.org/wiki/Posting_style#Interleaved_style>.) -- \ “Anyone who puts a small gloss on [a] fundamental technology, | `\ calls it proprietary, and then tries to keep others from | _o__) building on it, is a thief.” —Tim O'Reilly, 2000-01-25 | Ben Finney
Back to top | Article view | comp.lang.python
csiph-web