vp-build/srcpkgs/python3-psycopg2/template

19 lines
780 B
Bash

# Template file for 'python3-psycopg2'
pkgname=python3-psycopg2
version=2.9.3
revision=2
build_style=python3-module
# Require postgresql-libs-devel to find executable: pg_config
hostmakedepends="postgresql-libs-devel python3-setuptools"
# Require postgresql-libs-devel for libpq-fe.h
makedepends="python3-devel postgresql-libs-devel"
depends="python3"
short_desc="PostgreSQL adapter for Python32"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="LGPL-3.0-or-later"
homepage="https://www.psycopg.org"
changelog="https://raw.githubusercontent.com/psycopg/psycopg2/master/NEWS"
distfiles="${PYPI_SITE}/p/psycopg2/psycopg2-${version}.tar.gz"
checksum=8e841d1bf3434da985cc5ef13e6f75c8981ced601fd70cc6bf33351b91562981
make_check=no # requires running postgres server on system