[Pkg-privacy-commits] [pyptlib] 01/05: Fix debian/watch to use PyPI Simple API

Jérémy Bobbio lunar at moszumanska.debian.org
Thu Dec 1 12:09:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository pyptlib.

commit 163e9049be018fca9c899b727a55e733d669146f
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Thu Dec 1 12:22:09 2016 +0100

    Fix debian/watch to use PyPI Simple API
---
 debian/watch | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/watch b/debian/watch
index 48856c8..7558208 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,4 @@
 version=3
-https://pypi.python.org/pypi/pyptlib \
-        https://pypi.python.org/packages/source/p/pyptlib/pyptlib-(.+)\.tar\.gz
+opts="downloadurlmangle=s/#.*$//,filenamemangle=s/.*(pyptlib-[^#]+)#.*$/$1/" \
+        https://pypi.python.org/simple/pyptlib/ \
+        .*/pyptlib-(.+)\.tar\.gz#.*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/pyptlib.git



More information about the Pkg-privacy-commits mailing list