vp-build/srcpkgs/python-psycopg2/template

33 lines
1.1 KiB
Bash

# Template file for 'python-psycopg2'
pkgname=python-psycopg2
version=2.6.2
revision=3
_series="${version%.*}"
wrksrc="psycopg2-${version}"
build_style=python-module
pycompile_module="psycopg2"
# Require postgresql-libs-devel to find executable: pg_config
hostmakedepends="python-devel python3-devel postgresql-libs-devel"
# Require postgresql-libs-devel for libpq-fe.h
makedepends="python-devel python3-devel postgresql-libs-devel"
short_desc="PostgreSQL adapter for Python designed to be thread safe"
maintainer="Toyam Cox <Vaelatern@gmail.com>"
license="LGPL-3"
homepage="http://initd.org/psycopg"
distfiles="${homepage}/tarballs/PSYCOPG-${_series/./-}/psycopg2-${version}.tar.gz"
checksum=70490e12ed9c5c818ecd85d185d363335cc8a8cbf7212e3c185431c79ff8c05c
python3-psycopg2_package() {
pycompile_module="psycopg2"
replaces="python3.4-psycopg2>=0"
short_desc="${short_desc/Python/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}
python3.4-psycopg2_package() {
build_style=meta
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
depends="python3-psycopg2>=${version}_${revision}"
}