contrib/psycopg2/Pkgfile

15 lines
381 B
Plaintext
Raw Normal View History

2008-12-12 00:52:22 +01:00
# Description: Python bindings for PostgreSQL
2020-06-01 17:45:48 +02:00
# URL: https://www.psycopg.org/
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: postgresql python3-setuptools
2008-12-12 00:52:22 +01:00
name=psycopg2
version=2.8.5
2008-12-12 00:52:22 +01:00
release=1
source=(http://initd.org/${name%2}/tarballs/PSYCOPG-2-8/$name-$version.tar.gz)
2008-12-12 00:52:22 +01:00
build() {
cd $name-$version
python3 setup.py install --root=$PKG --prefix=/usr
2008-12-12 00:52:22 +01:00
}