summaryrefslogtreecommitdiffstats
path: root/network/urlwatch
diff options
context:
space:
mode:
author Dimitris Zlatanidis2016-05-20 18:26:27 +0200
committer Dimitris Zlatanidis2016-05-20 18:26:27 +0200
commit855b86ac6b5964b49f225d823e466848912e3409 (patch)
tree1596fc11ca6d844ccd8ddc3a0b097335debd2075 /network/urlwatch
parentd1fcf1e3091a14ec9f310e650c747ca5df5b8df9 (diff)
downloadslackbuilds-855b86ac6b5964b49f225d823e466848912e3409.tar.gz
network/urlwatch: Updated for version 2.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network/urlwatch')
-rw-r--r--network/urlwatch/README5
-rw-r--r--network/urlwatch/urlwatch.SlackBuild6
-rw-r--r--network/urlwatch/urlwatch.info8
3 files changed, 12 insertions, 7 deletions
diff --git a/network/urlwatch/README b/network/urlwatch/README
index 469cb6dad8..79df2edbaf 100644
--- a/network/urlwatch/README
+++ b/network/urlwatch/README
@@ -3,3 +3,8 @@ This script is intended to help you watch URLs and get notified
(via email or in your terminal) of any changes.
The change notification will include the URL that has changed and
a unified diff of what has changed.
+
+Optional dependencies: chump
+
+NOTE:
+Please install python3 first before installing all other requirements.
diff --git a/network/urlwatch/urlwatch.SlackBuild b/network/urlwatch/urlwatch.SlackBuild
index 07b991afcd..e103b5c460 100644
--- a/network/urlwatch/urlwatch.SlackBuild
+++ b/network/urlwatch/urlwatch.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for urlwatch
-# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=urlwatch
-VERSION=${VERSION:-1.18}
+VERSION=${VERSION:-2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,7 +69,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python setup.py install --root=$PKG
+python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/network/urlwatch/urlwatch.info b/network/urlwatch/urlwatch.info
index 74be7929a3..2b5bdc14c6 100644
--- a/network/urlwatch/urlwatch.info
+++ b/network/urlwatch/urlwatch.info
@@ -1,10 +1,10 @@
PRGNAM="urlwatch"
-VERSION="1.18"
+VERSION="2.1"
HOMEPAGE="http://thp.io/2008/urlwatch/"
-DOWNLOAD="http://thp.io/2008/urlwatch/urlwatch-1.18.tar.gz"
-MD5SUM="d3110c1961c70590f24f346ceae0e67f"
+DOWNLOAD="http://thp.io/2008/urlwatch/urlwatch-2.1.tar.gz"
+MD5SUM="fff8148b75d9ec93861241b7d22eb75a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="futures"
+REQUIRES="python3 python3-PyYAML minidb python-requests python-keyring"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"