From c719fdcee603a5a706a45d10cb598762d56a727d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 25 Sep 2021 20:21:45 +0100 Subject: gentoo resync : 25.09.2021 --- dev-python/bsddb3/Manifest | 3 ++- dev-python/bsddb3/bsddb3-6.2.9.ebuild | 12 ++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'dev-python/bsddb3') diff --git a/dev-python/bsddb3/Manifest b/dev-python/bsddb3/Manifest index 8cf193137cdd..d946c2795fab 100644 --- a/dev-python/bsddb3/Manifest +++ b/dev-python/bsddb3/Manifest @@ -1,3 +1,4 @@ +DIST bsddb3-6.2.9-fix-py3.10.patch.gz 3153 BLAKE2B dfdd00e90c683557bafe7d5f0d5c9a6f944fb8495bf1baef8857f6e771cef58c8e5feac9b3d345ebf6403ba73ceaa7f9077f221ad6bad9916b756e6605b30d3d SHA512 3c6157110c94b842811301f4e48c0f1690d9c75379abe7a04bf76f7136d25decbf79673ca2940c5dbb97802acc8c7a9312a24a79e7dfcc3971f9dc250353d732 DIST bsddb3-6.2.9.tar.gz 230475 BLAKE2B 68c7c498d581dd5ca860060a3152f7ae135bbc75d00714764446d071e8ea88d303a73d1aa411db1ff8fc922aa6d486632fe38bef3596550150ed511a97fc9c9c SHA512 9e878ef865cba608fafe4274b660234927b9106323c3e4ddd728682b0f11b3c7edb9a3dd56cdfe8665eba890df4121695c9710b95bb2f43b8a0be3ec4050f61e -EBUILD bsddb3-6.2.9.ebuild 1667 BLAKE2B 933386dd8bf470125ea45a7896f6d507702cc7b86d3c3415cbc3fcd9ec58cc43682a9a1061102d38793e57636e6285571aac50e4dc6d44a88462ddf090b01a7c SHA512 706175d3f2815c6bc51a723986e803b22c1c359e01228e6b8cdca264c38475c045ddf6c293b07178f4c801248b867e27f7a735fe3e917d4035d77cd2f03bcc3d +EBUILD bsddb3-6.2.9.ebuild 1769 BLAKE2B 7a048ba94336331e37ec46b3eefb6e6661e735834c6925f6fed9f8aee076d52b186a91f527148eda78625bfa28ac33557674d6af0e38730ac4630dc175296b7e SHA512 17fa15d27d9fa5c0a10bf5b5496a2700d938eb865d168b74ff661e536168e9afac80ed256a50b40dead94b3f6f819f05edd5fe7749e2a0b296e5f019a0159776 MISC metadata.xml 310 BLAKE2B 060fc4b0a3a1821d830a1a5f8aa85e6c3485a8e9495f6dc53a9e0f79e2365249b84c2b5d3d92f9023c5ff6a6292d2a556cbf9706d652a7d33fddfc6cd929987d SHA512 4be1100a09d494b8ff85902a0352180ee978627cabd047c01a999b49f4ab2120050a9c4ce0e254df346dbb2ec78e2fce16b8664d755938a57e28bb16decaf5a6 diff --git a/dev-python/bsddb3/bsddb3-6.2.9.ebuild b/dev-python/bsddb3/bsddb3-6.2.9.ebuild index 06f089aafd68..cbbd749168b9 100644 --- a/dev-python/bsddb3/bsddb3-6.2.9.ebuild +++ b/dev-python/bsddb3/bsddb3-6.2.9.ebuild @@ -3,15 +3,15 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="threads(+)" -DISTUTILS_USE_SETUPTOOLS=no DISTUTILS_IN_SOURCE_BUILD=1 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" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz + https://dev.gentoo.org/~arthurzam/patches/dev-python/${P}-fix-py3.10.patch.gz" LICENSE="BSD" SLOT="0" @@ -29,6 +29,10 @@ RDEPEND=" )" DEPEND="${RDEPEND}" +PATCHES=( + "${WORKDIR}/${P}-fix-py3.10.patch" +) + python_prepare_all() { # This list should be kept in sync with setup.py. if [[ -z ${DB_VER} ]]; then @@ -58,5 +62,5 @@ python_configure_all() { } python_test() { - PYTHONPATH=Lib3 "${EPYTHON}" test3.py -v || die "Testing failed with ${EPYTHON}" + PYTHONPATH=Lib3 "${EPYTHON}" test3.py -vv || die "Testing failed with ${EPYTHON}" } -- cgit v1.2.3