commit: 8e28a734e4f096e8b7611f18fe230d26099c5eb9 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Mon Apr 13 06:10:46 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Apr 13 06:12:29 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8e28a734
sci-biology/bx-python: Streamline ebuild Package-Manager: portage-2.2.18 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sci-biology/bx-python/ChangeLog | 4 ++++ sci-biology/bx-python/bx-python-0.7.2.ebuild | 9 +++++---- sci-biology/bx-python/bx-python-9999.ebuild | 8 +++++--- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/sci-biology/bx-python/ChangeLog b/sci-biology/bx-python/ChangeLog index f2d5809..87a3239 100644 --- a/sci-biology/bx-python/ChangeLog +++ b/sci-biology/bx-python/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 13 Apr 2015; Justin Lecher <j...@gentoo.org> bx-python-0.7.2.ebuild, + bx-python-9999.ebuild: + sci-biology/bx-python: Streamline ebuild + *bx-python-0.7.2 (12 Apr 2015) *bx-python-9999 (12 Apr 2015) diff --git a/sci-biology/bx-python/bx-python-0.7.2.ebuild b/sci-biology/bx-python/bx-python-0.7.2.ebuild index 102c4d3..4167df9 100644 --- a/sci-biology/bx-python/bx-python-0.7.2.ebuild +++ b/sci-biology/bx-python/bx-python-0.7.2.ebuild @@ -8,14 +8,15 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 -DESCRIPTION="Library for rapid implementation of genome scale analyses. " +DESCRIPTION="Library for rapid implementation of genome scale analyses" HOMEPAGE="https://bitbucket.org/james_taylor/bx-python/wiki/Home" -SRC_URI="mirror://pypi/b/bx-python/bx-python-${PV}.tar.gz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" -DEPEND="dev-python/cython[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}]" RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/cython[${PYTHON_USEDEP}]" diff --git a/sci-biology/bx-python/bx-python-9999.ebuild b/sci-biology/bx-python/bx-python-9999.ebuild index 8bd0553..3cb8abe 100644 --- a/sci-biology/bx-python/bx-python-9999.ebuild +++ b/sci-biology/bx-python/bx-python-9999.ebuild @@ -8,14 +8,16 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 mercurial -DESCRIPTION="Library for rapid implementation of genome scale analyses. " +DESCRIPTION="Library for rapid implementation of genome scale analyses" HOMEPAGE="https://bitbucket.org/james_taylor/bx-python/wiki/Home" +SRC_URI="" EHG_REPO_URI="https://bitbucket.org/james_taylor/bx-python" LICENSE="MIT" SLOT="0" +KEYWORDS="" IUSE="" -DEPEND="dev-python/cython[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}]" RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/cython[${PYTHON_USEDEP}]"