aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerion Entrup <gerion.entrup@flump.de>2019-05-02 13:38:24 +0200
committerGerion Entrup <gerion.entrup@flump.de>2019-05-24 12:47:51 +0200
commit71d2797e7ec99595370f61b60c0f355b0d981239 (patch)
tree533965d9732e0d282ddbcecc202be041f8e02f47 /dev-python
parentdev-python/rauth: python 3.6 and 3.7 support (diff)
downloadgerislay-71d2797e7ec99595370f61b60c0f355b0d981239.tar.gz
gerislay-71d2797e7ec99595370f61b60c0f355b0d981239.tar.bz2
gerislay-71d2797e7ec99595370f61b60c0f355b0d981239.zip
dev-python/sra: python 3.7 support
Signed-off-by: Gerion Entrup <gerion.entrup@flump.de>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/sra/Manifest2
-rw-r--r--dev-python/sra/sra-9999.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/sra/Manifest b/dev-python/sra/Manifest
index 4b52036..842019b 100644
--- a/dev-python/sra/Manifest
+++ b/dev-python/sra/Manifest
@@ -1 +1 @@
-EBUILD sra-9999.ebuild 650 BLAKE2B 8ca1092bffd2f03a936ce051695f75cac19e1c314dfc75bdfd489ef992839be33dd5820efd14909899910b62176a982e35a18934252120d393bcf13fafc062b0 SHA512 f578bda4f01e031ec168e6350898d021c0083555f7673850d0a97fad7c186f2c401d0fe36302b02d26b8bdff8b9055f599e61344055213b771593bf547027783
+EBUILD sra-9999.ebuild 646 BLAKE2B fdccd5283a48665ce27bdd9e16b2aba35e6c6e21821afe97c5949bc0dd2bd3260022b58e1a5e10f5bd5d337a9636a9bed2b2af1b2ef621f623a9cf223b33f950 SHA512 169c652875c26a211f37e5707ae688b5597ce1fb98ff8d86f7f889b7986ad42d954e17e53c8a1f311dd1e6a42a5c08ca7ddc3394a9802dac24dd42b2e774ee0d
diff --git a/dev-python/sra/sra-9999.ebuild b/dev-python/sra/sra-9999.ebuild
index 1b3a296..10c6938 100644
--- a/dev-python/sra/sra-9999.ebuild
+++ b/dev-python/sra/sra-9999.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python3_5 python3_6 )
+PYTHON_COMPAT=( python3_{5,6,7} )
inherit distutils-r1 git-r3
DESCRIPTION="SRA Command Line Tools"