aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-07-11 23:34:00 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2022-07-12 00:18:50 +0500
commit901420435aa486803814011c47ab6b21f99a688a (patch)
tree28e8ed8f8020c304330619005300a1eb295f6428 /dev-python/ascim
parentdev-python/ascim: drop 9999 (diff)
downloadguru-901420435aa486803814011c47ab6b21f99a688a.tar.gz
guru-901420435aa486803814011c47ab6b21f99a688a.tar.bz2
guru-901420435aa486803814011c47ab6b21f99a688a.zip
dev-python/ascim: update EAPI 7 -> 8
Closes: https://bugs.gentoo.org/848126 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'dev-python/ascim')
-rw-r--r--dev-python/ascim/Manifest2
-rw-r--r--dev-python/ascim/ascim-0.1.1.ebuild24
2 files changed, 10 insertions, 16 deletions
diff --git a/dev-python/ascim/Manifest b/dev-python/ascim/Manifest
index 2e38aa4a9..98a316774 100644
--- a/dev-python/ascim/Manifest
+++ b/dev-python/ascim/Manifest
@@ -1 +1 @@
-DIST ascim-0.1.1.tar.gz 10745 BLAKE2B a417c98c67e14f742a062014792e686e4c95af1d489a2ef9cd4a56a5fe056f2b825f991f6af735397bcdb3e161fba34b961859fb90ea7e85c655ea73f34e54be SHA512 abcb86399da13d1481d20025360efcced08fbb5117af63aa74af146ad72a455cefa5799578f7f5668db455b37cf6cbfcc04a9f418315870c0d754c9e98e98f26
+DIST ascim-0.1.1.gh.tar.gz 10745 BLAKE2B a417c98c67e14f742a062014792e686e4c95af1d489a2ef9cd4a56a5fe056f2b825f991f6af735397bcdb3e161fba34b961859fb90ea7e85c655ea73f34e54be SHA512 abcb86399da13d1481d20025360efcced08fbb5117af63aa74af146ad72a455cefa5799578f7f5668db455b37cf6cbfcc04a9f418315870c0d754c9e98e98f26
diff --git a/dev-python/ascim/ascim-0.1.1.ebuild b/dev-python/ascim/ascim-0.1.1.ebuild
index 3e553dc60..edaf57429 100644
--- a/dev-python/ascim/ascim-0.1.1.ebuild
+++ b/dev-python/ascim/ascim-0.1.1.ebuild
@@ -1,24 +1,18 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-EGIT_REPO_URI="https://github.com/fakefred/${PN}"
-case "${PV}" in
- 9999)
- inherit git-r3
- ;;
- *)
- SRC_URI="${EGIT_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-esac
-
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
-distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
DESCRIPTION="Manipulate ASCII art as you would do with raster images"
HOMEPAGE="https://github.com/fakefred/ascim"
-LICENSE="MIT"
+SRC_URI="https://github.com/fakefred/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+LICENSE="MIT"
+KEYWORDS="~amd64"
SLOT="0"
+
+distutils_enable_sphinx docs dev-python/sphinx_rtd_theme