16 lines
609 B
Bash
16 lines
609 B
Bash
# Template file for 'python3-psycopg'
|
|
pkgname=python3-psycopg
|
|
version=3.1.3
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="PostgreSQL database adapter for Python"
|
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://www.psycopg.org"
|
|
changelog="https://raw.githubusercontent.com/psycopg/psycopg/master/docs/news.rst"
|
|
distfiles="${PYPI_SITE}/p/psycopg/psycopg-${version}.tar.gz"
|
|
checksum=d2c7c012e62083f800f9eb5eef849d5ed89940c3b31081d420279598f34c647e
|
|
make_check=no # requires running postgres server on system
|