diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-09-29 00:45:17 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-09-29 00:45:17 +0000 |
| commit | 5c09e716c7a2ea7c161d7310bfc1708e8061930b (patch) | |
| tree | 003050de8836879eaa7865f80267719767f8a2e4 /dev-python/unidecode/unidecode-1.3.5.ebuild | |
| parent | 68ab34bc004f772f779b14eb02c24dab67611656 (diff) | |
| download | baldeagleos-repo-5c09e716c7a2ea7c161d7310bfc1708e8061930b.tar.gz baldeagleos-repo-5c09e716c7a2ea7c161d7310bfc1708e8061930b.tar.xz baldeagleos-repo-5c09e716c7a2ea7c161d7310bfc1708e8061930b.zip | |
Adding metadata
Diffstat (limited to 'dev-python/unidecode/unidecode-1.3.5.ebuild')
| -rw-r--r-- | dev-python/unidecode/unidecode-1.3.5.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/unidecode/unidecode-1.3.5.ebuild b/dev-python/unidecode/unidecode-1.3.5.ebuild new file mode 100644 index 000000000000..5c6a08536a69 --- /dev/null +++ b/dev-python/unidecode/unidecode-1.3.5.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) + +inherit distutils-r1 + +MY_P=Unidecode-${PV} +DESCRIPTION="Module providing ASCII transliterations of Unicode text" +HOMEPAGE="https://pypi.org/project/Unidecode/" +SRC_URI="mirror://pypi/${MY_P:0:1}/${PN^}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" + +distutils_enable_tests unittest |
