Re: #!/usr/bin/python3 vs virtualenv

2023-03-05 Thread Jorge Moraleda
Fri, Mar 03, 2023 at 04:22:11PM -0500, Jorge Moraleda wrote: > > Jeremy, Thank you for your quick reply! > > > > I did not know about `sudo pip install --break-system-packages foo` or > `sudo rm > > /usr/lib/python3.11/EXTERNALLY-MANAGED` (Frankly I only knew about this &

Re: #!/usr/bin/python3 vs virtualenv

2023-03-03 Thread Jorge Moraleda
those that raised the issue, were you aware of these approaches? Will either of them satisfy your requirements? And if not, could you elaborate further on why not? Thank you again. On Fri, Mar 3, 2023 at 3:43 PM Jeremy Stanley wrote: > On 2023-03-03 15:29:09 -0500 (-0500), Jorge Moraleda wr

Re: #!/usr/bin/python3 vs virtualenv

2023-03-03 Thread Jorge Moraleda
Would it be hard to support both philosophies? I would like to suggest a couple of configuration options that by default disallow using pip outside a virtual environment but that users with root privilege can modify by editing a config file (probably somewhere in /etc) and that would enable using

Re: Request to join the Python Team

2021-01-24 Thread Marcelo Jorge Vieira
Hi Stefano, On Mon, 2021-01-25 at 01:50 +, Stefano Rivera wrote: > Hi Pablo (2021.01.24_23:33:52_+) > > I'm sending this message as a request to join the Python Team. > > Added. Welcome. Thank you! -- Marcelo Jorge Vieira xmpp:me...@jabber-br.org https://met

How do I include info and man pages in an installer?

2017-01-05 Thread Jorge
I'm trying to make my first .deb package. For that I have read https://www.debian.org/doc/debian-policy/ and https://wiki.debian.org/Packaging/Intro. The latest guide was the most useful for me because I had no experience. Apart from all the warnings from lintian, after building the .deb I could in

Re: pexif package

2015-05-26 Thread Marcelo Jorge Vieira
Hi Dmitry, On Fri, 2015-05-22 at 20:04 +0300, Dmitry Shachnev wrote: > Hi, > > On Tue, 19 May 2015 10:36:13 -0300, Marcelo Jorge Vieira wrote: > > I am packaging pexif because it is a dependency for Thumbor [0]. My > > question is, pexif has some scripts with ge

pexif package

2015-05-19 Thread Marcelo Jorge Vieira
[1] https://github.com/bennoleslie/pexif/tree/master/scripts Cheers, -- Marcelo Jorge Vieira xmpp:me...@jabber-br.org http://metaldot.alucinados.com signature.asc Description: This is a digitally signed message part

Re: [python-pysam] - 4 packages built and all lintian clean

2014-12-06 Thread Jorge Sebastião Soares
Hi Charles, Much appreciated! Regards, Jorge On Sat, Dec 6, 2014 at 8:38 AM, Charles Plessy wrote: > Le Sat, Dec 06, 2014 at 08:19:39AM +0000, Jorge Sebastião Soares a écrit : > > It's been a while since I posted this first. > > > > Is someone able to have a lo

Re: [python-pysam] - 4 packages built and all lintian clean

2014-12-06 Thread Jorge Sebastião Soares
It's been a while since I posted this first. Is someone able to have a look at this package? Jorge On Fri, Nov 28, 2014 at 12:58 PM, Jorge Sebastião Soares < j.s.soa...@gmail.com> wrote: > Hi all, > > I have commited my last changes to [1]. > > The test suite doe

[python-pysam] - 4 packages built and all lintian clean

2014-11-28 Thread Jorge Sebastião Soares
meone to have a look at the state of python-pysam before I tidy everything up. So, can someone have a look at [1]? Regards, Jorge [1] - http://anonscm.debian.org/cgit/debian-med/python-pysam.git/

Re: [python3-pysam + iva] - Pysam depends on pyrex

2014-11-26 Thread Jorge Sebastião Soares
-pysam. I will test if removing the python-pyrex dependency breaks the package. Regards, Jorge On Wed, Nov 26, 2014 at 9:08 AM, Jorge Sebastião Soares < j.s.soa...@gmail.com> wrote: > Good morning, > > This is just like a Matryoshka doll... > So I tentatively started packa

[python3-pysam + iva] - Pysam depends on pyrex

2014-11-26 Thread Jorge Sebastião Soares
to expect from this email. I suppose it's more of a rant. Best, Jorge [1] - http://anonscm.debian.org/cgit/debian-med/python-pysam.git/ [2] - https://tracker.debian.org/pkg/pyrex

Re: Fwd: [iva] - Python 3 code depends on pysam

2014-11-25 Thread Jorge Sebastião Soares
Hi Piotr On Tue, Nov 25, 2014 at 4:00 PM, Piotr Ożarowski wrote: > [Jorge Sebastião Soares, 2014-11-25] > > Hi all, > > > > I am thinking to go about this in one of two ways: > > > > 1 - State python3-pip as a dependency and use pip3 to install pysam the

Re: Fwd: [iva] - Python 3 code depends on pysam

2014-11-25 Thread Jorge Sebastião Soares
to do this? Jorge On Mon, Nov 24, 2014 at 5:28 PM, Jorge Sebastião Soares < j.s.soa...@gmail.com> wrote: > Hi Ghis, > > Disabling the tests worked. > > The package builds at least, but not lintian clean > . > > I'll cary on tomorrow. > > Regards, > &

Re: Fwd: [iva] - Python 3 code depends on pysam

2014-11-24 Thread Jorge Sebastião Soares
Hi Ghis, Disabling the tests worked. The package builds at least, but not lintian clean . I'll cary on tomorrow. Regards, Jorge On Mon, Nov 24, 2014 at 5:02 PM, Jorge Sebastião Soares < j.s.soa...@gmail.com> wrote: > Hi Ghis > > On Mon, Nov 24, 2014 at 4:58 PM, Ghisla

Re: Fwd: [iva] - Python 3 code depends on pysam

2014-11-24 Thread Jorge Sebastião Soares
, no? Regards, Jorge > 2014-11-24 16:36 GMT+00:00 Jorge Sebastião Soares : > >> Hi guys, >> >> So essentially the package build halts when it tries to run the test >> suite: >> >> This is the error I'm getting when the pysam module is being impo

Re: Fwd: [iva] - Python 3 code depends on pysam

2014-11-24 Thread Jorge Sebastião Soares
Ran 1 test in 0.016s FAILED (errors=1) If pysam is python 3 compliant, I'm tempted to create the needed symlinks in python3.4 pointing to pysam in python2.7, eg. ln -s /usr/lib/python2.7/dist-packages/pysam /usr/lib/python3.4/dist-packages/pysam I'm sure that this is not the proper way of doing things, so is there any other way I can get pysam to be installed under python3.4 rather than python2.7? Regards, Jorge

Re: Fwd: [iva] - Python 3 code depends on pysam

2014-11-24 Thread Jorge Sebastião Soares
Piotr, On Mon, Nov 24, 2014 at 12:26 PM, Piotr Ożarowski wrote: > [Jorge Sebastião Soares, 2014-11-24] > > > http://anonscm.debian.org/cgit/debian-med/iva.git/tree/debian/rules > > > > > > just a quick look: > > > * invoking dh_python3 before dh_auto_

Re: Fwd: [iva] - Python 3 code depends on pysam

2014-11-24 Thread Jorge Sebastião Soares
Hi Piotr, Thanks for having a look. On Mon, Nov 24, 2014 at 11:57 AM, Piotr Ożarowski wrote: > [Jorge Sebastião Soares, 2014-11-24] > > [1] - > http://anonscm.debian.org/cgit/debian-med/iva.git/tree/debian/rules > > just a quick look: > * invoking dh_python3 before dh_au

Fwd: [iva] - Python 3 code depends on pysam

2014-11-24 Thread Jorge Sebastião Soares
Forgot to CC debian python: -- Forwarded message -- From: Jorge Sebastião Soares Date: Mon, Nov 24, 2014 at 11:31 AM Subject: Re: [iva] - Python 3 code depends on pysam To: Debian Med Project List Hi Bary, all On Fri, Nov 21, 2014 at 7:29 PM, Barry Warsaw wrote: > On

[iva] - Python 3 code depends on pysam

2014-11-21 Thread Jorge Sebastião Soares
l be available soon? Or if there are any plans to have it as a Debian package at all? Kind regards, Jorge

[Package Fastaq] - How to incorporate manpages into python package

2014-10-10 Thread Jorge Sebastião Soares
man files don't seem to be linked to the python executables once the package is built. There probably is another way to do this in python? Off the top of your head, does anyone know how to fix this? >From [1] I can't really see how to. Kind regards, Jorge [1] - https://www.d

Bug#737485: RFP: python-django-localflavor -- Country-specific Django helpers

2014-02-02 Thread Marcelo Jorge Vieira
. This code used to live in Django proper -- in django.contrib.localflavor -- but was separated into a standalone package in Django 1.5 to keep the framework's core clean. Cheers, -- Marcelo Jorge Vieira xmpp:me...@jabber-br.org http://metaldot.alucinados.com signature.asc Descrip