Re: PyPI and debian/watch

2015-02-03 Thread Barry Warsaw
On Feb 04, 2015, at 01:09 AM, Tristan Seligmann wrote: >The debian/watch file I wrote for python-nacl (which also verifies the >PGP signature) seems to work. It looks like this: > >version=3 >opts="pgpsigurlmangle=s/\#md5.*$/.asc/,filenamemangle=s|.*/(.*)\#md5.*$|$1|" \ > https://pypi.python.org/s

Re: PyPI and debian/watch

2015-02-03 Thread Tristan Seligmann
On 4 February 2015 at 00:40, Barry Warsaw wrote: > Unfortunately, I've not been able to get either the one described here: > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776267#10 > > or another one that came up in #debian-python to work. The debian/watch file I wrote for python-nacl (whic

Re: PyPI and debian/watch

2015-02-03 Thread Barry Warsaw
On Jan 31, 2015, at 06:04 PM, Dmitry Shachnev wrote: >We already have a patch for Lintian to detect such watch files: >https://bugs.debian.org/776267 It's worse than that. All the urls in the pypi /simple indexes have #md5=blah suffixes on the urls, so a filenamemangle opt will be required in d/

Re: multiple modules in one source

2015-02-03 Thread Piotr Ożarowski
[Brian May, 2015-02-03] > I suspect the answer is "Yes, but each one will have to go into a separate > subdirectory, each one will have to have a unique setup.py, etc". > > Which in turn raises another question of "Why bother?" of which I can't > think of a good answer. > > It might be possible t