# Description: Python bindings for PostgreSQL # URL: https://www.psycopg.org/ # Maintainer: Matt Housh, jaeger at crux dot ninja # Depends on: postgresql python3-setuptools name=psycopg2 version=2.9.1 release=1 source=(https://files.pythonhosted.org/packages/aa/8a/7c80e7e44fb1b4277e89bd9ca509aefdd4dd1b2c547c6f293afe9f7ffd04/$name-$version.tar.gz) build() { cd $name-$version python3 setup.py install --root=$PKG --prefix=/usr }