From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1261965-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 732411382C5 for <garchives@archives.gentoo.org>; Tue, 16 Mar 2021 18:57:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBFA1E083D; Tue, 16 Mar 2021 18:57:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B597E083D for <gentoo-commits@lists.gentoo.org>; Tue, 16 Mar 2021 18:57:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83478340E0D for <gentoo-commits@lists.gentoo.org>; Tue, 16 Mar 2021 18:57:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 353944F1 for <gentoo-commits@lists.gentoo.org>; Tue, 16 Mar 2021 18:57:56 +0000 (UTC) From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" <andrewammerlaan@riseup.net> Message-ID: <1615921070.887ddf2183097cf431da81cdcc4f693d268128bb.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ncbi-blast+/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild sci-biology/ncbi-blast+/ncbi-blast+-2.2.31.ebuild sci-biology/ncbi-blast+/ncbi-blast+-2.6.0.ebuild sci-biology/ncbi-blast+/ncbi-blast+-2.8.1.ebuild X-VCS-Directories: sci-biology/ncbi-blast+/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 887ddf2183097cf431da81cdcc4f693d268128bb X-VCS-Branch: master Date: Tue, 16 Mar 2021 18:57:56 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ace32f01-9581-45f2-9bfa-974658197ca8 X-Archives-Hash: 91dc0d5158ac45f00ec34e561cad761f commit: 887ddf2183097cf431da81cdcc4f693d268128bb Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Mar 16 18:57:50 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Mar 16 18:57:50 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=887ddf21 sci-biology/ncbi-blast+: drop python support on old is python2 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild | 12 ++++-------- sci-biology/ncbi-blast+/ncbi-blast+-2.2.31.ebuild | 12 ++++-------- sci-biology/ncbi-blast+/ncbi-blast+-2.6.0.ebuild | 12 ++++-------- sci-biology/ncbi-blast+/ncbi-blast+-2.8.1.ebuild | 2 +- 4 files changed, 13 insertions(+), 25 deletions(-) diff --git a/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild b/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild index 05c844b1c..08103e703 100644 --- a/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild +++ b/sci-biology/ncbi-blast+/ncbi-blast+-2.2.30.ebuild @@ -3,9 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 ) - -inherit eutils flag-o-matic multilib python-single-r1 toolchain-funcs +inherit eutils flag-o-matic multilib toolchain-funcs MY_P="ncbi-blast-${PV}+-src" # workdir/ncbi-blast-2.2.30+-src @@ -25,13 +23,11 @@ IUSE=" debug static-libs static threads pch test wxwidgets odbc berkdb boost bzip2 cppunit curl expat fltk freetype gif - glut gnutls hdf5 icu jpeg lzo mesa mysql muparser opengl pcre png python + glut gnutls hdf5 icu jpeg lzo mesa mysql muparser opengl pcre png sablotron sqlite tiff xerces xalan xml xpm xslt X" KEYWORDS="~amd64 ~x86" RESTRICT="!test? ( test )" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - # sys-libs/db should be compiled with USE=cxx DEPEND=" <sys-devel/gcc-10:= @@ -48,7 +44,6 @@ DEPEND=" glut? ( media-libs/freeglut ) freetype? ( media-libs/freetype ) gnutls? ( net-libs/gnutls ) - python? ( ${PYTHON_DEPS} ) cppunit? ( dev-util/cppunit ) icu? ( dev-libs/icu ) expat? ( dev-libs/expat ) @@ -242,7 +237,8 @@ src_configure() { $(use_with freetype freetype "${EPREFIX}/usr") # $(use_with berkdb bdb "${EPREFIX}/usr") # not in ncbi-blast+ $(usex odbc --with-odbc="${EPREFIX}/usr" "") - $(use_with python python "${EPREFIX}/usr") + # is python2 + --without-python $(use_with boost boost "${EPREFIX}/usr") $(use_with sqlite sqlite3 "${EPREFIX}/usr") $(use_with icu icu "${EPREFIX}/usr") diff --git a/sci-biology/ncbi-blast+/ncbi-blast+-2.2.31.ebuild b/sci-biology/ncbi-blast+/ncbi-blast+-2.2.31.ebuild index 0118086c8..fbd1a9d4c 100644 --- a/sci-biology/ncbi-blast+/ncbi-blast+-2.2.31.ebuild +++ b/sci-biology/ncbi-blast+/ncbi-blast+-2.2.31.ebuild @@ -3,9 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 ) - -inherit eutils flag-o-matic multilib python-single-r1 toolchain-funcs +inherit eutils flag-o-matic multilib toolchain-funcs MY_P="ncbi-blast-${PV}+-src" # workdir/ncbi-blast-2.2.30+-src @@ -25,13 +23,11 @@ IUSE=" debug static-libs static threads pch test wxwidgets odbc berkdb boost bzip2 cppunit curl expat fltk freetype gif - glut gnutls hdf5 icu jpeg lzo mesa mysql muparser opengl pcre png python + glut gnutls hdf5 icu jpeg lzo mesa mysql muparser opengl pcre png sablotron sqlite tiff xerces xalan xml xpm xslt X" KEYWORDS="~amd64 ~x86" RESTRICT="!test? ( test )" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - # sys-libs/db should be compiled with USE=cxx DEPEND=" <sys-devel/gcc-10:= @@ -48,7 +44,6 @@ DEPEND=" glut? ( media-libs/freeglut ) freetype? ( media-libs/freetype ) gnutls? ( net-libs/gnutls ) - python? ( ${PYTHON_DEPS} ) cppunit? ( dev-util/cppunit ) icu? ( dev-libs/icu ) expat? ( dev-libs/expat ) @@ -245,7 +240,8 @@ src_configure() { $(use_with freetype freetype "${EPREFIX}/usr") # $(use_with berkdb bdb "${EPREFIX}/usr") # not in ncbi-blast+ $(usex odbc --with-odbc="${EPREFIX}/usr" "") - $(use_with python python "${EPREFIX}/usr") + # is python2 + --without-python $(use_with boost boost "${EPREFIX}/usr") $(use_with sqlite sqlite3 "${EPREFIX}/usr") $(use_with icu icu "${EPREFIX}/usr") diff --git a/sci-biology/ncbi-blast+/ncbi-blast+-2.6.0.ebuild b/sci-biology/ncbi-blast+/ncbi-blast+-2.6.0.ebuild index ccedf666d..ec3426cfb 100644 --- a/sci-biology/ncbi-blast+/ncbi-blast+-2.6.0.ebuild +++ b/sci-biology/ncbi-blast+/ncbi-blast+-2.6.0.ebuild @@ -3,9 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 ) - -inherit eutils flag-o-matic multilib python-single-r1 toolchain-funcs +inherit eutils flag-o-matic multilib toolchain-funcs MY_P="ncbi-blast-${PV}+-src" # workdir/ncbi-blast-2.2.30+-src @@ -26,13 +24,11 @@ IUSE=" debug static-libs static threads pch test wxwidgets odbc berkdb boost bzip2 cppunit curl expat fltk freetype gif - glut gnutls hdf5 icu jpeg lzo mesa mysql muparser opengl pcre png python + glut gnutls hdf5 icu jpeg lzo mesa mysql muparser opengl pcre png sablotron sqlite tiff xerces xalan xml xpm xslt X" KEYWORDS="~amd64 ~x86" RESTRICT="!test? ( test )" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - # sys-libs/db should be compiled with USE=cxx DEPEND=" <sys-devel/gcc-10:= @@ -49,7 +45,6 @@ DEPEND=" glut? ( media-libs/freeglut ) freetype? ( media-libs/freetype ) gnutls? ( net-libs/gnutls ) - python? ( ${PYTHON_DEPS} ) cppunit? ( dev-util/cppunit ) icu? ( dev-libs/icu ) expat? ( dev-libs/expat ) @@ -248,7 +243,8 @@ src_configure() { $(use_with freetype freetype "${EPREFIX}/usr") # $(use_with berkdb bdb "${EPREFIX}/usr") # not in ncbi-blast+ $(usex odbc --with-odbc="${EPREFIX}/usr" "") - $(use_with python python "${EPREFIX}/usr") + # is python2 + --without-python $(use_with boost boost "${EPREFIX}/usr") $(use_with sqlite sqlite3 "${EPREFIX}/usr") $(use_with icu icu "${EPREFIX}/usr") diff --git a/sci-biology/ncbi-blast+/ncbi-blast+-2.8.1.ebuild b/sci-biology/ncbi-blast+/ncbi-blast+-2.8.1.ebuild index 72f8fd0b1..40f338bc3 100644 --- a/sci-biology/ncbi-blast+/ncbi-blast+-2.8.1.ebuild +++ b/sci-biology/ncbi-blast+/ncbi-blast+-2.8.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit eutils flag-o-matic multilib python-single-r1 toolchain-funcs