index : devops | |
Archlinux32 devs' convenience-scripts | gitolite user |
summaryrefslogtreecommitdiff |
-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 |