summaryrefslogtreecommitdiff
path: root/dev-python/anyascii/anyascii-0.3.2.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-11 06:46:56 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-11 07:18:00 +0200
commit910a807f0d8e005ba4043897146f2e0246ed6d67 (patch)
tree15e4b76ff95ac43188a13f3702ba15cc2c347f5a /dev-python/anyascii/anyascii-0.3.2.ebuild
parent13fc5c1c9109e6d7e0e21ea93272d9732ac72391 (diff)
downloadgentoo-910a807f0d8e005ba4043897146f2e0246ed6d67.tar.gz
gentoo-910a807f0d8e005ba4043897146f2e0246ed6d67.tar.bz2
gentoo-910a807f0d8e005ba4043897146f2e0246ed6d67.zip
dev-python/anyascii: New package, v0.3.2
Required by dev-python/sphinx-autoapi now. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/anyascii/anyascii-0.3.2.ebuild')
-rw-r--r--dev-python/anyascii/anyascii-0.3.2.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/anyascii/anyascii-0.3.2.ebuild b/dev-python/anyascii/anyascii-0.3.2.ebuild
new file mode 100644
index 000000000000..f35c87497d5f
--- /dev/null
+++ b/dev-python/anyascii/anyascii-0.3.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+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"
+
+distutils_enable_tests pytest