From: "Nowa Ammerlaan" <nowa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pybedtools/
Date: Fri, 31 Jan 2025 13:03:08 +0000 (UTC) [thread overview]
Message-ID: <1738328306.1e2e5e5c5128af6c57924c4785746b90b77882f4.nowa@gentoo> (raw)
commit: 1e2e5e5c5128af6c57924c4785746b90b77882f4
Author: Michael Schubert <mschu.dev <AT> gmail <DOT> com>
AuthorDate: Sun Jan 26 12:40:24 2025 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Fri Jan 31 12:58:26 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1e2e5e5c
dev-python/pybedtools: version bump 0.11.0 and disable lto
Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com>
Closes: https://github.com/gentoo/sci/pull/1316
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>
.../{pybedtools-0.10.0.ebuild => pybedtools-0.11.0.ebuild} | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/dev-python/pybedtools/pybedtools-0.10.0.ebuild b/dev-python/pybedtools/pybedtools-0.11.0.ebuild
similarity index 87%
rename from dev-python/pybedtools/pybedtools-0.10.0.ebuild
rename to dev-python/pybedtools/pybedtools-0.11.0.ebuild
index ae51c24ce..70012c4eb 100644
--- a/dev-python/pybedtools/pybedtools-0.10.0.ebuild
+++ b/dev-python/pybedtools/pybedtools-0.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
-inherit distutils-r1
+inherit distutils-r1 flag-o-matic
DESCRIPTION="Use BED and GFF files from python using BEDtools"
HOMEPAGE="https://daler.github.io/pybedtools"
@@ -31,6 +31,11 @@ RDEPEND="
#distutils_enable_sphinx docs/source
distutils_enable_tests pytest
+python_compile() {
+ filter-lto
+ distutils-r1_python_compile
+}
+
python_test() {
# Requires network
local EPYTEST_DESELECT=(
reply other threads:[~2025-01-31 13:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1738328306.1e2e5e5c5128af6c57924c4785746b90b77882f4.nowa@gentoo \
--to=nowa@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