diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-06-30 04:33:39 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-06-30 05:13:57 +0200 |
| commit | 14e6f37f74fc2f77a934a542080f3801741cfe4d (patch) | |
| tree | fc11a20680659587762ca862fbd1fe3c83ee280c /dev-python/anyascii/anyascii-0.3.3.ebuild | |
| parent | b65c59afcf7b2227c0819ddd8e899db34e89ed98 (diff) | |
| download | gentoo-14e6f37f74fc2f77a934a542080f3801741cfe4d.tar.gz gentoo-14e6f37f74fc2f77a934a542080f3801741cfe4d.tar.bz2 gentoo-14e6f37f74fc2f77a934a542080f3801741cfe4d.zip | |
dev-python/anyascii: Bump to 0.3.3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/anyascii/anyascii-0.3.3.ebuild')
| -rw-r--r-- | dev-python/anyascii/anyascii-0.3.3.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
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 |
