You are not logged in.
I just posted pypgsql 2.4 in incoming.
Here's the PKGBUILD:
pkgname=pypgsql
pkgver=2.4
pkgrel=1
pkgdesc="A Python DB-API 2.0 compliant interface to PostgreSQL databases."
url="http://pypgsql.sourceforge.net/"
license=""
depends=(postgresql)
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://unc.dl.sourceforge.net/sourceforge/pypgsql/pyPgSQL-$pkgver.tar.gz)
md5sums=(56d4003e5192de9a09de468a7641bd11)
build() {
cd $startdir/src/pypgsql
python setup.py build
mkdir $startdir/pkg/usr
python setup.py install --prefix=$startdir/pkg/usr
}
Christian Theune | ct@gocept.com | http://www.gocept.com
Offline
I just realized I already released this package under the name "python-pgsql". This is in incoming as well. Someone could decide for which package to go. The older one is 2k smaller, but I don't know what I did different.
Christian Theune | ct@gocept.com | http://www.gocept.com
Offline
Its registerd in AIR as "pypgsql" as per freshmeat.net
http://bliss-solutions.org/archlinux/in … php?id=610
Markku
Offline