mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
dev-python/anyascii: new package, v. 0.3.1
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
25
dev-python/anyascii/anyascii-0.3.1.ebuild
Normal file
25
dev-python/anyascii/anyascii-0.3.1.ebuild
Normal 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
|
||||
Reference in New Issue
Block a user