Files
guru/dev-python/iuliia/iuliia-0.11.4.ebuild
Andrew Ammerlaan c7e86bf949 dev-python/iuliia: remove non-ASCII character
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2022-01-02 19:54:52 +01:00

23 lines
521 B
Bash

# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} pypy3 )
DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
inherit distutils-r1
DESCRIPTION="Transliterate Cyrillic to Latin in every possible way"
HOMEPAGE="
https://dangry.ru/iuliia/
https://pypi.org/project/iuliia
https://github.com/nalgeon/iuliia-py
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
distutils_enable_tests pytest