From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/pybedtools/
Date: Thu, 31 Dec 2020 12:19:28 +0000 (UTC) [thread overview]
Message-ID: <1609416250.45f4ecf6f9d5e9c4e699ea84a7b4b8bb6c9740d6.epsilon-0@gentoo> (raw)
commit: 45f4ecf6f9d5e9c4e699ea84a7b4b8bb6c9740d6
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Dec 31 10:34:09 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Thu Dec 31 12:04:10 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=45f4ecf6
sci-biology/pybedtools: drop py3.6
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Closes: https://github.com/gentoo/sci/pull/1012
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
sci-biology/pybedtools/pybedtools-0.8.0.ebuild | 32 +++++++++++---------------
1 file changed, 13 insertions(+), 19 deletions(-)
diff --git a/sci-biology/pybedtools/pybedtools-0.8.0.ebuild b/sci-biology/pybedtools/pybedtools-0.8.0.ebuild
index a91de8cca..6d391b0a8 100644
--- a/sci-biology/pybedtools/pybedtools-0.8.0.ebuild
+++ b/sci-biology/pybedtools/pybedtools-0.8.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
@@ -13,8 +13,8 @@ SRC_URI="https://github.com/daler/pybedtools/archive/v${PV}.tar.gz -> ${P}.tar.g
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc minimal"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal"
RESTRICT="test"
# Tests reported to fail on Gentoo:
# https://github.com/daler/pybedtools/issues/329
@@ -23,29 +23,23 @@ RESTRICT="test"
RDEPEND="
sci-biology/bedtools
sci-biology/pysam
- dev-python/numpy
- dev-python/pandas
- !minimal? ( sci-libs/htslib )
- doc? ( dev-python/sphinx )"
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/pandas[${PYTHON_USEDEP}]
+ !minimal? ( sci-libs/htslib )"
# optional-requirements.txt also lists:
# ucsc-bigwigtobedgraph
# ucsc-bedgraphtobigwig
# ucsc-wigtobigwig
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
dev-python/cython[${PYTHON_USEDEP}]"
+# ToDo: fix docs building
+# ModuleNotFoundError: No module named 'pybedtools.cbedtools'
+# even if pybedtools is installed
+#distutils_enable_sphinx docs/source
+distutils_enable_tests pytest
+
src_compile(){
python setup.py cythonize
distutils-r1_src_compile
- use doc && cd docs && emake html
-}
-
-src_install(){
- distutils-r1_src_install
- if use doc; then
- insinto /usr/share/doc/"${PN}"
- doins -r docs/build/html
- fi
}
-
-distutils_enable_tests pytest
next reply other threads:[~2020-12-31 12:19 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-31 12:19 Aisha Tammy [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-02 12:25 [gentoo-commits] proj/sci:master commit in: sci-biology/pybedtools/ Andrew Ammerlaan
2023-03-25 4:23 Horea Christian
2023-03-25 4:19 Horea Christian
2023-03-25 4:17 Horea Christian
2022-01-15 11:22 Andrew Ammerlaan
2020-12-12 15:23 Martin Mokrejs
2020-09-27 6:50 Horea Christian
2020-05-06 18:28 Martin Mokrejs
2020-05-06 18:22 Martin Mokrejs
2020-05-06 17:45 Martin Mokrejs
2019-12-29 11:39 Martin Mokrejs
2015-06-06 10:23 Justin Lecher
2015-04-13 6:25 Justin Lecher
2015-04-13 6:25 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=1609416250.45f4ecf6f9d5e9c4e699ea84a7b4b8bb6c9740d6.epsilon-0@gentoo \
--to=gentoo@aisha.cc \
--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