Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/pybedtools/
Date: Sun, 29 Dec 2019 11:39:47
Message-Id: 1577619568.f54702e57e98ae5f4bf7f867f40dd3ea29157f19.mmokrejs@gentoo
1 commit: f54702e57e98ae5f4bf7f867f40dd3ea29157f19
2 Author: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Sun Dec 29 11:39:28 2019 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Sun Dec 29 11:39:28 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f54702e5
7
8 sci-biology/pybedtools: upgrade from 0.6.9 to 0.8.0
9
10 0.6.9 was not fully python3 ready, due to
11 https://stackoverflow.com/questions/40367569/dictionary-not-writable-generic-old-setup-py
12 at least
13
14 Package-Manager: Portage-2.3.75, Repoman-2.3.17
15 Signed-off-by: Martin Mokrejs <mmokrejs <AT> fold.natur.cuni.cz>
16
17 .../{pybedtools-0.6.9.ebuild => pybedtools-0.8.0.ebuild} | 8 ++++----
18 1 file changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/sci-biology/pybedtools/pybedtools-0.6.9.ebuild b/sci-biology/pybedtools/pybedtools-0.8.0.ebuild
21 similarity index 70%
22 rename from sci-biology/pybedtools/pybedtools-0.6.9.ebuild
23 rename to sci-biology/pybedtools/pybedtools-0.8.0.ebuild
24 index f0d497802..d817a594f 100644
25 --- a/sci-biology/pybedtools/pybedtools-0.6.9.ebuild
26 +++ b/sci-biology/pybedtools/pybedtools-0.8.0.ebuild
27 @@ -1,13 +1,13 @@
28 -# Copyright 1999-2015 Gentoo Foundation
29 +# Copyright 1999-2019 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 -EAPI=5
33 +EAPI=7
34
35 -PYTHON_COMPAT=( python2_7 )
36 +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
37
38 inherit distutils-r1
39
40 -DESCRIPTION="Wrapper for Aaron Quinlan's BEDtools, plus other useful methods for working"
41 +DESCRIPTION="Use BED and GFF files from python using BEDtools"
42 HOMEPAGE="http://pythonhosted.org/pybedtools/"
43 SRC_URI="https://github.com/daler/pybedtools/archive/v${PV}.tar.gz -> ${P}.tar.gz"