summaryrefslogtreecommitdiff
path: root/watch-versions
diff options
context:
space:
mode:
Diffstat (limited to 'watch-versions')
-rwxr-xr-xwatch-versions4
1 files changed, 4 insertions, 0 deletions
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