development/psycopg2: Updated for version 2.5.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
6fc5ecd501
commit
6d834989f2
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for psycopg2
|
||||
|
||||
# Copyright (c) 2007 Daniel de Kok <moc.mikciat@leinad>
|
||||
# Copyright (c) 2010-2011 Carlos Corbacho <carlos@strangeworlds.co.uk>
|
||||
# Copyright (c) 2010-2011, 2013 Carlos Corbacho <carlos@strangeworlds.co.uk>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=psycopg2
|
||||
VERSION=${VERSION:-2.4.2}
|
||||
VERSION=${VERSION:-2.5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -58,8 +58,8 @@ 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 \
|
||||
doc/html doc/HACKING doc/COPYING.LESSER \
|
||||
cp -a AUTHORS LICENSE PKG-INFO README doc/*.txt \
|
||||
doc/html doc/HACKING doc/COPYING* \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="psycopg2"
|
||||
VERSION="2.4.2"
|
||||
VERSION="2.5.1"
|
||||
HOMEPAGE="http://initd.org/psycopg/"
|
||||
DOWNLOAD="http://initd.org/psycopg/tarballs/PSYCOPG-2-4/psycopg2-2.4.2.tar.gz"
|
||||
MD5SUM="920c533806f112787b480806ea125406"
|
||||
DOWNLOAD="http://initd.org/psycopg/tarballs/PSYCOPG-2-5/psycopg2-2.5.1.tar.gz"
|
||||
MD5SUM="1b433f83d50d1bc61e09026e906d84c7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="postgresql"
|
||||
|
|
Loading…
Reference in New Issue