diff options
author | Gerion Entrup <gerion.entrup@flump.de> | 2023-12-18 02:34:33 +0100 |
---|---|---|
committer | Gerion Entrup <gerion.entrup@flump.de> | 2023-12-18 02:34:33 +0100 |
commit | 47c00501395820089b7da03ea118984eaf1ea088 (patch) | |
tree | 48d0e7099822a50e99b6864dab17aa8e04ac85f7 | |
parent | dev-python/ptpython: + python 3.12 (diff) | |
download | gerislay-47c00501395820089b7da03ea118984eaf1ea088.tar.gz gerislay-47c00501395820089b7da03ea118984eaf1ea088.tar.bz2 gerislay-47c00501395820089b7da03ea118984eaf1ea088.zip |
dev-python/sra: update to pep517
Signed-off-by: Gerion Entrup <gerion.entrup@flump.de>
-rw-r--r-- | dev-python/sra/Manifest | 2 | ||||
-rw-r--r-- | dev-python/sra/sra-9999.ebuild | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/sra/Manifest b/dev-python/sra/Manifest index 87b3d29..531b366 100644 --- a/dev-python/sra/Manifest +++ b/dev-python/sra/Manifest @@ -1 +1 @@ -EBUILD sra-9999.ebuild 807 BLAKE2B 14fd7a240b5ab245aa26c64b2018c60710c012142b841252ef580c2b51844b6ae2c8b1b604874bd3ba3770818e4dff3b551960bb8be504209023ef1388060f4b SHA512 611440a712c8f522787ddce2a3e94fd1dfda2853e04cf4692074e998f704c1f00b2767a91bbd7509d5d11172f770298eec98780625b8bdc593ca7d9cb521f701 +EBUILD sra-9999.ebuild 840 BLAKE2B 096deb432c14005cef9b6a67efb5fc67a2ace38a7a3237faf3fe9c2114a4dfaf9fe21ded938a8da6f97bab9ca823c987a9b29403a796edc68095db8ee7380630 SHA512 1844285da7c6172fe0eccb6cc9cb7f26eca15409ad18f27811bcbab4de9c58e08fbe6cb328f9861b2e24d36537027926436530fb44c6ef34c295fba70e48fbdc diff --git a/dev-python/sra/sra-9999.ebuild b/dev-python/sra/sra-9999.ebuild index c939415..5ffb9b0 100644 --- a/dev-python/sra/sra-9999.ebuild +++ b/dev-python/sra/sra-9999.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{8..12} ) + +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 git-r3 DESCRIPTION="SRA Command Line Tools" |