You are not logged in.

#1 2004-04-22 13:14:02

Theuni
Member
From: Köthen, Germany
Registered: 2004-02-16
Posts: 10
Website

[network: database] pypgsql

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

#2 2004-04-23 07:13:46

Theuni
Member
From: Köthen, Germany
Registered: 2004-02-16
Posts: 10
Website

Re: [network: database] pypgsql

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

#3 2004-04-23 07:52:00

rasat
Forum Fellow
From: Finland, working in Romania
Registered: 2002-12-27
Posts: 2,293
Website

Re: [network: database] pypgsql

Its registerd in AIR as "pypgsql" as per freshmeat.net
http://bliss-solutions.org/archlinux/in … php?id=610


Markku

Offline

Board footer

Powered by FluxBB