public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bsddb3/
Date: Thu, 16 Feb 2023 03:29:16 +0000 (UTC)	[thread overview]
Message-ID: <1676517997.0398cc11ea22aede1ec36f612bab922ffbec86ec.sam@gentoo> (raw)

commit:     0398cc11ea22aede1ec36f612bab922ffbec86ec
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 23:14:17 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 03:26:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0398cc11

dev-python/bsddb3: drop obsolete sys-libs/db versions

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{bsddb3-6.2.9.ebuild => bsddb3-6.2.9-r1.ebuild}    | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/dev-python/bsddb3/bsddb3-6.2.9.ebuild b/dev-python/bsddb3/bsddb3-6.2.9-r1.ebuild
similarity index 82%
rename from dev-python/bsddb3/bsddb3-6.2.9.ebuild
rename to dev-python/bsddb3/bsddb3-6.2.9-r1.ebuild
index 16a2cdc47c16..8a460060f71a 100644
--- a/dev-python/bsddb3/bsddb3-6.2.9.ebuild
+++ b/dev-python/bsddb3/bsddb3-6.2.9-r1.ebuild
@@ -1,32 +1,28 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 PYTHON_COMPAT=( python3_{9..11} )
 PYTHON_REQ_USE="threads(+)"
 DISTUTILS_IN_SOURCE_BUILD=1
-inherit db-use distutils-r1
+inherit db-use distutils-r1 pypi
 
 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
-	https://dev.gentoo.org/~arthurzam/patches/dev-python/${P}-fix-py3.10.patch.gz"
+SRC_URI+=" https://dev.gentoo.org/~arthurzam/patches/dev-python/${P}-fix-py3.10.patch.gz"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
-	<sys-libs/db-6.3:=
+	<sys-libs/db-6.1:=
 	|| (
-		sys-libs/db:6.2
-		sys-libs/db:6.1
 		sys-libs/db:5.3
-		sys-libs/db:5.1
 		sys-libs/db:4.8
-		sys-libs/db:4.7
-	)"
+	)
+"
 DEPEND="${RDEPEND}"
 
 PATCHES=(
@@ -36,7 +32,7 @@ PATCHES=(
 python_prepare_all() {
 	# This list should be kept in sync with setup.py.
 	if [[ -z ${DB_VER} ]]; then
-		for DB_VER in 6.2 6.1 5.3 5.1 4.8 4.7; do
+		for DB_VER in 5.3 4.8; do
 			has_version "sys-libs/db:${DB_VER}" && break
 		done
 	fi


             reply	other threads:[~2023-02-16  3:29 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-16  3:29 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-04 16:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/bsddb3/ Michał Górny
2022-05-18 11:16 Andrew Ammerlaan
2021-08-24 21:02 Marek Szuba
2021-03-03 23:03 Sam James
2021-03-03 18:59 Sam James
2021-03-02  4:40 Sam James
2021-03-02  3:49 Sam James
2021-03-02  2:34 Sam James
2021-03-02  1:37 Sam James
2021-03-02  1:36 Sam James
2021-01-17 16:16 Sam James
2020-08-14 23:22 Andreas Sturmlechner
2020-08-01 21:23 Michał Górny
2020-06-06 19:31 Mart Raudsepp
2020-06-05 16:10 Sergei Trofimovich
2020-06-04  6:35 Agostino Sarubbo
2020-06-04  6:23 Agostino Sarubbo
2020-06-03 15:17 Agostino Sarubbo
2020-06-03 15:12 Agostino Sarubbo
2020-06-01 20:51 Sergei Trofimovich
2020-06-01 19:52 Sergei Trofimovich
2020-04-20 23:10 Marek Szuba
2020-04-15  5:33 Mike Gilbert
2019-05-21 22:43 Aaron Bauman
2019-04-21 12:19 David Seifert
2019-02-18 15:09 Alexis Ballier
2018-03-21  5:55 Markus Meier
2018-03-13 19:52 Michał Górny
2018-01-06 19:55 Sergei Trofimovich
2017-12-28 14:03 Sergei Trofimovich
2017-12-28 12:29 Sergei Trofimovich
2017-12-06 22:34 Sergei Trofimovich
2017-12-02 20:55 Mike Gilbert
2017-11-30 20:19 Tobias Klausmann
2017-06-15 14:23 Anthony G. Basile
2017-05-05 14:25 Manuel Rüger
2017-01-30 18:56 Lars Wendler
2017-01-30 18:56 Lars Wendler
2016-06-22 16:30 Mike Gilbert
2016-06-22 16:26 Mike Gilbert
2016-06-17  3:40 Mike Gilbert
2016-01-24  6:36 Jeroen Roovers
2016-01-14 21:56 Markus Meier
2016-01-05 10:49 Agostino Sarubbo
2015-11-08 16:06 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1676517997.0398cc11ea22aede1ec36f612bab922ffbec86ec.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox