From d8d3eb644c379b68c5bc9533371bc905b2256078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 25 Sep 2020 08:35:47 +0700 Subject: [PATCH] python-bsddb3: drop package --- srcpkgs/python3-bsddb3 | 1 - .../template | 25 ++++++------------- 2 files changed, 7 insertions(+), 19 deletions(-) delete mode 120000 srcpkgs/python3-bsddb3 rename srcpkgs/{python-bsddb3 => python3-bsddb3}/template (53%) 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 - } -}