mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
python-psycopg2: update to 2.7.1
This commit is contained in:
parent
62f2be3c51
commit
6c62917c7b
1 changed files with 5 additions and 6 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'python-psycopg2'
|
# Template file for 'python-psycopg2'
|
||||||
pkgname=python-psycopg2
|
pkgname=python-psycopg2
|
||||||
version=2.6.2
|
version=2.7.1
|
||||||
revision=3
|
revision=1
|
||||||
_series="${version%.*}"
|
|
||||||
wrksrc="psycopg2-${version}"
|
wrksrc="psycopg2-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="psycopg2"
|
pycompile_module="psycopg2"
|
||||||
|
@ -10,12 +9,12 @@ pycompile_module="psycopg2"
|
||||||
hostmakedepends="python-devel python3-devel postgresql-libs-devel"
|
hostmakedepends="python-devel python3-devel postgresql-libs-devel"
|
||||||
# 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 Python designed to be thread safe"
|
short_desc="PostgreSQL adapter for Python2"
|
||||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||||
license="LGPL-3"
|
license="LGPL-3"
|
||||||
homepage="http://initd.org/psycopg"
|
homepage="http://initd.org/psycopg"
|
||||||
distfiles="${homepage}/tarballs/PSYCOPG-${_series/./-}/psycopg2-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/psycopg2/psycopg2-${version}.tar.gz"
|
||||||
checksum=70490e12ed9c5c818ecd85d185d363335cc8a8cbf7212e3c185431c79ff8c05c
|
checksum=86c9355f5374b008c8479bc00023b295c07d508f7c3b91dbd2e74f8925b1d9c6
|
||||||
|
|
||||||
python3-psycopg2_package() {
|
python3-psycopg2_package() {
|
||||||
pycompile_module="psycopg2"
|
pycompile_module="psycopg2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue