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 @@
DIST anyascii-0.3.1.tar.gz 8943636 BLAKE2B 0659ee933bb43e72f39106b799f03524f0a6e4d89b312aae497c62a43107984f6862a02603b82c08fbe2697a1f3835cad005979974df8d719215bd08d2ed0b6e SHA512 4f836dcb09bfec55b40068c962ebda535c7c7ab37ad0ce71021bedc0248f3a70ae46398df033704a3944cf9d645ac9aa03f4e8764791d5f576eacd449f426815

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

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>pascal.jaeger@leimstift.de</email>
<name>Pascal Jaeger</name>
</maintainer>
</pkgmetadata>