dev-python/anyascii: new package, v. 0.3.1

Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
Pascal Jäger
2022-10-08 12:08:53 +02:00
parent ee8549ebc3
commit e0f5445391
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..11} ) # pypy3 )
# DISTUTILS_USE_PEP517=setuptools
# inherit distutils-r1
inherit distutils-r1
DESCRIPTION="Unicode to ASCII transliteration"
HOMEPAGE="https://github.com/anyascii/anyascii/"
SRC_URI="https://github.com/anyascii/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ISC"
KEYWORDS="~amd64"
SLOT="0"
DEPEND="
${PYTHON_DEPS}
"
S=${WORKDIR}/${P}/impl/python
distutils_enable_tests pytest