Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/pyfaidx/
Date: Thu, 31 Dec 2020 12:19:32
Message-Id: 1609416250.e21b85a7db80813d98ab91c393f9387ed4480731.epsilon-0@gentoo
1 commit: e21b85a7db80813d98ab91c393f9387ed4480731
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Thu Dec 31 10:33:47 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Thu Dec 31 12:04:10 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e21b85a7
7
8 sci-biology/pyfaidx: version bump, bump py_targets
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
13
14 .../pyfaidx/{pyfaidx-0.5.9.1.ebuild => pyfaidx-0.5.9.2.ebuild} | 7 ++++---
15 1 file changed, 4 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-biology/pyfaidx/pyfaidx-0.5.9.1.ebuild b/sci-biology/pyfaidx/pyfaidx-0.5.9.2.ebuild
18 similarity index 69%
19 rename from sci-biology/pyfaidx/pyfaidx-0.5.9.1.ebuild
20 rename to sci-biology/pyfaidx/pyfaidx-0.5.9.2.ebuild
21 index 5c3bdaf6f..be1990514 100644
22 --- a/sci-biology/pyfaidx/pyfaidx-0.5.9.1.ebuild
23 +++ b/sci-biology/pyfaidx/pyfaidx-0.5.9.2.ebuild
24 @@ -3,17 +3,18 @@
25
26 EAPI=7
27
28 -PYTHON_COMPAT=( python3_{6..9} )
29 +PYTHON_COMPAT=( python3_{7..9} )
30 +DISTUTILS_USE_SETUPTOOLS=rdepend
31
32 inherit distutils-r1
33
34 DESCRIPTION="Efficient pythonic random access to fasta subsequences"
35 -HOMEPAGE="https://pypi.python.org/pypi/pyfaidx"
36 +HOMEPAGE="https://pypi.python.org/pypi/pyfaidx https://github.com/mdshw5/pyfaidx"
37 SRC_URI="https://github.com/mdshw5/pyfaidx/archive/v${PV}.tar.gz -> ${P}.tar.gz"
38
39 LICENSE="MIT"
40 SLOT="0"
41 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
42 +KEYWORDS="~amd64 ~x86"
43 IUSE=""
44
45 REPEND="dev-python/six[${PYTHON_USEDEP}]"