summaryrefslogtreecommitdiff
path: root/dev-python/python-slugify/python-slugify-5.0.2.ebuild
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-09-26 20:58:40 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-09-26 20:59:11 +0300
commitf2db65536a30a58238646f33d0e6fba208d0123f (patch)
treeff6035c6b5793c918bbf7185e359d87885e7a4e0 /dev-python/python-slugify/python-slugify-5.0.2.ebuild
parent8b79fbae6c72b839a39d9b9dc58b7b603b028fcf (diff)
downloadgentoo-f2db65536a30a58238646f33d0e6fba208d0123f.tar.gz
gentoo-f2db65536a30a58238646f33d0e6fba208d0123f.tar.bz2
gentoo-f2db65536a30a58238646f33d0e6fba208d0123f.zip
dev-python/python-slugify: add 5.0.2
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/python-slugify/python-slugify-5.0.2.ebuild')
-rw-r--r--dev-python/python-slugify/python-slugify-5.0.2.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/python-slugify/python-slugify-5.0.2.ebuild b/dev-python/python-slugify/python-slugify-5.0.2.ebuild
new file mode 100644
index 000000000000..79448555636a
--- /dev/null
+++ b/dev-python/python-slugify/python-slugify-5.0.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} )
+
+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/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="dev-python/text-unidecode[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest