From e97f284a35c12f30d48c45f4a9b09ba73ff3b657 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 27 Dec 2019 20:09:24 +0100 Subject: watch-versions: learn python-setuptools-bootstrap --- watch-versions | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'watch-versions') diff --git a/watch-versions b/watch-versions index c46f42a..9f8c920 100755 --- a/watch-versions +++ b/watch-versions @@ -86,6 +86,10 @@ case "${pkgbase}" in url='https://bootstrap.pypa.io/get-pip.py' regex=' entire copy of pip (version \([0-9.]\+\))\.' ;; + 'python-setuptools-bootstrap') + url='https://github.com/pypa/setuptools/releases' + regex='' + ;; *) >&2 printf 'Checking the version of package "%s" is not yet implemented!\n' "${pkgbase}" exit 1 -- cgit v1.2.3