Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/bx-python/
Date: Sat, 26 Sep 2020 12:11:03
Message-Id: 1601122252.0c8e98814fa800e7960d92fc5c73fd4cdc30a5f3.chymera@gentoo
1 commit: 0c8e98814fa800e7960d92fc5c73fd4cdc30a5f3
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sat Sep 26 12:10:52 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sat Sep 26 12:10:52 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0c8e9881
7
8 sci-biology/bx-python: version bump 0.8.9
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 .../{bx-python-0.7.2.ebuild => bx-python-0.8.9.ebuild} | 8 ++++----
14 sci-biology/bx-python/bx-python-9999.ebuild | 10 +++++-----
15 2 files changed, 9 insertions(+), 9 deletions(-)
16
17 diff --git a/sci-biology/bx-python/bx-python-0.7.2.ebuild b/sci-biology/bx-python/bx-python-0.8.9.ebuild
18 similarity index 74%
19 rename from sci-biology/bx-python/bx-python-0.7.2.ebuild
20 rename to sci-biology/bx-python/bx-python-0.8.9.ebuild
21 index 1fa0ebbf6..c4d4b6060 100644
22 --- a/sci-biology/bx-python/bx-python-0.7.2.ebuild
23 +++ b/sci-biology/bx-python/bx-python-0.8.9.ebuild
24 @@ -1,15 +1,15 @@
25 -# Copyright 1999-2015 Gentoo Foundation
26 +# Copyright 1999-2020 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 -EAPI=5
30 +EAPI=7
31
32 -PYTHON_COMPAT=( python2_7 )
33 +PYTHON_COMPAT=( python3_{6..9} )
34
35 inherit distutils-r1
36
37 DESCRIPTION="Library for rapid implementation of genome scale analyses"
38 HOMEPAGE="https://bitbucket.org/james_taylor/bx-python/wiki/Home"
39 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
40 +SRC_URI="https://github.com/bxlab/bx-python/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41
42 LICENSE="MIT"
43 SLOT="0"
44
45 diff --git a/sci-biology/bx-python/bx-python-9999.ebuild b/sci-biology/bx-python/bx-python-9999.ebuild
46 index 10cbc8f5d..778cdd06e 100644
47 --- a/sci-biology/bx-python/bx-python-9999.ebuild
48 +++ b/sci-biology/bx-python/bx-python-9999.ebuild
49 @@ -1,16 +1,16 @@
50 -# Copyright 1999-2015 Gentoo Foundation
51 +# Copyright 1999-2020 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 -EAPI=5
55 +EAPI=7
56
57 -PYTHON_COMPAT=( python2_7 )
58 +PYTHON_COMPAT=( python3_{6..9} )
59
60 -inherit distutils-r1 mercurial
61 +inherit distutils-r1 git-r3
62
63 DESCRIPTION="Library for rapid implementation of genome scale analyses"
64 HOMEPAGE="https://bitbucket.org/james_taylor/bx-python/wiki/Home"
65 SRC_URI=""
66 -EHG_REPO_URI="https://bitbucket.org/james_taylor/bx-python"
67 +EGIT_REPO_URI="https://github.com/bxlab/bx-python"
68
69 LICENSE="MIT"
70 SLOT="0"