dev-python/mmtf-python: Add py3.7 and move to eapi7
authorAlexey Shvetsov <alexxy@gentoo.org>
Sun, 17 Nov 2019 13:08:01 +0000 (16:08 +0300)
committerAlexey Shvetsov <alexxy@gentoo.org>
Sun, 17 Nov 2019 15:11:55 +0000 (18:11 +0300)
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
dev-python/mmtf-python/mmtf-python-1.1.2-r1.ebuild [moved from dev-python/mmtf-python/mmtf-python-1.1.2.ebuild with 82% similarity]

similarity index 82%
rename from dev-python/mmtf-python/mmtf-python-1.1.2.ebuild
rename to dev-python/mmtf-python/mmtf-python-1.1.2-r1.ebuild
index 7394649afe484d2b7006965b298568098d37072a..189d6e2c00d959a485864e32c637be0bcd865a40 100644 (file)
@@ -1,9 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 inherit distutils-r1
 
 DESCRIPTION="The python implementation of the MMTF API, decoder and encoder"
@@ -15,5 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="
+BDEPEND="
        dev-python/msgpack[${PYTHON_USEDEP}]"
+RDEPEND="
+       ${BDEPEND}"