mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-python/iuliia: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
22
dev-python/iuliia/iuliia-0.11.4.ebuild
Normal file
22
dev-python/iuliia/iuliia-0.11.4.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 2021 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 → 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
|
||||
Reference in New Issue
Block a user