Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sci-biology/GFF3toolkit: hint for a new package #1068

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions sci-biology/GFF3toolkit/GFF3toolkit-2.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Check, fix, merge, sort and extract GFF3 files"
HOMEPAGE="https://github.com/NAL-i5K/GFF3toolkit
https://gff3toolkit.readthedocs.io"
SRC_URI="https://github.com/NAL-i5K/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="minimal"

DEPEND="!minimal? ( sci-biology/ncbi-tools++ )"
RDEPEND="${DEPEND}"
BDEPEND=""
1 change: 1 addition & 0 deletions sci-biology/GFF3toolkit/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST GFF3toolkit-2.0.1.tar.gz 1848746 BLAKE2B fdb237b83ad7d0bfe2ec428413ea8a600daa658b9a242fa0677c4721ce34c0e865348f042879c104b132623f31f6370192c274f64f132efd1b74927d570ea36d SHA512 133c52cf08002184d46f7dd73b94e52f95de66fb7b1c754e1e39c3a42c16f0ebbb3dd5adc8625771d68092d1dc6460c0497360acdcbb5272fcbc31ab17752e36
16 changes: 16 additions & 0 deletions sci-biology/GFF3toolkit/metadata.xml
Original file line number Diff line number Diff line change
@@ -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">NAL-i5K/GFF3toolkit</remote-id>
<remote-id type="pypi">gff3tool</remote-id>
</upstream>
</pkgmetadata>