summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author dslackw2014-08-06 02:42:30 +0200
committer Willy Sudiarto Raharjo2014-08-06 09:18:47 +0200
commit07ee4647cd6f768c6a1ffa1bab80326cc0c27e27 (patch)
tree83163dd656d530b6844c1e77b48b45fc00906e38
parent6be6d205ac4260af29cbb19ebe562166bff5b234 (diff)
downloadslackbuilds-07ee4647cd6f768c6a1ffa1bab80326cc0c27e27.tar.gz
libraries/pyqode.core: Updated for version 2.0.0.
Signed-off-by: dslackw <d.zlatanidis@gmail.com>
-rw-r--r--libraries/pyqode.core/pyqode.core.SlackBuild4
-rw-r--r--libraries/pyqode.core/pyqode.core.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/pyqode.core/pyqode.core.SlackBuild b/libraries/pyqode.core/pyqode.core.SlackBuild
index 3ce408beb8..8246486406 100644
--- a/libraries/pyqode.core/pyqode.core.SlackBuild
+++ b/libraries/pyqode.core/pyqode.core.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pyqode.core
-VERSION=${VERSION:-1.3.1}
+VERSION=${VERSION:-2.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -75,7 +75,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a *.txt README.rst PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a *.rst PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/libraries/pyqode.core/pyqode.core.info b/libraries/pyqode.core/pyqode.core.info
index 511bee2846..a321c700e4 100644
--- a/libraries/pyqode.core/pyqode.core.info
+++ b/libraries/pyqode.core/pyqode.core.info
@@ -1,8 +1,8 @@
PRGNAM="pyqode.core"
-VERSION="1.3.1"
+VERSION="2.0.0"
HOMEPAGE="https://github.com/pyQode/pyqode.core"
-DOWNLOAD="https://pypi.python.org/packages/source/p/pyqode.core/pyqode.core-1.3.1.tar.gz"
-MD5SUM="a5290132003a81ab10d75a6cefad4bc8"
+DOWNLOAD="https://pypi.python.org/packages/source/p/pyqode.core/pyqode.core-2.0.0.tar.gz"
+MD5SUM="b7c83ce44850242165b283db313dc97d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools Pygments"