commit: bca228c807c508d190c521f11906457d5b98be28 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Fri Mar 31 21:16:02 2017 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Fri Mar 31 21:16:02 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bca228c8
dev-python/pyBigWig: add live ebuild Package-Manager: Portage-2.3.5, Repoman-2.3.1 dev-python/pyBigWig/pyBigWig-9999.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dev-python/pyBigWig/pyBigWig-9999.ebuild b/dev-python/pyBigWig/pyBigWig-9999.ebuild new file mode 100644 index 000000000..0e2cd40c8 --- /dev/null +++ b/dev-python/pyBigWig/pyBigWig-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit git-r3 + +DESCRIPTION="Python extension written in C for quick access to and creation of bigWig files" +HOMEPAGE="https://github.com/dpryan79/pyBigWig" +EGIT_REPO_URI="https://github.com/dpryan79/pyBigWig.git" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="sci-biology/libBigWig" +RDEPEND="${DEPEND}"
