Gentoo Archives: gentoo-commits

From: gerion <gerion.entrup@×××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/user/gerislay:master commit in: dev-python/sra/
Date: Fri, 24 May 2019 10:50:22
Message-Id: 1558694871.71d2797e7ec99595370f61b60c0f355b0d981239.gerion@gentoo
1 commit: 71d2797e7ec99595370f61b60c0f355b0d981239
2 Author: Gerion Entrup <gerion.entrup <AT> flump <DOT> de>
3 AuthorDate: Thu May 2 11:38:24 2019 +0000
4 Commit: gerion <gerion.entrup <AT> flump <DOT> de>
5 CommitDate: Fri May 24 10:47:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=71d2797e
7
8 dev-python/sra: python 3.7 support
9
10 Signed-off-by: Gerion Entrup <gerion.entrup <AT> flump.de>
11
12 dev-python/sra/Manifest | 2 +-
13 dev-python/sra/sra-9999.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/sra/Manifest b/dev-python/sra/Manifest
17 index 4b52036..842019b 100644
18 --- a/dev-python/sra/Manifest
19 +++ b/dev-python/sra/Manifest
20 @@ -1 +1 @@
21 -EBUILD sra-9999.ebuild 650 BLAKE2B 8ca1092bffd2f03a936ce051695f75cac19e1c314dfc75bdfd489ef992839be33dd5820efd14909899910b62176a982e35a18934252120d393bcf13fafc062b0 SHA512 f578bda4f01e031ec168e6350898d021c0083555f7673850d0a97fad7c186f2c401d0fe36302b02d26b8bdff8b9055f599e61344055213b771593bf547027783
22 +EBUILD sra-9999.ebuild 646 BLAKE2B fdccd5283a48665ce27bdd9e16b2aba35e6c6e21821afe97c5949bc0dd2bd3260022b58e1a5e10f5bd5d337a9636a9bed2b2af1b2ef621f623a9cf223b33f950 SHA512 169c652875c26a211f37e5707ae688b5597ce1fb98ff8d86f7f889b7986ad42d954e17e53c8a1f311dd1e6a42a5c08ca7ddc3394a9802dac24dd42b2e774ee0d
23
24 diff --git a/dev-python/sra/sra-9999.ebuild b/dev-python/sra/sra-9999.ebuild
25 index 1b3a296..10c6938 100644
26 --- a/dev-python/sra/sra-9999.ebuild
27 +++ b/dev-python/sra/sra-9999.ebuild
28 @@ -1,9 +1,9 @@
29 # Copyright 1999-2018 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31
32 -EAPI=6
33 +EAPI=7
34
35 -PYTHON_COMPAT=( python3_5 python3_6 )
36 +PYTHON_COMPAT=( python3_{5,6,7} )
37 inherit distutils-r1 git-r3
38
39 DESCRIPTION="SRA Command Line Tools"