git-dpm: ERROR: 'upstream' does not contain previously recorded revision

2015-10-23 Thread Ludovic Rousseau
Hello, I tried to update my package pykcs11 since the repository moved from SVN to git. http://anonscm.debian.org/cgit/python-modules/packages/pykcs11.git/ I imported a new upstream .orig.tar.gz version as descibed in https://wiki.debian.org/Python/GitPackaging#New_upstream_release and could

Re: pybuild sphinxdoc and extensions

2015-10-23 Thread Piotr Ożarowski
[Piotr Ożarowski, 2015-10-23] > override_dh_auto_build: > dh_auto_build > PYTHONPATH=`pybuild --build -i python3 -s custom --build-args 'echo > {build_dir}'`\ > $(MAKE) -C doc html last one, I promise: override_dh_auto_build: dh_auto_build pybuild --build

Re: pybuild sphinxdoc and extensions

2015-10-23 Thread Dimitri John Ledkov
i knew it! there are three identical twins of Piotr. No wonder they get so much done! On 23 October 2015 at 15:22, Piotr Ożarowski wrote: > [Piotr Ożarowski, 2015-10-23] >> [Piotr Ożarowski, 2015-10-23] >> > override_dh_auto_build: >> > dh_auto_build >> >

Re: pybuild sphinxdoc and extensions

2015-10-23 Thread Piotr Ożarowski
[Piotr Ożarowski, 2015-10-23] > override_dh_auto_install: > dh_auto_install > PYTHONPATH=$(CURDIR)/debian/python3-kwant/usr/lib/python3/dist-packages > \ > $(MAKE) -C doc html you might even need to do it later: dh_python3 is not called yet, so some files might not be moved

Re: pybuild sphinxdoc and extensions

2015-10-23 Thread Piotr Ożarowski
[Piotr Ożarowski, 2015-10-23] > override_dh_auto_build: > dh_auto_build > PYTHONPATH=$(CURDIR)/.pybuild/build_cpython3/ $(MAKE) -C doc html > > no matter which Python 3.X version is the default one > (it still hardcodes ".pybuild" which I don't like, though) which leads back to

Re: pybuild sphinxdoc and extensions

2015-10-23 Thread Lennart Sorensen
On Fri, Oct 23, 2015 at 04:41:56PM +0100, Dimitri John Ledkov wrote: > i knew it! there are three identical twins of Piotr. No wonder they > get so much done! If it is three, wouldn't that be identical triplets? -- Len Sorensen

Re: Bug#802839: django-celery: python 3 tests not invoked and break

2015-10-23 Thread Robert Collins
I'd probably shut that warning up using the warnings module API rather than weaking the test more broadly. Also - track down and file a bug on the leak source.

Re: Bug#802839: django-celery: python 3 tests not invoked and break

2015-10-23 Thread Brian May
Brian May writes: > == > FAIL: test_discovery_with_broken (djcelery.tests.test_discovery.TestDiscovery) > -- > Traceback (most recent call

Re: pybuild sphinxdoc and extensions

2015-10-23 Thread Piotr Ożarowski
[Piotr Ożarowski, 2015-10-23] > [Piotr Ożarowski, 2015-10-23] > > override_dh_auto_build: > > dh_auto_build > > PYTHONPATH=$(CURDIR)/.pybuild/build_cpython3/ $(MAKE) -C doc html > > > > no matter which Python 3.X version is the default one > > (it still hardcodes ".pybuild" which I

Re: git-dpm: ERROR: 'upstream' does not contain previously recorded revision

2015-10-23 Thread Brian May
Ludovic Rousseau writes: > I tried to update my package pykcs11 since the repository moved from SVN to > git. > http://anonscm.debian.org/cgit/python-modules/packages/pykcs11.git/ > > I imported a new upstream .orig.tar.gz version as descibed in >

Re: pybuild sphinxdoc and extensions

2015-10-23 Thread Christoph Groth
I found this thread while trying to update the Debian packaging for a Python library that I maintain. The library has Sphinx documentation that is quite complex to build: First, the library needs to be built (it contains C extensions), then figures are generated by scripts, and finally

Sorry for posting the same message twice

2015-10-23 Thread Christoph Groth
Hello again, Sorry for posting the same message twice. I believed that it got silently dropped as I did not see it show up on gmane (this was because I replied to an old thread). So I subscribed to whitel...@lists.debian.org and resent it. Christoph signature.asc Description: PGP signature

Re: pybuild sphinxdoc and extensions

2015-10-23 Thread Piotr Ożarowski
[please don't CC me on a mailing list if you don't want to end up in SPAM] [Christoph Groth, 2015-10-22] > With “install target”, do you mean dh_installdocs? In our debian/rules, we I meat override_dh_auto_install or {install,binary}-{arch,indep} > have now > > # Make documentation only if