commit:     0c8e98814fa800e7960d92fc5c73fd4cdc30a5f3
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Sep 26 12:10:52 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Sep 26 12:10:52 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=0c8e9881

sci-biology/bx-python: version bump 0.8.9

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 .../{bx-python-0.7.2.ebuild => bx-python-0.8.9.ebuild}         |  8 ++++----
 sci-biology/bx-python/bx-python-9999.ebuild                    | 10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/sci-biology/bx-python/bx-python-0.7.2.ebuild 
b/sci-biology/bx-python/bx-python-0.8.9.ebuild
similarity index 74%
rename from sci-biology/bx-python/bx-python-0.7.2.ebuild
rename to sci-biology/bx-python/bx-python-0.8.9.ebuild
index 1fa0ebbf6..c4d4b6060 100644
--- a/sci-biology/bx-python/bx-python-0.7.2.ebuild
+++ b/sci-biology/bx-python/bx-python-0.8.9.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="Library for rapid implementation of genome scale analyses"
 HOMEPAGE="https://bitbucket.org/james_taylor/bx-python/wiki/Home";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/bxlab/bx-python/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/sci-biology/bx-python/bx-python-9999.ebuild 
b/sci-biology/bx-python/bx-python-9999.ebuild
index 10cbc8f5d..778cdd06e 100644
--- a/sci-biology/bx-python/bx-python-9999.ebuild
+++ b/sci-biology/bx-python/bx-python-9999.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{6..9} )
 
-inherit distutils-r1 mercurial
+inherit distutils-r1 git-r3
 
 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";
+EGIT_REPO_URI="https://github.com/bxlab/bx-python";
 
 LICENSE="MIT"
 SLOT="0"

Reply via email to