aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2023-03-01 06:08:11 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2023-03-01 06:08:20 +0500
commit15280f379ec91a1ed1d29c273594afe1ff790d2f (patch)
tree4e151c8b94010698575dbf5cbfecc26dc8faae97 /media-gfx/dehinter/dehinter-4.0.0.ebuild
parentmedia-gfx/ufolint: enable py3.11 (diff)
downloadguru-15280f379ec91a1ed1d29c273594afe1ff790d2f.tar.gz
guru-15280f379ec91a1ed1d29c273594afe1ff790d2f.tar.bz2
guru-15280f379ec91a1ed1d29c273594afe1ff790d2f.zip
media-gfx/dehinter: enable py3.11, drop old
Closes: https://bugs.gentoo.org/897626 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'media-gfx/dehinter/dehinter-4.0.0.ebuild')
-rw-r--r--media-gfx/dehinter/dehinter-4.0.0.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/media-gfx/dehinter/dehinter-4.0.0.ebuild b/media-gfx/dehinter/dehinter-4.0.0.ebuild
index f499a0d5b..ca4786b1a 100644
--- a/media-gfx/dehinter/dehinter-4.0.0.ebuild
+++ b/media-gfx/dehinter/dehinter-4.0.0.ebuild
@@ -1,21 +1,20 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
-
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
-DESCRIPTION="A tool for the removal of TrueType hints in fonts"
+DESCRIPTION="A tool for the removal of TrueType instruction sets (hints) in fonts"
HOMEPAGE="https://github.com/source-foundry/dehinter"
-SRC_URI="https://github.com/source-foundry/dehinter/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/source-foundry/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="Apache-2.0"
KEYWORDS="~amd64"
SLOT="0"
RDEPEND="dev-python/fonttools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
distutils_enable_tests pytest