From 14e6f37f74fc2f77a934a542080f3801741cfe4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 30 Jun 2025 04:33:39 +0200 Subject: dev-python/anyascii: Bump to 0.3.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/anyascii/anyascii-0.3.3.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev-python/anyascii/anyascii-0.3.3.ebuild (limited to 'dev-python/anyascii/anyascii-0.3.3.ebuild') diff --git a/dev-python/anyascii/anyascii-0.3.3.ebuild b/dev-python/anyascii/anyascii-0.3.3.ebuild new file mode 100644 index 000000000000..7af3328e8847 --- /dev/null +++ b/dev-python/anyascii/anyascii-0.3.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 2023-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Unicode to ASCII transliteration" +HOMEPAGE=" + https://github.com/anyascii/anyascii/ + https://pypi.org/project/anyascii/ +" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest -- cgit v1.2.3