summaryrefslogtreecommitdiff
path: root/dev-python/bsddb3
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /dev-python/bsddb3
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'dev-python/bsddb3')
-rw-r--r--dev-python/bsddb3/Manifest4
-rw-r--r--dev-python/bsddb3/bsddb3-6.1.1.ebuild4
-rw-r--r--dev-python/bsddb3/bsddb3-6.2.4.ebuild11
3 files changed, 9 insertions, 10 deletions
diff --git a/dev-python/bsddb3/Manifest b/dev-python/bsddb3/Manifest
index a2d27105ecab..4bf7d7f2513c 100644
--- a/dev-python/bsddb3/Manifest
+++ b/dev-python/bsddb3/Manifest
@@ -1,5 +1,5 @@
DIST bsddb3-6.1.1.tar.gz 450571 BLAKE2B fae21052d3422e6e837f21a0e5f65aac063cb4c03b4c833e8b74fdd7da929972f81c3eaf5e869ce0990c1d55454d9f5964c3d526a44c047124d12da2afd78361 SHA512 f5e95edf2d18f04f4a306450a67ad675902b102cde9fdebd870727c2649ba7dd759206708c9225af871e0811e17812ef46c90ea6854eb3209ba36c86900ffb01
DIST bsddb3-6.2.4.tar.gz 242397 BLAKE2B b6b9c6d4d3231bce400ae46a5df85abddd83bfd3e4e52d0192c2c91faab51af14946c9a8682f55ff8251fd0d1f7a00ba834d7a39c1574b4adcfe2ea396cf684d SHA512 15bb714242b05649a7c40ccd153979e596340ef039c89549b215fc5438a12fedb44150195063d2783c6c06ede3552506e31e8013b6b0431d27dd7e14975c08b0
-EBUILD bsddb3-6.1.1.ebuild 1947 BLAKE2B bda23117bcc3cc0ab639c090a5a3f28634796cfb33a4f89a08cc51bb032af030b83af443e241fbf43eb24ddd97d950cc60f9c36bdb612b743cf0b23e315c96c9 SHA512 357fb9d30626dc5bad2a869b506cb1cf6246b417c06ccbcb8e585294312454c05394d8b7e76c103e4298562ffbc627f1e192176e6cc4da3cd2df40ba5a487022
-EBUILD bsddb3-6.2.4.ebuild 1932 BLAKE2B 86bdc24163c1dac6459ad3d7436eea3dddb71837cddd10ac69f9219fbe2fdcf712bab2bec8db0e54157fe13a050fed52bca4006fbef2b837ffcf0985240a20e1 SHA512 6c0ab4ca87b66e04e117d449139cd165914aa40169cad3b0a3a1c82fb9e5fec06b3eca1e486d6b32f1c28b4373da872be1766e094dd7e97af6edfc556011728d
+EBUILD bsddb3-6.1.1.ebuild 1940 BLAKE2B cdaa1ed8bdb037f43efdd6e40f2f2c4bbd412ac48420164fd431b637dbaea03df4aecf0a5623595846d50fef7cfb3d291125f7d25ef6552734d087d1bf12df1e SHA512 085ba98fe0374aa5349a7812b935476a150c2e92fc2cf5c8d0ddb4e8ad430d99b0a78d639e42bb1b46aaa1f1ead234f964ff41307994d43c7c10256e8e225ac3
+EBUILD bsddb3-6.2.4.ebuild 1940 BLAKE2B 6e6b62ecacf8aab999f64a17d9a2e28969f55b79c0f42b667a3820787e4ec3a7dc01cbc6f6c5fd3d05d3f96e16ea7a5b33ad2ef2189a5a75e72ef41d783d0fe9 SHA512 7f99c5273ce5da06811359d3f07d81fea1d890444c1bcdcc7d65f3c2e5ac18ea1a42d704508afae6570d6956909dcad6a98c0552795b383b436ab37303440c97
MISC metadata.xml 309 BLAKE2B 2a491c74fd8f64d284bbe32aea28da5790bb54ba0105fd61f477f725bb00fa729e976c20d35cfdead53483fef8d711ea0d9000cc2dd9663ec498b02e9e082083 SHA512 edf575ec4a06047d837caffa6c8c8a35d53c5236d806e6d2b4804943617000d8f745f1b94fecfe2af117be823821669e6b7e9aea2a427aa2d97b1eb6ec11eb20
diff --git a/dev-python/bsddb3/bsddb3-6.1.1.ebuild b/dev-python/bsddb3/bsddb3-6.1.1.ebuild
index 870e85826470..2fabdb1ad52a 100644
--- a/dev-python/bsddb3/bsddb3-6.1.1.ebuild
+++ b/dev-python/bsddb3/bsddb3-6.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_5 )
PYTHON_REQ_USE="threads(+)"
inherit db-use distutils-r1 multilib
diff --git a/dev-python/bsddb3/bsddb3-6.2.4.ebuild b/dev-python/bsddb3/bsddb3-6.2.4.ebuild
index 80f1b645f981..484748d7ecdc 100644
--- a/dev-python/bsddb3/bsddb3-6.2.4.ebuild
+++ b/dev-python/bsddb3/bsddb3-6.2.4.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
PYTHON_REQ_USE="threads(+)"
inherit db-use distutils-r1
@@ -25,8 +25,7 @@ RDEPEND="
sys-libs/db:5.1
sys-libs/db:4.8
sys-libs/db:4.7
- )
-"
+ )"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
@@ -52,7 +51,7 @@ python_prepare_all() {
distutils-r1_python_prepare_all
}
-src_configure() {
+python_configure_all() {
# These are needed for both build and install.
export BERKELEYDB_DIR="${EPREFIX}/usr"
export BERKELEYDB_INCDIR="$(db_includedir ${DB_VER})"
@@ -69,8 +68,8 @@ python_compile() {
python_test() {
if python_is_python3; then
- PYTHONPATH=Lib3 "${PYTHON}" test3.py -v || die "Testing failed with ${EPYTHON}"
+ PYTHONPATH=Lib3 "${EPYTHON}" test3.py -v || die "Testing failed with ${EPYTHON}"
else
- PYTHONPATH=Lib "${PYTHON}" test.py -v || die "Testing failed with ${EPYTHON}"
+ PYTHONPATH=Lib "${EPYTHON}" test.py -v || die "Testing failed with ${EPYTHON}"
fi
}