Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #98946

Re: Mapping between python packages and distro packages?

From Ben Finney <ben+python@benfinney.id.au>
Newsgroups comp.lang.python
Subject Re: Mapping between python packages and distro packages?
Date 2015-11-18 15:33 +1100
Message-ID <mailman.403.1447821199.16136.python-list@python.org> (permalink)
References <20151118032903.GA8040@sg1>

Show all headers | View raw


Stephane Wirtel <stephane@wirtel.be> writes:

> Do you know if there is a library to match a python package (from PyPI)
> and find the right debian/redhat packages ?

What would count as “the right package”?

Do you mean “the package that has that PyPI distribution URL in its
‘debian/watch’ configuration”?

Do you mean “the package that names that PyPI distribution in its
‘debian/copyright’ “Source” field”?

Or something else?

The answers will differ depending on exactly what question is being
asked of the data.

If you can define exactly what query you want to perform, perhaps a
solution can be offered.

-- 
 \     “The Vatican is not a state.… a state must have territory. This |
  `\         is a palace with gardens, about as big as an average golf |
_o__)                         course.” —Geoffrey Robertson, 2010-09-18 |
Ben Finney

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Mapping between python packages and distro packages? Ben Finney <ben+python@benfinney.id.au> - 2015-11-18 15:33 +1100

csiph-web