Bug#634271: have dh_python2 automatically detect python-pkg-resources dependency

2013-05-29 Thread Piotr Ożarowski
[Ian Zimmerman, 2013-05-26] > According to [1], setup() in distutils.core (which is the distribution > module in the Python standard library, at least for Python 2.7) has no > entry_points argument. Do you mean the setup from setuptools, which is > not in the standard library but is an external pa

Bug#634271: have dh_python2 automatically detect python-pkg-resources dependency

2013-05-25 Thread Ian Zimmerman
According to [1], setup() in distutils.core (which is the distribution module in the Python standard library, at least for Python 2.7) has no entry_points argument. Do you mean the setup from setuptools, which is not in the standard library but is an external package? Does dh_python2 depend on se

Bug#634271: have dh_python2 automatically detect python-pkg-resources dependency

2011-10-24 Thread Peter Eisentraut
On tor, 2011-10-13 at 22:01 +0200, Jakub Wilk wrote: > * Peter Eisentraut , 2011-07-18, 14:34: > >When you use the entry_points argument of setup(), Python scripts for > >/usr/bin are automatically generated. These scripts import > >pkg_resources, and therefore the containing package should have

Bug#634271: have dh_python2 automatically detect python-pkg-resources dependency

2011-10-13 Thread Jakub Wilk
* Peter Eisentraut , 2011-07-18, 14:34: When you use the entry_points argument of setup(), Python scripts for /usr/bin are automatically generated. These scripts import pkg_resources, and therefore the containing package should have a run-time dependency on python-pkg-resources. In my experie

Bug#634271: have dh_python2 automatically detect python-pkg-resources dependency

2011-07-18 Thread Peter Eisentraut
Package: python Version: 2.6.6-14 Severity: wishlist Since dh_python2 is now automatically detecting package dependencies from egg-info data, I figured it would be appropriate to lodge this request: When you use the entry_points argument of setup(), Python scripts for /usr/bin are automatically g