commit: f54702e57e98ae5f4bf7f867f40dd3ea29157f19 Author: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Sun Dec 29 11:39:28 2019 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Sun Dec 29 11:39:28 2019 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f54702e5
sci-biology/pybedtools: upgrade from 0.6.9 to 0.8.0 0.6.9 was not fully python3 ready, due to https://stackoverflow.com/questions/40367569/dictionary-not-writable-generic-old-setup-py at least Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Martin Mokrejs <mmokrejs <AT> fold.natur.cuni.cz> .../{pybedtools-0.6.9.ebuild => pybedtools-0.8.0.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-biology/pybedtools/pybedtools-0.6.9.ebuild b/sci-biology/pybedtools/pybedtools-0.8.0.ebuild similarity index 70% rename from sci-biology/pybedtools/pybedtools-0.6.9.ebuild rename to sci-biology/pybedtools/pybedtools-0.8.0.ebuild index f0d497802..d817a594f 100644 --- a/sci-biology/pybedtools/pybedtools-0.6.9.ebuild +++ b/sci-biology/pybedtools/pybedtools-0.8.0.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) inherit distutils-r1 -DESCRIPTION="Wrapper for Aaron Quinlan's BEDtools, plus other useful methods for working" +DESCRIPTION="Use BED and GFF files from python using BEDtools" HOMEPAGE="http://pythonhosted.org/pybedtools/" SRC_URI="https://github.com/daler/pybedtools/archive/v${PV}.tar.gz -> ${P}.tar.gz"
