mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
18 lines
781 B
Bash
18 lines
781 B
Bash
# Template file for 'python3-psycopg2'
|
|
pkgname=python3-psycopg2
|
|
version=2.9.10
|
|
revision=1
|
|
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=12ec0b40b0273f95296233e8750441339298e6a572f7039da5b260e3c8b60e11
|
|
make_check=no # requires running postgres server on system
|