aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2020-09-26 08:10:52 -0400
committerHorea Christian <chr@chymera.eu>2020-09-26 08:10:52 -0400
commit0c8e98814fa800e7960d92fc5c73fd4cdc30a5f3 (patch)
tree551865854c19aebcc2c6a30ed959a08f7dbac789
parentdev-python/meshpy: version bump (diff)
downloadsci-0c8e98814fa800e7960d92fc5c73fd4cdc30a5f3.tar.gz
sci-0c8e98814fa800e7960d92fc5c73fd4cdc30a5f3.tar.bz2
sci-0c8e98814fa800e7960d92fc5c73fd4cdc30a5f3.zip
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@chymera.eu>
-rw-r--r--sci-biology/bx-python/Manifest2
-rw-r--r--sci-biology/bx-python/bx-python-0.8.9.ebuild (renamed from sci-biology/bx-python/bx-python-0.7.2.ebuild)8
-rw-r--r--sci-biology/bx-python/bx-python-9999.ebuild10
3 files changed, 10 insertions, 10 deletions
diff --git a/sci-biology/bx-python/Manifest b/sci-biology/bx-python/Manifest
index a55f1f0a3..80552af85 100644
--- a/sci-biology/bx-python/Manifest
+++ b/sci-biology/bx-python/Manifest
@@ -1 +1 @@
-DIST bx-python-0.7.2.tar.gz 939454 BLAKE2B 2c1fbaa279a26951a7db3fe952296cfd0e3022124c51850521def385180ce2b8bde183ebba8b9029c11f1a6c729947464dacde8889748ae110d75ecb263d1d7d SHA512 6757250909be72daf61daef865b4c5ee29a823ca7444a70b17dd25db8cec22e39dd0b93186634a9ed9ac036fdb7054e225270141c9ffd63a231d82f0eee8c8cd
+DIST bx-python-0.8.9.tar.gz 1651514 BLAKE2B ee75d08aaae8102c2af5be0175c75200382e157abc0c0c723a67b55d5542ab2d4b6ccd4e256975b0a2d00b39b2249d73df0c6f4324b3a74757c3e18e2aeb6c1a SHA512 37863c92258dc06a12b566b02697502f68bbf7e4d9decd8fc63af10ee58b614dd0e7cff35e9977ba1ddf913f176c49e7969728d8e64a9f78ac7100da4a3d70ea
diff --git a/sci-biology/bx-python/bx-python-0.7.2.ebuild b/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"