Re: packaging django-rest-framework-filters

2018-12-07 Thread Wookey
On 2018-11-22 08:59 +0100, Thomas Goirand wrote: > On 11/22/18 6:02 AM, Wookey wrote: > > Also related: I've updated drf-extensions to 0.4 (from the current > > 0.3.1), as that is needed for lava, and fixes > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865851 > > > > What I'm not quite su

Re: packaging django-rest-framework-filters

2018-11-29 Thread Piotr Ożarowski
[Scott Kitterman, 2018-11-29] > dh-python already doesn't use upstream version requirements when > automatically > extracting dependencies, so you have to check those yourself regardless of > how > you do it. This design decision was based on generally poor experiences with > the accuracy of

Re: packaging django-rest-framework-filters

2018-11-29 Thread Scott Kitterman
On Thursday, November 29, 2018 11:44:44 AM Neil Williams wrote: > On Thu, 29 Nov 2018 11:41:40 +0100 > > Thomas Goirand wrote: > > On 11/28/18 5:51 PM, Neil Williams wrote: > > > I'd expect at least python3-django to be in that list. Could be an > > > upstream bug in their setup.py > > > > From

Re: packaging django-rest-framework-filters

2018-11-29 Thread Neil Williams
On Thu, 29 Nov 2018 11:41:40 +0100 Thomas Goirand wrote: > On 11/28/18 5:51 PM, Neil Williams wrote: > > I'd expect at least python3-django to be in that list. Could be an > > upstream bug in their setup.py > > From my experience, it's always best to explicitly express the > dependencies man

Re: packaging django-rest-framework-filters

2018-11-29 Thread Thomas Goirand
On 11/28/18 5:51 PM, Neil Williams wrote: > I'd expect at least python3-django to be in that list. Could be an > upstream bug in their setup.py >From my experience, it's always best to explicitly express the dependencies manually and not rely on upstream setup.py to do things correctly. Often, it

Re: packaging django-rest-framework-filters

2018-11-28 Thread Neil Williams
On Wed, 28 Nov 2018 14:38:20 + Wookey wrote: > On 2018-11-28 08:58 +, Neil Williams wrote: > > On Mon, 26 Nov 2018 04:05:05 + > > Wookey wrote: > > > > > On 2018-11-22 08:59 +0100, Thomas Goirand wrote: > > > > On 11/22/18 6:02 AM, Wookey wrote: > > > > > > I guess djangore

Re: packaging django-rest-framework-filters

2018-11-28 Thread Wookey
On 2018-11-28 08:58 +, Neil Williams wrote: > On Mon, 26 Nov 2018 04:05:05 + > Wookey wrote: > > > On 2018-11-22 08:59 +0100, Thomas Goirand wrote: > > > On 11/22/18 6:02 AM, Wookey wrote: > > > > I guess djangorestframework-filters is > > clearer, and closer to upstream so people can

Re: packaging django-rest-framework-filters

2018-11-28 Thread Neil Williams
On Mon, 26 Nov 2018 04:05:05 + Wookey wrote: > On 2018-11-22 08:59 +0100, Thomas Goirand wrote: > > On 11/22/18 6:02 AM, Wookey wrote: > > I guess djangorestframework-filters is > clearer, and closer to upstream so people can find it. I'll go with > that unless someone says the drf-* names

Re: packaging django-rest-framework-filters

2018-11-25 Thread Wookey
On 2018-11-22 08:59 +0100, Thomas Goirand wrote: > On 11/22/18 6:02 AM, Wookey wrote: I guess djangorestframework-filters is clearer, and closer to upstream so people can find it. I'll go with that unless someone says the drf-* names are a better plan. OK. I've made a new package (djangorestframe

Re: packaging django-rest-framework-filters

2018-11-22 Thread Piotr Ożarowski
[Wookey, 2018-11-22] > No advice on best way to start a python packaging template? # apt install pypi2deb $ py2dsp djangorestframework-filters source package will be available in ./result/ (change it with --root) you can add '--profile dpmt' if you want to maintain it inside DPMT -- GPG: 1D2F A8

Re: packaging django-rest-framework-filters

2018-11-22 Thread Wookey
On 2018-11-22 08:59 +0100, Thomas Goirand wrote: > On 11/22/18 6:02 AM, Wookey wrote: No advice on best way to start a python packaging template? > > And it looks like it should be called src:drf-filters > > binary:python3-djangoresetframework-filters to fit in with naming > > conventions of rela

Re: packaging django-rest-framework-filters

2018-11-21 Thread Thomas Goirand
On 11/22/18 6:02 AM, Wookey wrote: > And it looks like it should be called src:drf-filters > binary:python3-djangoresetframework-filters to fit in with naming > conventions of related packages/python team (even though upstream is > 'django-rest-framework-filters'). Right? The binary package name i

packaging django-rest-framework-filters

2018-11-21 Thread Wookey
Hello python-people, I need to package django-rest-framework-filters in order to make lava (hardware test framework) work nicely in debian. https://www.linaro.org/engineering/projects/lava/ I found https://wiki.debian.org/Python/GitPackaging which seems very helpful That seems to say to just st