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

2014-02-02 Thread Marcelo Jorge Vieira
Package: wnpp Severity: wishlist X-Debbugs-CC: debian-python@lists.debian.org * Package name: python-django-localflavor Version : 1.0 Upstream Author : Django Software Foundation * URL : http://github.com/cowboy/grunt/ * License : BSD Programming Lang: Python

Re: Python 3 package build dep on Python 2?

2014-02-02 Thread Iain R. Learmonth
On 02/02/14 20:38, Piotr Ożarowski wrote: > [Iain R. Learmonth, 2014-02-02] >> That works perfectly! The Python packaging page on the wiki didn't have >> that. Is that a cue for dh_python3? > > If you meant https://wiki.debian.org/Python/LibraryStyleGuide then it's > for libraries... and since bin

Re: Python 3 package build dep on Python 2?

2014-02-02 Thread Piotr Ożarowski
[Iain R. Learmonth, 2014-02-02] > > You most probably want to remove this line and set > > PYBUILD_INSTALL_ARGS=--install-lib=/usr/share/python3-fitbitscraper/ > > instead > > > > That works perfectly! The Python packaging page on the wiki didn't have > that. Is that a cue for dh_python3? If you

Re: Python 3 package build dep on Python 2?

2014-02-02 Thread Iain R. Learmonth
On 02/02/14 19:32, Piotr Ożarowski wrote: > [Iain R. Learmonth, 2014-02-02] >> I'm packaging a Python module for Debian and lintian is giving the message: >> >> E: python3-fitbitscraper source: missing-python-build-dependency >> >> Should a Python 3 only module have a build dependency on Python 2?

Re: Python 3 package build dep on Python 2?

2014-02-02 Thread Piotr Ożarowski
Hi, [Iain R. Learmonth, 2014-02-02] > I'm packaging a Python module for Debian and lintian is giving the message: > > E: python3-fitbitscraper source: missing-python-build-dependency > > Should a Python 3 only module have a build dependency on Python 2? you're using python (2.X) in debian/rules

Python 3 package build dep on Python 2?

2014-02-02 Thread Iain R. Learmonth
Hi, I'm packaging a Python module for Debian and lintian is giving the message: E: python3-fitbitscraper source: missing-python-build-dependency Should a Python 3 only module have a build dependency on Python 2? When I tried adding it, I ended up with compiled bytecode in the 2.7 dist-packages