summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Grissiom2011-08-08 23:47:47 +0200
committer Niels Horn2011-08-08 23:47:47 +0200
commit1f932a08838c86974bed366218be86706a1300d1 (patch)
treeeb4c44fefdf0266d5e5038f7a1933247af75cc24 /python
parent1441b64ad5d190b18618c7c301b4046e381630e8 (diff)
downloadslackbuilds-1f932a08838c86974bed366218be86706a1300d1.tar.gz
python/pyserial: Updated for version 2.5.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/pyserial/pyserial.SlackBuild5
-rw-r--r--python/pyserial/pyserial.info8
2 files changed, 6 insertions, 7 deletions
diff --git a/python/pyserial/pyserial.SlackBuild b/python/pyserial/pyserial.SlackBuild
index 40ddd60fea..bda387a7d6 100644
--- a/python/pyserial/pyserial.SlackBuild
+++ b/python/pyserial/pyserial.SlackBuild
@@ -3,10 +3,10 @@
# Slackware build script for pyserial
# Written by Grissiom <chaos.proton@gmail.com>
-# Updated by Dustin Schnee <schnee72{at}gmail{dot}com>
+# Updated to 2.5_rc2 by Dustin Schnee <schnee72{at}gmail{dot}com>
PRGNAM=pyserial
-VERSION=${VERSION:-2.5_rc2}
+VERSION=${VERSION:-2.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -20,7 +20,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
diff --git a/python/pyserial/pyserial.info b/python/pyserial/pyserial.info
index 5c22421b62..b8cec21291 100644
--- a/python/pyserial/pyserial.info
+++ b/python/pyserial/pyserial.info
@@ -1,10 +1,10 @@
PRGNAM="pyserial"
-VERSION="2.5_rc2"
+VERSION="2.5"
HOMEPAGE="http://pyserial.sourceforge.net/index.html"
-DOWNLOAD="http://downloads.sourceforge.net/pyserial/pyserial-2.5-rc2.tar.gz"
-MD5SUM="feee06e28ff5337c010c5e326ec4efd3"
+DOWNLOAD="http://pypi.python.org/packages/source/p/pyserial/pyserial-2.5.tar.gz"
+MD5SUM="34340820710239bea2ceca7f43ef8cab"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Grissiom"
EMAIL="chaos.proton@gmail.com"
-APPROVED="rworkman"
+APPROVED="rworkman,Niels Horn"