public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/bx-python/
Date: Mon, 13 Apr 2015 06:25:20 +0000 (UTC)	[thread overview]
Message-ID: <1428905549.8e28a734e4f096e8b7611f18fe230d26099c5eb9.jlec@gentoo> (raw)

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 <jlec@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}]"


             reply	other threads:[~2015-04-13  6:25 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-13  6:25 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-17 21:10 [gentoo-commits] proj/sci:master commit in: sci-biology/bx-python/ Horea Christian
2023-01-13  9:30 Horea Christian
2023-01-13  9:18 Horea Christian
2023-01-13  9:18 Horea Christian
2023-01-13  9:18 Horea Christian
2021-02-05 11:51 Andrew Ammerlaan
2021-01-10 19:05 Andrew Ammerlaan
2021-01-04  5:38 Horea Christian
2020-09-26 12:10 Horea Christian
2016-07-01 10:49 Martin Mokrejs
2015-06-07 18:33 Justin Lecher
2015-04-13  6:25 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1428905549.8e28a734e4f096e8b7611f18fe230d26099c5eb9.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox