commit: ef95210f00ed8d25fd7ce4d02c269a9f40555438 Author: Martin Mokrejs <mmokrejs <AT> gmail <DOT> com> AuthorDate: Fri Mar 19 10:17:14 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Sun Jul 18 10:55:20 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ef95210f
dev-python/gffpandas: proposal for a new package Also, not setup correctly, something is wrong Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Martin Mokrejs <mmokrejs <AT> gmail.com> Closes: https://github.com/gentoo/sci/pull/1069 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> dev-python/gffpandas/gffpandas-1.2.0.ebuild | 22 ++++++++++++++++++++++ dev-python/gffpandas/metadata.xml | 16 ++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-python/gffpandas/gffpandas-1.2.0.ebuild b/dev-python/gffpandas/gffpandas-1.2.0.ebuild new file mode 100644 index 000000000..461712be5 --- /dev/null +++ b/dev-python/gffpandas/gffpandas-1.2.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) + +inherit distutils-r1 + +DESCRIPTION="Python library to Filter and sort GFF3 annotations" +HOMEPAGE="https://github.com/foerstner-lab/gffpandas + https://gffpandas.readthedocs.io/en/latest/" +SRC_URI="https://github.com/foerstner-lab/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~x86" +RESTRICT="test" + +DEPEND="dev-python/pandas[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" +BDEPEND="" diff --git a/dev-python/gffpandas/metadata.xml b/dev-python/gffpandas/metadata.xml new file mode 100644 index 000000000..c3d31ba1d --- /dev/null +++ b/dev-python/gffpandas/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Martin Mokrejs</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Biology Project</name> + </maintainer> + <upstream> + <remote-id type="github">foerstner-lab/gffpandas</remote-id> + <remote-id type="pypi">gffpandas</remote-id> + </upstream> +</pkgmetadata>
