dev-python/anyascii: New package, v0.3.2

Required by dev-python/sphinx-autoapi now.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-06-11 06:46:56 +02:00
parent 13fc5c1c91
commit 910a807f0d
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST anyascii-0.3.2.tar.gz 214052 BLAKE2B 6e267b3b8bf9d5db3f66c1a55d73ad080d0b2e29ea7862b27387adae0fe5b79e518ff3286be805e8472c8275d2e7bda3998eebf2a04c86abbc584aa7a4735424 SHA512 1559d9146bd42215b72aa158b612dede5f35234fbe793b84f2520c9541f9f61408dffb7b604d07d7bc91b29a440f979f6972d7d06d958abf09a1dd94d76e5668

View File

@@ -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

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="github">anyascii/anyascii</remote-id>
<remote-id type="pypi">anyascii</remote-id>
</upstream>
</pkgmetadata>