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 would suggest using the upstream git repo instead of the PyPi tarballs.
I think that's a different argument. There is a pypi redirector for Debian watch files. Something like this works (this is from the pyspf package): https://pypi.debian.net/pyspf/pyspf-([0-9][0-9t\.\-]*).tar.gz This currently works, but no guarantee for how long: https://pypi.python.org/packages/source/x/@PACKAGE@/ @PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@ Scott K