diff --git a/srcpkgs/python3-bsddb3 b/srcpkgs/python3-bsddb3 deleted file mode 120000 index 65af0bb7872..00000000000 --- a/srcpkgs/python3-bsddb3 +++ /dev/null @@ -1 +0,0 @@ -python-bsddb3 \ No newline at end of file diff --git a/srcpkgs/python-bsddb3/template b/srcpkgs/python3-bsddb3/template similarity index 53% rename from srcpkgs/python-bsddb3/template rename to srcpkgs/python3-bsddb3/template index 1df37cc0e71..e7b4d1e232a 100644 --- a/srcpkgs/python-bsddb3/template +++ b/srcpkgs/python3-bsddb3/template @@ -1,15 +1,14 @@ -# Template file for 'python-bsddb3' -pkgname=python-bsddb3 +# Template file for 'python3-bsddb3' +pkgname=python3-bsddb3 version=6.2.6 -revision=3 +revision=4 wrksrc="bsddb3-${version}" -build_style=python-module +build_style=python3-module make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr" make_install_args="--berkeley-db=${XBPS_CROSS_BASE}/usr" -hostmakedepends="python-setuptools python3-setuptools" -makedepends="python-devel python3-devel db-devel" -pycompile_module="bsddb3" -short_desc="Python2 interface for BerkeleyDB" +hostmakedepends="python3-setuptools" +makedepends="python3-devel db-devel" +short_desc="Python3 interface for BerkeleyDB" maintainer="Orphaned " license="BSD-3-Clause" homepage="http://www.jcea.es/programacion/pybsddb.htm" @@ -21,13 +20,3 @@ post_install() { rm -f ${DESTDIR}/usr/include/python*/bsddb3/bsddb.h vlicense LICENSE.txt LICENSE } - -python3-bsddb3_package() { - depends="python3" - pycompile_module="bsddb3" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE.txt LICENSE - } -}