public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bsddb3/
Date: Fri, 14 Aug 2020 23:22:20 +0000 (UTC)	[thread overview]
Message-ID: <1597447287.c1ed105b1eeb213edbbd7405bfa13a0d89e48711.asturm@gentoo> (raw)

commit:     c1ed105b1eeb213edbbd7405bfa13a0d89e48711
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  3 21:23:49 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 23:21:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1ed105b

dev-python/bsddb3: Drop superfluous calls to python_is_python3

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-python/bsddb3/bsddb3-6.2.7.ebuild | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/dev-python/bsddb3/bsddb3-6.2.7.ebuild b/dev-python/bsddb3/bsddb3-6.2.7.ebuild
index b925dd3cd69..47c88f81dcd 100644
--- a/dev-python/bsddb3/bsddb3-6.2.7.ebuild
+++ b/dev-python/bsddb3/bsddb3-6.2.7.ebuild
@@ -63,17 +63,6 @@ python_configure_all() {
 	export YES_I_HAVE_THE_RIGHT_TO_USE_THIS_BERKELEY_DB_VERSION=1
 }
 
-python_compile() {
-	if ! python_is_python3; then
-		local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
-	fi
-	distutils-r1_python_compile
-}
-
 python_test() {
-	if python_is_python3; then
-		PYTHONPATH=Lib3 "${EPYTHON}" test3.py -v || die "Testing failed with ${EPYTHON}"
-	else
-		PYTHONPATH=Lib "${EPYTHON}" test.py -v || die "Testing failed with ${EPYTHON}"
-	fi
+	PYTHONPATH=Lib3 "${EPYTHON}" test3.py -v || die "Testing failed with ${EPYTHON}"
 }


             reply	other threads:[~2020-08-14 23:22 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-14 23:22 Andreas Sturmlechner [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
2023-02-16  3:29 Sam James
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-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=1597447287.c1ed105b1eeb213edbbd7405bfa13a0d89e48711.asturm@gentoo \
    --to=asturm@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