diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-25 14:24:15 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-25 14:24:15 +0000 |
| commit | faa2d120485998be70fcc9e6d258d9d7dbb7e9c6 (patch) | |
| tree | c6818cd74ef9e68514c0f31d269ceb727ae76e45 /dev-python/python-slugify/python-slugify-8.0.1.ebuild | |
| parent | 03d97d792e08d90442e1c8347c75e1893f78c3f0 (diff) | |
| download | baldeagleos-repo-faa2d120485998be70fcc9e6d258d9d7dbb7e9c6.tar.gz baldeagleos-repo-faa2d120485998be70fcc9e6d258d9d7dbb7e9c6.tar.xz baldeagleos-repo-faa2d120485998be70fcc9e6d258d9d7dbb7e9c6.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-slugify/python-slugify-8.0.1.ebuild')
| -rw-r--r-- | dev-python/python-slugify/python-slugify-8.0.1.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/python-slugify/python-slugify-8.0.1.ebuild b/dev-python/python-slugify/python-slugify-8.0.1.ebuild new file mode 100644 index 000000000000..c7b793357d0b --- /dev/null +++ b/dev-python/python-slugify/python-slugify-8.0.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2023 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,11} ) + +inherit distutils-r1 + +DESCRIPTION="A Python Slugify application that handles Unicode" +HOMEPAGE=" + https://github.com/un33k/python-slugify/ + https://pypi.org/project/python-slugify/ +" +SRC_URI=" + https://github.com/un33k/${PN}/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~riscv ~x86" + +RDEPEND=" + dev-python/text-unidecode[${PYTHON_USEDEP}] +" + +distutils_enable_tests unittest |
