diff --git a/srcpkgs/python-bsddb3/template b/srcpkgs/python-bsddb3/template new file mode 100644 index 00000000000..9bd7a1e9255 --- /dev/null +++ b/srcpkgs/python-bsddb3/template @@ -0,0 +1,28 @@ +# Template file for 'python-bsddb3' +pkgname=python-bsddb3 +version=6.0.1 +revision=1 +wrksrc="bsddb3-${version}" +build_style=python-module +make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr" +make_install_args="--berkeley-db=${XBPS_CROSS_BASE}/usr" +python_versions="2.7 3.4" +hostmakedepends="python-setuptools python3.4-setuptools" +makedepends="python-devel python3.4-devel db-devel" +pycompile_module="bsddb3" +short_desc="Python2 interface for BerkeleyDB" +maintainer="Juan RP " +homepage="ttp://www.jcea.es/programacion/pybsddb.htm" +license="MIT" +distfiles="https://pypi.python.org/packages/source/b/bsddb3/bsddb3-${version}.tar.gz" +checksum=abc34d83d6cbb40f1626ecc2b62e8163ba204f4bb6a65c23b125a171d224bf6d + +python3.4-bsddb3_package() { + depends="python3.4" + pycompile_version="3.4" + pycompile_module="bsddb3" + short_desc="${short_desc/Python2/Python3.4}" + pkg_install() { + vmove usr/lib/python3.4 + } +} diff --git a/srcpkgs/python3.4-bsddb3 b/srcpkgs/python3.4-bsddb3 new file mode 120000 index 00000000000..65af0bb7872 --- /dev/null +++ b/srcpkgs/python3.4-bsddb3 @@ -0,0 +1 @@ +python-bsddb3 \ No newline at end of file