public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/getdata/
Date: Wed,  9 Sep 2020 11:30:31 +0000 (UTC)	[thread overview]
Message-ID: <1599651025.43092c487ed3356e2e74219fc1e80b270975a0ff.mgorny@gentoo> (raw)

commit:     43092c487ed3356e2e74219fc1e80b270975a0ff
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  9 10:47:48 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep  9 11:30:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43092c48

sci-libs/getdata: Eradicate python2

Closes: https://bugs.gentoo.org/735480
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sci-libs/getdata/getdata-0.9.0-r3.ebuild | 23 ++++-------------------
 1 file changed, 4 insertions(+), 19 deletions(-)

diff --git a/sci-libs/getdata/getdata-0.9.0-r3.ebuild b/sci-libs/getdata/getdata-0.9.0-r3.ebuild
index bb727d3bea8..9282f015685 100644
--- a/sci-libs/getdata/getdata-0.9.0-r3.ebuild
+++ b/sci-libs/getdata/getdata-0.9.0-r3.ebuild
@@ -5,8 +5,7 @@ EAPI=6
 
 FORTRAN_STANDARD="95"
 FORTRAN_NEEDED=fortran
-PYTHON_COMPAT=( python2_7 )
-inherit autotools fortran-2 python-single-r1
+inherit autotools fortran-2
 
 DESCRIPTION="Reference implementation of the Dirfile, format for time-ordered binary data"
 HOMEPAGE="http://getdata.sourceforge.net/"
@@ -15,31 +14,17 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.xz"
 SLOT="0"
 LICENSE="LGPL-2.1"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="bzip2 cxx debug flac fortran lzma perl python static-libs"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+IUSE="bzip2 cxx debug flac fortran lzma perl static-libs"
 
 DEPEND="
 	bzip2? ( app-arch/bzip2 )
 	lzma? ( app-arch/xz-utils )
 	perl? ( dev-lang/perl )
-	python? (
-		$(python_gen_cond_dep '
-			|| (
-				dev-python/numpy-python2[${PYTHON_MULTI_USEDEP}]
-				dev-python/numpy[${PYTHON_MULTI_USEDEP}]
-			)
-		')
-		${PYTHON_DEPS}
-	)"
+"
 RDEPEND="${DEPEND}"
 
 PATCHES=( "${FILESDIR}/${P}-remove-python-test.patch" )
 
-pkg_setup() {
-	use python && python-single-r1_pkg_setup
-}
-
 src_prepare() {
 	default
 	eautoreconf
@@ -62,7 +47,7 @@ src_configure() {
 		$(use_with lzma liblzma) \
 		$(use_enable perl) \
 		$(usex perl --with-perl-dir=vendor) \
-		$(use_enable python) \
+		--disable-python \
 		$(use_enable static-libs static)
 }
 


             reply	other threads:[~2020-09-09 11:30 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-09 11:30 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-27  5:59 [gentoo-commits] repo/gentoo:master commit in: sci-libs/getdata/ Sam James
2024-03-27  4:52 Sam James
2024-03-27  4:52 Sam James
2022-11-19 11:41 Andrew Ammerlaan
2022-01-11 14:46 Andrew Ammerlaan
2021-02-19 12:47 Sam James
2020-02-09 16:36 Michał Górny
2020-01-22 21:50 Michał Górny
2020-01-16  6:39 Michał Górny
2018-09-05 18:05 Andreas Sturmlechner
2018-09-05 18:05 Andreas Sturmlechner
2015-12-20 17: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=1599651025.43092c487ed3356e2e74219fc1e80b270975a0ff.mgorny@gentoo \
    --to=mgorny@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