python-psycopg2: update to 2.7.5
This commit is contained in:
parent
49dc3ebf01
commit
bc641d8984
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-psycopg2'
|
# Template file for 'python-psycopg2'
|
||||||
pkgname=python-psycopg2
|
pkgname=python-psycopg2
|
||||||
version=2.7.4
|
version=2.7.5
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="psycopg2-${version}"
|
wrksrc="psycopg2-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -11,10 +11,10 @@ hostmakedepends="python-devel python3-devel postgresql-libs-devel"
|
||||||
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"
|
||||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||||
license="LGPL-3"
|
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=8bf51191d60f6987482ef0cfe8511bbf4877a5aa7f313d7b488b53189cf26209
|
checksum=eccf962d41ca46e6326b97c8fe0a6687b58dfc1a5f6540ed071ff1474cea749e
|
||||||
|
|
||||||
python3-psycopg2_package() {
|
python3-psycopg2_package() {
|
||||||
pycompile_module="psycopg2"
|
pycompile_module="psycopg2"
|
||||||
|
|
Loading…
Reference in New Issue