mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python-psycopg2: update to 2.8.2.
This commit is contained in:
parent
6722c70c75
commit
0c50526d3a
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'python-psycopg2'
|
# Template file for 'python-psycopg2'
|
||||||
pkgname=python-psycopg2
|
pkgname=python-psycopg2
|
||||||
version=2.7.7
|
version=2.8.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="psycopg2-${version}"
|
wrksrc="psycopg2-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="psycopg2"
|
pycompile_module="psycopg2"
|
||||||
# Require postgresql-libs-devel to find executable: pg_config
|
# Require postgresql-libs-devel to find executable: pg_config
|
||||||
hostmakedepends="python-devel python3-devel postgresql-libs-devel"
|
hostmakedepends="postgresql-libs-devel python3-setuptools python-setuptools"
|
||||||
# Require postgresql-libs-devel for libpq-fe.h
|
# Require postgresql-libs-devel for libpq-fe.h
|
||||||
makedepends="python-devel python3-devel postgresql-libs-devel"
|
makedepends="python-devel python3-devel postgresql-libs-devel"
|
||||||
short_desc="PostgreSQL adapter for Python2"
|
short_desc="PostgreSQL adapter for Python2"
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="LGPL-3.0-or-later"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="http://initd.org/psycopg"
|
homepage="http://initd.org/psycopg"
|
||||||
distfiles="${PYPI_SITE}/p/psycopg2/psycopg2-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/psycopg2/psycopg2-${version}.tar.gz"
|
||||||
checksum=f4526d078aedd5187d0508aa5f9a01eae6a48a470ed678406da94b4cd6524b7e
|
checksum=5cacf21b6f813c239f100ef78a4132056f93a5940219ec25d2ef833cbeb05588
|
||||||
|
|
||||||
python3-psycopg2_package() {
|
python3-psycopg2_package() {
|
||||||
pycompile_module="psycopg2"
|
pycompile_module="psycopg2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue