Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/gffpandas/
Date: Sun, 18 Jul 2021 11:02:03
Message-Id: 1626605720.ef95210f00ed8d25fd7ce4d02c269a9f40555438.andrewammerlaan@gentoo
1 commit: ef95210f00ed8d25fd7ce4d02c269a9f40555438
2 Author: Martin Mokrejs <mmokrejs <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 19 10:17:14 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 18 10:55:20 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ef95210f
7
8 dev-python/gffpandas: proposal for a new package
9
10 Also, not setup correctly, something is wrong
11
12 Package-Manager: Portage-3.0.17, Repoman-3.0.2
13 Signed-off-by: Martin Mokrejs <mmokrejs <AT> gmail.com>
14 Closes: https://github.com/gentoo/sci/pull/1069
15 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
16
17 dev-python/gffpandas/gffpandas-1.2.0.ebuild | 22 ++++++++++++++++++++++
18 dev-python/gffpandas/metadata.xml | 16 ++++++++++++++++
19 2 files changed, 38 insertions(+)
20
21 diff --git a/dev-python/gffpandas/gffpandas-1.2.0.ebuild b/dev-python/gffpandas/gffpandas-1.2.0.ebuild
22 new file mode 100644
23 index 000000000..461712be5
24 --- /dev/null
25 +++ b/dev-python/gffpandas/gffpandas-1.2.0.ebuild
26 @@ -0,0 +1,22 @@
27 +# Copyright 2021 Gentoo Authors
28 +# Distributed under the terms of the GNU General Public License v2
29 +
30 +EAPI=7
31 +
32 +PYTHON_COMPAT=( python3_{7..9} )
33 +
34 +inherit distutils-r1
35 +
36 +DESCRIPTION="Python library to Filter and sort GFF3 annotations"
37 +HOMEPAGE="https://github.com/foerstner-lab/gffpandas
38 + https://gffpandas.readthedocs.io/en/latest/"
39 +SRC_URI="https://github.com/foerstner-lab/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 +
41 +LICENSE="ISC"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~x86"
44 +RESTRICT="test"
45 +
46 +DEPEND="dev-python/pandas[${PYTHON_USEDEP}]"
47 +RDEPEND="${DEPEND}"
48 +BDEPEND=""
49
50 diff --git a/dev-python/gffpandas/metadata.xml b/dev-python/gffpandas/metadata.xml
51 new file mode 100644
52 index 000000000..c3d31ba1d
53 --- /dev/null
54 +++ b/dev-python/gffpandas/metadata.xml
55 @@ -0,0 +1,16 @@
56 +<?xml version="1.0" encoding="UTF-8"?>
57 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
58 +<pkgmetadata>
59 + <maintainer type="person">
60 + <email>mmokrejs@×××××××××××××××.cz</email>
61 + <name>Martin Mokrejs</name>
62 + </maintainer>
63 + <maintainer type="project">
64 + <email>sci-biology@g.o</email>
65 + <name>Gentoo Biology Project</name>
66 + </maintainer>
67 + <upstream>
68 + <remote-id type="github">foerstner-lab/gffpandas</remote-id>
69 + <remote-id type="pypi">gffpandas</remote-id>
70 + </upstream>
71 +</pkgmetadata>