Skip to content

Commit

Permalink
sci-biology/bx-python: version bump 0.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Schubert <mschu.dev@gmail.com>
  • Loading branch information
mschubert committed Nov 12, 2024
1 parent 702fb14 commit 1d27600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sci-biology/bx-python/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST bx-python-0.12.0.gh.tar.gz 1660806 BLAKE2B 0eddb9b9a93520319d275001067a3518015483605cf4d096729ec92e14c0eb35f2ceb34db964216dd3c6687351a7415c46061960b1f66a7564c90efeba3a587b SHA512 821b33841dd2935485669f6c112277d404475b1cd778deb3eaa1194f3b21594335a219d9345e279e7afc3adb1e347e71e60f0029712fc58e95d1e70f9e8fbb55
DIST bx-python-0.13.0.gh.tar.gz 1611987 BLAKE2B 138c081c60249e492cbb1474f88a92faadc76c5340555599d93a97a7d8b8e5130e71724f18174262dff3f286678f3d5cac03362aadadf81ecd90a0b6f621927c SHA512 345faf1f42b24ae97216bb9d231e7f97093cd607d51fe51129335e2c077e47dc30a3657b27733674caace5f32eebab8ef64a3f912c585fabf07333722d24317c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

BDEPEND="test? ( dev-python/python-lzo[${PYTHON_USEDEP}] )"
RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
DEPEND="dev-python/cython[${PYTHON_USEDEP}]"

Expand All @@ -28,11 +29,6 @@ PATCHES=(
distutils_enable_tests pytest

# https://github.com/bxlab/bx-python/issues/101
EPYTEST_DESELECT=(
lib.linux-x86_64-cpython-312/bx/binned_array_tests.py::test_file_lzo
lib.linux-x86_64-cpython-312/bx/binned_array_tests.py::test_binned_array_writer
)

python_test() {
cd "${BUILD_DIR}/build" || die
ln -s "${S}/pytest.ini" . || die
Expand Down

0 comments on commit 1d27600

Please sign in to comment.