Skip to content

Commit

Permalink
dev-python/pybedtools: version bump 0.11.0 and disable lto
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Schubert <[email protected]>
Closes: #1316
Signed-off-by: Nowa Ammerlaan <[email protected]>
  • Loading branch information
mschubert authored and Nowa-Ammerlaan committed Jan 31, 2025
1 parent 94585f4 commit 1e2e5e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-python/pybedtools/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST pybedtools-0.10.0.tar.gz 12497095 BLAKE2B d9fb44bd3afcb8748e0cadbe0c4d55c7325911331d0719b79bd04eff264bd6299d407dee7f511bc05a7e12dd46e92a9c25ce0607b8926e6542e4dd652cc9d23f SHA512 cec04464fcfaa12bb660f223d6f656a30ac5822ea9053455dbc5717d2afbc998db9fd4b7424d8458445450a6ce5aafb65463fa1274b2691b26bfda7fe84bef56
DIST pybedtools-0.11.0.tar.gz 12498434 BLAKE2B c1157e172e94b565234c592e0c8379e46cb7ed4b5659bc6998dda10ee9654d262c60faf0214c5f90236f1c536cd48bc94f78ed6661612c7d84832831c0947861 SHA512 c06eaae64a9d175e434881cfcf084b4a20c488809c7091599b2eaa5113a6c84b59b89f9d3503e3f606856437c77d30d9364271d660bc675bf4c54ffa20bb5368
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

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"
Expand All @@ -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=(
Expand Down

0 comments on commit 1e2e5e5

Please sign in to comment.