summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Nikolay Korotkiy <sikmir@gmail.com>2016-11-21 22:14:44 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-26 11:47:24 +0700
commit23756590c2462dcef96d65d3377527f9c52efec8 (patch)
tree5ed202a2c4ce8df294da5e4612d05b1ca609f517 /python
parenteaaab2a914a691f68c330b14f6db9d48e26732f9 (diff)
downloadslackbuilds-23756590c2462dcef96d65d3377527f9c52efec8.tar.gz
slackbuilds-23756590c2462dcef96d65d3377527f9c52efec8.tar.xz
python/pattern: Updated for version 2.6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/pattern/README2
-rw-r--r--python/pattern/pattern.SlackBuild7
-rw-r--r--python/pattern/pattern.info8
-rw-r--r--python/pattern/slack-desc2
4 files changed, 9 insertions, 10 deletions
diff --git a/python/pattern/README b/python/pattern/README
index 5723a85022..b5e488b988 100644
--- a/python/pattern/README
+++ b/python/pattern/README
@@ -1,5 +1,3 @@
-pattern (a web mining module for Python)
-
Pattern is a web mining module for the Python programming language.
It bundles tools for data retrieval (Google + Twitter + Wikipedia API,
diff --git a/python/pattern/pattern.SlackBuild b/python/pattern/pattern.SlackBuild
index 7222f1bb75..a54764f03a 100644
--- a/python/pattern/pattern.SlackBuild
+++ b/python/pattern/pattern.SlackBuild
@@ -2,11 +2,12 @@
# Slackware build script for pattern
-# Copyright 2013, Nikolay Korotkiy <sikmir@gmail.com>
+# Copyright 2013-2016, Nikolay Korotkiy <sikmir@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
+#
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
@@ -22,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pattern
-VERSION=${VERSION:-2.5}
+VERSION=${VERSION:-2.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
diff --git a/python/pattern/pattern.info b/python/pattern/pattern.info
index 820702e11b..ff66f21b03 100644
--- a/python/pattern/pattern.info
+++ b/python/pattern/pattern.info
@@ -1,8 +1,8 @@
PRGNAM="pattern"
-VERSION="2.5"
-HOMEPAGE="https://github.com/clips/pattern"
-DOWNLOAD="http://www.clips.ua.ac.be/media/pattern-2.5.zip"
-MD5SUM="3f7e4e56b3b129e3816ed9ded648e105"
+VERSION="2.6"
+HOMEPAGE="http://www.clips.ua.ac.be/pages/pattern"
+DOWNLOAD="http://www.clips.ua.ac.be/media/pattern-2.6.zip"
+MD5SUM="3327561b792720cd3744741c1c1b1939"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/python/pattern/slack-desc b/python/pattern/slack-desc
index 094f7a2c86..c685081f63 100644
--- a/python/pattern/slack-desc
+++ b/python/pattern/slack-desc
@@ -14,6 +14,6 @@ pattern: - Natural Language Processing
pattern: - Machine Learning
pattern: - Network Analysis
pattern:
-pattern: Homepage: https://github.com/clips/pattern
+pattern: Homepage: http://www.clips.ua.ac.be/pages/pattern
pattern:
pattern: