From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/samtools/
Date: Fri, 27 Mar 2020 10:35:43 +0000 (UTC) [thread overview]
Message-ID: <1585305324.d7ff0662f30a752f5b948fda9193a27bfe09099d.soap@gentoo> (raw)
commit: d7ff0662f30a752f5b948fda9193a27bfe09099d
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 27 10:35:24 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Mar 27 10:35:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ff0662
sci-biology/samtools: Remove python dependency
Closes: https://bugs.gentoo.org/710252
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../{samtools-1.9.ebuild => samtools-1.9-r1.ebuild} | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/sci-biology/samtools/samtools-1.9.ebuild b/sci-biology/samtools/samtools-1.9-r1.ebuild
similarity index 72%
rename from sci-biology/samtools/samtools-1.9.ebuild
rename to sci-biology/samtools/samtools-1.9-r1.ebuild
index bdcd115aafe..0d0f993895f 100644
--- a/sci-biology/samtools/samtools-1.9.ebuild
+++ b/sci-biology/samtools/samtools-1.9-r1.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools python-single-r1 toolchain-funcs
+inherit autotools toolchain-funcs
DESCRIPTION="Utilities for analysing and manipulating the SAM/BAM alignment formats"
HOMEPAGE="http://www.htslib.org/"
@@ -15,22 +13,18 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE="examples"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
dev-lang/perl
=sci-libs/htslib-${PV}*
sys-libs/ncurses:0=
- sys-libs/zlib:=
- ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+ sys-libs/zlib:="
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
src_prepare() {
default
- python_fix_shebang misc/varfilter.py
-
# remove bundled htslib
rm -r htslib-* || die
@@ -45,6 +39,9 @@ src_test() {
src_install() {
default
+ # varfilter.py has been retired upstream for being py2 only
+ rm "${ED}"/usr/bin/varfilter.py || die
+
if use examples; then
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
next reply other threads:[~2020-03-27 10:35 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-27 10:35 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-24 8:59 [gentoo-commits] repo/gentoo:master commit in: sci-biology/samtools/ David Seifert
2024-05-24 8:59 David Seifert
2024-03-26 11:06 David Seifert
2023-04-06 19:29 David Seifert
2023-03-30 11:11 David Seifert
2023-02-19 15:44 David Seifert
2022-12-27 0:06 David Seifert
2022-06-19 8:09 David Seifert
2022-06-10 12:42 David Seifert
2022-03-19 11:38 David Seifert
2021-10-11 14:55 David Seifert
2021-10-03 17:41 David Seifert
2021-07-17 21:30 David Seifert
2020-08-03 18:17 David Seifert
2020-08-03 17:40 David Seifert
2020-08-03 16:56 David Seifert
2018-10-28 20:25 David Seifert
2016-10-03 20:21 David Seifert
2016-04-10 9:21 David Seifert
2016-04-09 19:58 David Seifert
2016-03-27 22:53 David Seifert
2016-03-27 22:40 David Seifert
2016-03-27 22:40 David Seifert
2016-03-27 22:40 David Seifert
2016-03-27 22:40 David Seifert
2016-03-27 22:40 David Seifert
2016-03-27 22:40 David Seifert
2015-09-24 12:56 Agostino Sarubbo
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=1585305324.d7ff0662f30a752f5b948fda9193a27bfe09099d.soap@gentoo \
--to=soap@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