How to watch pypi.org

2020-10-04 Thread Fioddor Superconcentrado
I've packaged a project provided via https://pipi.org and I wanted to create a debian/watch file but pipi.org publishes the tarball behind a strange url like

Re: python3- preffix

2020-10-04 Thread Geert Stappers
On Sun, Oct 04, 2020 at 05:39:16PM +0200, Fioddor Superconcentrado wrote: > Hi again. > > Debian's packaging documentation requires the packages containing python3 > apps to be renamed with a python3 suffix. I do so in debian/control file. > Now I can put that prefix to the source too or not. If

Re: python3- preffix

2020-10-04 Thread Fioddor Superconcentrado
Thank you Andrey. In this case it's a module and therefore needs the prefix. Ok. renamed the source package with python-. I get following (translated back to english): dpkg-buildpackage: information: system architecture amd64 dpkg-source: failure: source package has 2 conflicting values:

New here. Hi

2020-10-04 Thread Fioddor Superconcentrado
Hi all. I'm new to the list and to Debian packaging overall. I hope my coming questions are not too stupid. Read you soon.

Re: How to watch pypi.org

2020-10-04 Thread Andrey Rahmatullin
On Sun, Oct 04, 2020 at 05:28:57PM +0200, Fioddor Superconcentrado wrote: > I've packaged a project provided via https://pipi.org and I wanted to > create a debian/watch file but pipi.org publishes the tarball behind a > strange url like > >

Re: How to watch pypi.org

2020-10-04 Thread Geert Stappers
On Sun, Oct 04, 2020 at 05:28:57PM +0200, Fioddor Superconcentrado wrote: > I've packaged a project provided via https://pipi.org and I wanted to > create a debian/watch file but pipi.org publishes the tarball behind a > strange url like > >

Re: New here. Hi

2020-10-04 Thread Geert Stappers
On Sun, Oct 04, 2020 at 05:20:30PM +0200, Fioddor Superconcentrado wrote: > Hi all. > > I'm new to the list and to Debian packaging overall. Welcome > I hope my coming questions are not too stupid. > > Read you soon. Regards Geert Stappers -- Silence is hard to parse

Re: python3- preffix

2020-10-04 Thread Andrey Rahmatullin
On Sun, Oct 04, 2020 at 05:39:16PM +0200, Fioddor Superconcentrado wrote: > Debian's packaging documentation requires the packages containing python3 > apps to be renamed with a python3 suffix. *apps* shouldn't have a prefix, only modules should. > Now I can put that prefix to the source too or

dh_auto_test failure with pybuild due to missing PYTHONPATH

2020-10-04 Thread Florian Weimer
I'm trying to package git-pw, and running the test suite fails like this: dh_auto_test -O--buildsystem=pybuild I: pybuild base:217: cd /build/git-pw-2.0.0/.pybuild/cpython3_3.8_git-pw/build; python3.8 -m pytest tests === test session starts

Re: python3- preffix

2020-10-04 Thread Dmitry Shachnev
Hi Fioddor! On Sun, Oct 04, 2020 at 06:24:30PM +0200, Fioddor Superconcentrado wrote: > Thank you Andrey. > > In this case it's a module and therefore needs the prefix. > Ok. renamed the source package with python-. > > I get following (translated back to english): > dpkg-buildpackage:

Patch an automatic tweek?

2020-10-04 Thread Fioddor Superconcentrado
Hi again. Running debuild -us -uc with pybuild the toolchain automatically inserts setup.cfg to SOURCES.txt and the next debuild run breaks because there's an unpatched change outside the debian directory. I've been trying with quilt and I figured out how to configure it to put the patches under

python3- preffix

2020-10-04 Thread Fioddor Superconcentrado
Hi again. Debian's packaging documentation requires the packages containing python3 apps to be renamed with a python3 suffix. I do so in debian/control file. Now I can put that prefix to the source too or not. If I do so then I get a lintian warning source-package-encodes-python-version but if I

Re: How to watch pypi.org

2020-10-04 Thread Scott Kitterman
On Sunday, October 4, 2020 10:24:22 PM EDT Paul Wise wrote: > On Sun, Oct 4, 2020 at 3:29 PM Fioddor Superconcentrado wrote: > > I've packaged a project provided via https://pipi.org and I wanted to > > create a debian/watch file but pipi.org publishes the tarball behind a > > strange url like > I

Re: How to watch pypi.org

2020-10-04 Thread Paul Wise
On Sun, Oct 4, 2020 at 3:29 PM Fioddor Superconcentrado wrote: > I've packaged a project provided via https://pipi.org and I wanted to create > a debian/watch file but pipi.org publishes the tarball behind a strange url > like I would suggest using the upstream git repo instead of the PyPi

Re: dh_auto_test failure with pybuild due to missing PYTHONPATH

2020-10-04 Thread Louis-Philippe VĂ©ronneau
On 2020-10-04 04 h 21, Florian Weimer wrote: > I'm trying to package git-pw, and running the test suite fails like > this: > >dh_auto_test -O--buildsystem=pybuild > I: pybuild base:217: cd > /build/git-pw-2.0.0/.pybuild/cpython3_3.8_git-pw/build; python3.8 -m pytest > tests >