From 25ebfd29e132cf1c238a70f57afc0be0548c4474 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 18 Nov 2012 21:25:41 +0100 Subject: adopt python2-numpydoc + update gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- python2-numpydoc/watch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 python2-numpydoc/watch (limited to 'python2-numpydoc/watch') diff --git a/python2-numpydoc/watch b/python2-numpydoc/watch new file mode 100755 index 0000000..a7dace9 --- /dev/null +++ b/python2-numpydoc/watch @@ -0,0 +1,17 @@ +#!/bin/sh + +wget http://pypi.python.org/packages/source/n/numpydoc/ >/dev/null 2>/dev/null +if [ $? = 0 ]; then + grep numpydoc- < index.html | md5sum > new-sum + touch sum + if [ "$(cat sum)" = "$(cat new-sum)" ]; then + rm new-sum + else + mv new-sum sum + echo 'python2-numpydoc' + fi + rm index.html +else + echo 'python2-numpydoc (unfetchable)' +fi + -- cgit v1.2.3-70-g09d2