index : devops | |
Archlinux32 devs' convenience-scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-12-27 20:09:24 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-12-27 20:09:24 +0100 |
commit | e97f284a35c12f30d48c45f4a9b09ba73ff3b657 (patch) | |
tree | a670881bdcb0b458dd493a3fd0e271fcfb30e740 /watch-versions | |
parent | 372ba57997645c91c7a97654c903db3a832d511c (diff) |
-rwxr-xr-x | watch-versions | 4 |
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='<a href="\/pypa\/setuptools\/releases\/tag\/v\([0-9.]\+\)">' + ;; *) >&2 printf 'Checking the version of package "%s" is not yet implemented!\n' "${pkgbase}" exit 1 |