mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/pysqlite2: Updated for version 2.3.5
This commit is contained in:
parent
da48ae0e47
commit
a0c904c9b1
4 changed files with 7 additions and 8 deletions
|
@ -1,4 +1,3 @@
|
|||
pysqlite is a Python DB-API 2.0 interface for the SQLite embedded
|
||||
relational database engine. This SlackBuild, and the resulting package,
|
||||
requires SQLite, which is also available from SlackBuilds.org.
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ set -e
|
|||
|
||||
PRGNAM=pysqlite2
|
||||
DISTNAM=pysqlite
|
||||
VERSION=2.3.3
|
||||
VERSION=2.3.5
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -54,7 +54,7 @@ chmod -R u+w,go+r-w,a-s .
|
|||
CFLAGS="$SLKCFLAGS" \
|
||||
python setup.py bdist
|
||||
|
||||
tar -C $PKG -zxvf dist/$DISTNAM-$VERSION.linux-i686.tar.gz
|
||||
tar zxvf dist/$DISTNAM-$VERSION.linux-i686.tar.gz -C $PKG
|
||||
|
||||
( cd $PKG
|
||||
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pysqlite2"
|
||||
VERSION="2.3.3"
|
||||
VERSION="2.3.5"
|
||||
HOMEPAGE="http://www.initd.org/tracker/pysqlite/wiki/pysqlite"
|
||||
DOWNLOAD="http://initd.org/pub/software/pysqlite/releases/2.3/2.3.3/pysqlite-2.3.3.tar.gz"
|
||||
MD5SUM="cac3e827f22befff8b6302109c6eff34"
|
||||
DOWNLOAD="http://initd.org/pub/software/pysqlite/releases/2.3/2.3.5/pysqlite-2.3.5.tar.gz"
|
||||
MD5SUM="b4a185e936848370fcc1a5b17755b641"
|
||||
MAINTAINER="Daniel de Kok"
|
||||
EMAIL="danieldk@pobox.com"
|
||||
APPROVED="robw810"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# exactly 11 lines for the formatting to be correct. It's also customary to
|
||||
# leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
|-----handy-ruler--------------------------------------------------|
|
||||
pysqlite2: pysqlite2 (Python bindings for SQLite)
|
||||
pysqlite2:
|
||||
pysqlite2: pysqlite is a Python DB-API 2.0 interface for the SQLite embedded
|
||||
|
|
Loading…
Reference in a new issue