From 02dcd51d9738030093f3c8cc6d25eb55da7ba885 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Tue, 21 Apr 2020 00:05:46 +0100 Subject: dev-python/bsddb3: bump to 6.2.7 Now with python3_8 support. According to upstream this version supports 3.9 as well but let us not get ahead of ourselves, shall we. Invoking maintainer time-out. On a fully up-to-date ~amd64 system, the test phase passes for all four PYTHON_COMPAT entries. Closes: https://bugs.gentoo.org/706158 Signed-off-by: Marek Szuba --- dev-python/bsddb3/Manifest | 1 + dev-python/bsddb3/bsddb3-6.2.7.ebuild | 76 +++++++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 dev-python/bsddb3/bsddb3-6.2.7.ebuild (limited to 'dev-python/bsddb3') diff --git a/dev-python/bsddb3/Manifest b/dev-python/bsddb3/Manifest index fbbd378d34af..6df7e3b2f617 100644 --- a/dev-python/bsddb3/Manifest +++ b/dev-python/bsddb3/Manifest @@ -1 +1,2 @@ DIST bsddb3-6.2.4.tar.gz 242397 BLAKE2B b6b9c6d4d3231bce400ae46a5df85abddd83bfd3e4e52d0192c2c91faab51af14946c9a8682f55ff8251fd0d1f7a00ba834d7a39c1574b4adcfe2ea396cf684d SHA512 15bb714242b05649a7c40ccd153979e596340ef039c89549b215fc5438a12fedb44150195063d2783c6c06ede3552506e31e8013b6b0431d27dd7e14975c08b0 +DIST bsddb3-6.2.7.tar.gz 437325 BLAKE2B ed7931a32766338c5674cc017a8528d30acf9397443f270bf93974c9ed7ae4abdc6b704d85d48f68e0c4b6d85c4ad71edf891e342e5f9b9a597453140adde742 SHA512 edd85fb697142ac152a10a299899c52b637a3b1e3d28d913c61f9de91ef292fc2055daeb18fca62242284b4189a61d5bf318aca6e2966849879043a46db000e0 diff --git a/dev-python/bsddb3/bsddb3-6.2.7.ebuild b/dev-python/bsddb3/bsddb3-6.2.7.ebuild new file mode 100644 index 000000000000..d4b982c8a5e1 --- /dev/null +++ b/dev-python/bsddb3/bsddb3-6.2.7.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_REQ_USE="threads(+)" +DISTUTILS_USE_SETUPTOOLS=no + +inherit db-use distutils-r1 + +DESCRIPTION="Python bindings for Berkeley DB" +HOMEPAGE="https://www.jcea.es/programacion/pybsddb.htm https://pypi.org/project/bsddb3/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" +