[med-svn] [mypy] 01/06: Update watch location back to PyPI mirror.
Michael Crusoe
misterc-guest at moszumanska.debian.org
Thu Feb 2 08:22:54 UTC 2017
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to branch master
in repository mypy.
commit 6279609d1cf54912e8bd8bc92b00ae863e80cb8b
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date: Tue Jan 31 08:50:14 2017 -0800
Update watch location back to PyPI mirror.
---
debian/rules | 3 +++
debian/watch | 7 +++----
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index 52847cb..e149610 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,9 @@ override_dh_auto_build:
--name 'Generate draft stubs for Python modules.' > \
debian/stubgen.1
+override_dh_auto_test:
+ ./runtests.py
+
override_dh_auto_clean:
rm -f debian/*.1
dh_auto_clean
diff --git a/debian/watch b/debian/watch
index 2c97213..dba775d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
-version=4
-
-opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/<project>-$1\.tar\.gz/ \
- https://github.com/python/mypy/tags .*/v(\d\S+)\.tar\.gz
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/mypy/mypy-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mypy.git
More information about the debian-med-commit
mailing list