diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-05-02 14:12:54 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-05-02 14:15:24 +0200 |
commit | 9aa40cdbee0b33d22cbaad15f3c9de5a5ab4a404 (patch) | |
tree | e9f3ea32294a1e61278d8b2a13faa94f572322c2 /sci-libs | |
parent | sci-libs/blis-amd: treeclean (diff) | |
download | sci-9aa40cdbee0b33d22cbaad15f3c9de5a5ab4a404.tar.gz sci-9aa40cdbee0b33d22cbaad15f3c9de5a5ab4a404.tar.bz2 sci-9aa40cdbee0b33d22cbaad15f3c9de5a5ab4a404.zip |
sci-libs/fast5: treeclean
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/fast5/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/fast5/fast5-0.6.5.ebuild | 36 | ||||
-rw-r--r-- | sci-libs/fast5/metadata.xml | 15 |
3 files changed, 0 insertions, 52 deletions
diff --git a/sci-libs/fast5/Manifest b/sci-libs/fast5/Manifest deleted file mode 100644 index 7ec4bcd49..000000000 --- a/sci-libs/fast5/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fast5-0.6.5.tar.gz 93639 BLAKE2B 921bf57fa24faf24cfb56a5ee059e12afd8cbccbbb0039205dd27f739abc50f83452dd76726779d700fae93e23bf133aaf5cc42deb80c4ffeae36b89fc68cf9b SHA512 a587e112df36e3d0e151c8c7e01aeffe31294402c2743040c9567ff213f7ae93d6ea7d827a618c7a57fece038b8a53844dbf41fd226416b3fe8c1211bd9311c9 diff --git a/sci-libs/fast5/fast5-0.6.5.ebuild b/sci-libs/fast5/fast5-0.6.5.ebuild deleted file mode 100644 index cf06e1d8d..000000000 --- a/sci-libs/fast5/fast5-0.6.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -DOCS_BUILDER="doxygen" -DOCS_DIR="${WORKDIR}/${P}" - -inherit distutils-r1 docs - -DESCRIPTION="C++ header-only library for reading Oxford Nanopore Fast5 files" -HOMEPAGE="https://github.com/mateidavid/fast5" -SRC_URI="https://github.com/mateidavid/fast5/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND="sci-libs/hdf5 - dev-python/cython[${PYTHON_USEDEP}]" - -S="${WORKDIR}/${P}/python" - -python_compile() { - HDF5_DIR="${EPREFIX}"/usr HDF5_LIB_DIR="${EPREFIX}"/usr/$(get_libdir) distutils-r1_python_compile -} - -python_compile_all(){ - docs_compile -} - -python_install() { - HDF5_DIR="${EPREFIX}"/usr HDF5_LIB_DIR="${EPREFIX}"/usr/$(get_libdir) distutils-r1_python_install -} diff --git a/sci-libs/fast5/metadata.xml b/sci-libs/fast5/metadata.xml deleted file mode 100644 index 6f7127e91..000000000 --- a/sci-libs/fast5/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>mmokrejs@fold.natur.cuni.cz</email> - <name>Martin Mokrejs</name> - </maintainer> - <maintainer type="project"> - <email>sci-biology@gentoo.org</email> - <name>Gentoo Biology Project</name> - </maintainer> - <upstream> - <remote-id type="github">mateidavid/fast5</remote-id> - </upstream> -</pkgmetadata> |