diff options
author | Michael Schubert <mschu.dev@gmail.com> | 2024-07-19 08:51:36 +0000 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-07-19 14:35:08 +0200 |
commit | 45eacba59a5cb5bfd342b49cd30677887efac7f0 (patch) | |
tree | 2a4a4cb8f141e8b51b4c60081812f896caf2de6f /sci-biology | |
parent | sci-bioloy/gffutils: version bump 0.13; fix tests (diff) | |
download | sci-45eacba59a5cb5bfd342b49cd30677887efac7f0.tar.gz sci-45eacba59a5cb5bfd342b49cd30677887efac7f0.tar.bz2 sci-45eacba59a5cb5bfd342b49cd30677887efac7f0.zip |
dev-python/bedtools: move from sci-biology, version bump 0.10.0
Signed-off-by: Michael Schubert <mschu.dev@gmail.com>
Closes: https://github.com/gentoo/sci/pull/1285
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/pybedtools/Manifest | 2 | ||||
-rw-r--r-- | sci-biology/pybedtools/metadata.xml | 15 | ||||
-rw-r--r-- | sci-biology/pybedtools/pybedtools-0.8.2.ebuild | 43 | ||||
-rw-r--r-- | sci-biology/pybedtools/pybedtools-0.9.0.ebuild | 43 |
4 files changed, 0 insertions, 103 deletions
diff --git a/sci-biology/pybedtools/Manifest b/sci-biology/pybedtools/Manifest deleted file mode 100644 index a952ac4b8..000000000 --- a/sci-biology/pybedtools/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST pybedtools-0.8.2.tar.gz 12496355 BLAKE2B f1ff67f524a5a51a6f6a5450bb72ecd6602fe41232c77a38838b9b4051c528abadaa65d561bbef69cb595624a7f2edee8b98927ca0e7a55d5352e56e17f81d64 SHA512 4534c0ff4eeebbe8e3b1f126563700e4ba2b212581a76106d89fa8c61e043974b76649bf68d0b78f45923d66eb63c44bc69994de1f5a42e5069a761a93b8acbe -DIST pybedtools-0.9.0.tar.gz 12497249 BLAKE2B f43c94a7dae773b2ca46c0105d4de57f4e93a095f168b67771a568b64bc088b517e160da27ef68d81fea3df75689cad1a3db2b25dda36a37ed688e4e426fe43a SHA512 aa0cca035d560bd4e4d39f6eac74e677e3bac3266af5b69ceca1c4878742220d576d0db9ebf9c8da490d24259b1153e9999a78d2a5c46f1acb544fa3dba73a18 diff --git a/sci-biology/pybedtools/metadata.xml b/sci-biology/pybedtools/metadata.xml deleted file mode 100644 index b80afba97..000000000 --- a/sci-biology/pybedtools/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mschu.dev@gmail.com</email> - <name>Michael Schubert</name> - </maintainer> - <maintainer type="project"> - <email>sci-biology@gentoo.org</email> - <name>Gentoo Biology Project</name> - </maintainer> - <upstream> - <remote-id type="github">daler/pybedtools</remote-id> - </upstream> -</pkgmetadata> diff --git a/sci-biology/pybedtools/pybedtools-0.8.2.ebuild b/sci-biology/pybedtools/pybedtools-0.8.2.ebuild deleted file mode 100644 index bc02bda6f..000000000 --- a/sci-biology/pybedtools/pybedtools-0.8.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 - -DESCRIPTION="Use BED and GFF files from python using BEDtools" -HOMEPAGE="https://daler.github.io/pybedtools" -SRC_URI="https://github.com/daler/pybedtools/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - sci-biology/bedtools - sci-biology/pysam[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pandas[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] -" - -BDEPEND="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 - -python_test() { - # Requires network - local EPYTEST_DESELECT=( - test/test_helpers.py::test_chromsizes - ) - cd "${T}" || die - epytest --pyargs pybedtools -} diff --git a/sci-biology/pybedtools/pybedtools-0.9.0.ebuild b/sci-biology/pybedtools/pybedtools-0.9.0.ebuild deleted file mode 100644 index bc02bda6f..000000000 --- a/sci-biology/pybedtools/pybedtools-0.9.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 - -DESCRIPTION="Use BED and GFF files from python using BEDtools" -HOMEPAGE="https://daler.github.io/pybedtools" -SRC_URI="https://github.com/daler/pybedtools/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - sci-biology/bedtools - sci-biology/pysam[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pandas[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] -" - -BDEPEND="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 - -python_test() { - # Requires network - local EPYTEST_DESELECT=( - test/test_helpers.py::test_chromsizes - ) - cd "${T}" || die - epytest --pyargs pybedtools -} |