summaryrefslogtreecommitdiff
path: root/dev-python/python-slugify/python-slugify-1.2.6.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-06-06 01:46:08 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-06-06 01:46:08 +0000
commit3f69b643b4ae0820f444888027c9450cb8a2940a (patch)
treed31f0adc2683da481de72df7e4132e355b1a7295 /dev-python/python-slugify/python-slugify-1.2.6.ebuild
parent61c8b061f5834556d93f73adf197f6049741d639 (diff)
downloadbaldeagleos-repo-3f69b643b4ae0820f444888027c9450cb8a2940a.tar.gz
baldeagleos-repo-3f69b643b4ae0820f444888027c9450cb8a2940a.tar.xz
baldeagleos-repo-3f69b643b4ae0820f444888027c9450cb8a2940a.zip
Adding metadata
Diffstat (limited to 'dev-python/python-slugify/python-slugify-1.2.6.ebuild')
-rw-r--r--dev-python/python-slugify/python-slugify-1.2.6.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/python-slugify/python-slugify-1.2.6.ebuild b/dev-python/python-slugify/python-slugify-1.2.6.ebuild
deleted file mode 100644
index a0cfa982b8e1..000000000000
--- a/dev-python/python-slugify/python-slugify-1.2.6.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8,9,10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-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="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-python/unidecode[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests unittest