On Thu, Jan 02, 2025 at 09:51:45AM +0100, Simon Josefsson wrote:
> Context: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091506#27
>
> Helmut Grohne writes:
>
> > Hi Simon,
> >
> > On Sat, Dec 28, 2024 at 10:33:28AM +0100, Simon Josefsson wrote:
> >> Thank you - I agree and hope to convinc
On Thu, Jan 02, 2025 at 10:03:59AM +0100, Dominik George wrote:
> >> Everyone has their own kink. I ignore Python modules that are not in
> >> Debian and others ignore Python modules not on PyPI.
> >>
> >> My reasons for ignoring PyPI:
> >> [long list of arguments]
>
> I somehow don't get the poin
Hi,
>> Everyone has their own kink. I ignore Python modules that are not in
>> Debian and others ignore Python modules not on PyPI.
>>
>> My reasons for ignoring PyPI:
>> [long list of arguments]
I somehow don't get the point here.
Usually, I don't get to choose my build dependencies, so if an a
Context: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091506#27
Helmut Grohne writes:
> Hi Simon,
>
> On Sat, Dec 28, 2024 at 10:33:28AM +0100, Simon Josefsson wrote:
>> Thank you - I agree and hope to convince upstream PQconnect to pick
>> build dependencies in a better way. This was a bi
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
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 Da
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 "unsubscr
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-package
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 dist.location.startswith('/usr/loc
[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 writes:
10 matches
Mail list logo