Bug#1023211: RM: dirtbike -- ROM; Obsolete, no longer used for any Debian Python packages

2022-10-31 Thread Scott Kitterman
Package: ftp.debian.org Severity: normal X-Debbugs-Cc: debian-python@lists.debian.org We used to use this back when we debundled pip's embedded dependencies. We don't do that anymore (no longer supported upstream), so dirtbike is not needed. It is unmaintained upstream and likely to be a problem

distinguish between PyPI and Debian python packages

2014-09-05 Thread Szépe Viktor
Good morning! Could you help me to get `pip freeze` and `pip list` to display only packages installed by pip and to exclude packages coming from a Debian package? The only way I've found is import pip for dist in pip.get_installed_distributions(): if

Re: distinguish between PyPI and Debian python packages

2014-09-05 Thread Daniele Tricoli
On Friday 05 September 2014 12:32:12 Szépe Viktor wrote: Could you help me to get `pip freeze` and `pip list` to display only packages installed by pip and to exclude packages coming from a Debian package? Have you already tried using --local option? $ mkvirtualenv --system-site-packages

Re: distinguish between PyPI and Debian python packages

2014-09-05 Thread Daniele Tricoli
On Friday 05 September 2014 12:47:28 you wrote: $ mkvirtualenv --system-site-packages Ehm... $ mkvirtualenv --system-site-packages testlocal Cheers, -- Daniele Tricoli 'Eriol' http://mornie.org -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of

Re: distinguish between PyPI and Debian python packages

2014-09-05 Thread Szépe Viktor
Thank you! I am not a python developer but a sysadmin. I would use pip in a monthly report on a VPS. https://github.com/szepeviktor/debian-server-tools/blob/master/monitoring/package-versions.sh#L86 So it is about system-wide python packages from - pip - and Debian packages. Idézem/Quoting

Re: debian python packages

2002-07-12 Thread Matthias Klose
[forwarding to debian-python] using distutils out of the box seems to be difficult, because many upstream packages are broken down in several binary packages and because distutils out of the box only builds for one python version. Not sure which package to look at for a start ... Tom Hall