diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-03-01 06:08:11 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-03-01 06:08:20 +0500 |
commit | 15280f379ec91a1ed1d29c273594afe1ff790d2f (patch) | |
tree | 4e151c8b94010698575dbf5cbfecc26dc8faae97 | |
parent | media-gfx/ufolint: enable py3.11 (diff) | |
download | guru-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>
-rw-r--r-- | media-gfx/dehinter/Manifest | 3 | ||||
-rw-r--r-- | media-gfx/dehinter/dehinter-3.1.0.ebuild | 21 | ||||
-rw-r--r-- | media-gfx/dehinter/dehinter-4.0.0.ebuild | 11 |
3 files changed, 6 insertions, 29 deletions
diff --git a/media-gfx/dehinter/Manifest b/media-gfx/dehinter/Manifest index 16c85c4e6..68d393f38 100644 --- a/media-gfx/dehinter/Manifest +++ b/media-gfx/dehinter/Manifest @@ -1,2 +1 @@ -DIST dehinter-3.1.0.tar.gz 1423438 BLAKE2B 967bf2fa6a68b5f66a29f7b362a319fd06e71df861fa75cbfa4eee9051be10878f33f751b22e0b9619fbaf9e209417a44ee3837f302d77ed628fafa397027684 SHA512 adcaeae2d8b104998388f2c5326e6b57e2a8342bdc8a522bfdf1d674c41c0a3fbaf07f602f769a2cf75670422aee388efec5b57f329c3b66a76801d24aff7cd6 -DIST dehinter-4.0.0.tar.gz 1423535 BLAKE2B b39eb8384346aa1139902267ec65c70666d36c76dbcf722a4e4b5706faf6f9a04a9ce6e9f89098c1a2b29ce95232532836ebf4a04e072be4fbe360efc31230b7 SHA512 d82412b723013c66211ffedd89e5fa1d59f605c6468dea9123092fa80418d9920e378d4081eca4711ef96bd19abb69ffdb3fcda62b84caa0a37f22528ca597af +DIST dehinter-4.0.0.gh.tar.gz 1423535 BLAKE2B b39eb8384346aa1139902267ec65c70666d36c76dbcf722a4e4b5706faf6f9a04a9ce6e9f89098c1a2b29ce95232532836ebf4a04e072be4fbe360efc31230b7 SHA512 d82412b723013c66211ffedd89e5fa1d59f605c6468dea9123092fa80418d9920e378d4081eca4711ef96bd19abb69ffdb3fcda62b84caa0a37f22528ca597af diff --git a/media-gfx/dehinter/dehinter-3.1.0.ebuild b/media-gfx/dehinter/dehinter-3.1.0.ebuild deleted file mode 100644 index 754c4a2ad..000000000 --- a/media-gfx/dehinter/dehinter-3.1.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..9} ) - -inherit distutils-r1 - -DESCRIPTION="Python bindings for GitHub's cmark" -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" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64" -SLOT="0" - -RDEPEND="dev-python/fonttools[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" - -distutils_enable_tests pytest 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 |