summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Carlos Corbacho2010-08-16 01:05:57 +0200
committer Erik Hanson2010-08-16 03:53:43 +0200
commitae58a781f7a18327a3683334c6e23624ad8e6c41 (patch)
tree9ae398a07e4a0d6f19a38cb95c9ddcc0b9111869 /development
parent9197e7c73a9b90115832e72bc40a650cbebba3ad (diff)
downloadslackbuilds-ae58a781f7a18327a3683334c6e23624ad8e6c41.tar.gz
development/psycopg2: Updated for version 2.2.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/psycopg2/README10
-rw-r--r--development/psycopg2/psycopg2.SlackBuild8
-rw-r--r--development/psycopg2/psycopg2.info8
-rw-r--r--development/psycopg2/slack-desc4
4 files changed, 14 insertions, 16 deletions
diff --git a/development/psycopg2/README b/development/psycopg2/README
index 137f0917ab..7efa90f3ad 100644
--- a/development/psycopg2/README
+++ b/development/psycopg2/README
@@ -1,6 +1,6 @@
-psycopg is a PostgreSQL database adapter for Python. It supports the full
-Python DBAPI 2.0, and is thread safe at level 2. psycopg was designed for
-heavily multi-threaded applications.
+psycopg is a PostgreSQL database adapter for Python. It supports the
+full Python DBAPI 2.0, and is thread safe at level 2. psycopg was
+designed for heavily multi-threaded applications.
-This SlackBuilds requires that PostgreSQL is installed to build, and to
-be useful. A PostgreSQL SlackBuild is available from SlackBuilds.org.
+This SlackBuilds requires that PostgreSQL is installed to build, and
+to be useful. A PostgreSQL SlackBuild is available from SlackBuilds.org.
diff --git a/development/psycopg2/psycopg2.SlackBuild b/development/psycopg2/psycopg2.SlackBuild
index 9b30bcc5cd..c75fff9d34 100644
--- a/development/psycopg2/psycopg2.SlackBuild
+++ b/development/psycopg2/psycopg2.SlackBuild
@@ -24,16 +24,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=psycopg2
-VERSION=${VERSION:-2.0.14}
+VERSION=${VERSION:-2.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -56,8 +54,8 @@ chmod -R u+w,go+r-w,a-s .
python setup.py install --root=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+find $PKG | xargs file | grep "shared object" | grep ELF | \
+ cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS ChangeLog LICENSE PKG-INFO README doc/*.txt \
diff --git a/development/psycopg2/psycopg2.info b/development/psycopg2/psycopg2.info
index f6bff57880..c88139a6a8 100644
--- a/development/psycopg2/psycopg2.info
+++ b/development/psycopg2/psycopg2.info
@@ -1,8 +1,8 @@
PRGNAM="psycopg2"
-VERSION="2.0.14"
-HOMEPAGE="http://initd.org/tracker/psycopg/wiki/PsycopgTwo"
-DOWNLOAD="http://initd.org/pub/software/psycopg/psycopg2-2.0.14.tar.gz"
-MD5SUM="30136c7753acc9cbdc36cc5c2448fdee"
+VERSION="2.2.2"
+HOMEPAGE="http://initd.org/psycopg/"
+DOWNLOAD="http://initd.org/pub/software/psycopg/psycopg2-2.2.2.tar.gz"
+MD5SUM="571af2ad9dfeb522ee5f8553278a4c38"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Carlos Corbacho"
diff --git a/development/psycopg2/slack-desc b/development/psycopg2/slack-desc
index 8ab9d5a0e3..94209e9af3 100644
--- a/development/psycopg2/slack-desc
+++ b/development/psycopg2/slack-desc
@@ -12,8 +12,8 @@ psycopg2: psycopg is a PostgreSQL database adapter for Python. It supports the
psycopg2: full Python DBAPI 2.0, and is thread safe at level 2. psycopg was
psycopg2: designed for heavily multi-threaded applications.
psycopg2:
-psycopg2:
-psycopg2: Homepage: http://initd.org/tracker/psycopg/wiki/PsycopgTwo
+psycopg2: The psycopg2 website can be found at:
+psycopg2: http://initd.org/tracker/psycopg/wiki/PsycopgTwo
psycopg2:
psycopg2:
psycopg2: