summaryrefslogtreecommitdiff
path: root/dev-python/python-slugify/python-slugify-1.2.6.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 23:18:50 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 23:18:50 +0200
commitbff7524038c9f555a850062844ecc16c13f2c2b5 (patch)
tree8ddfd6c4b4e96f1209047c5a0606df5e530f929d /dev-python/python-slugify/python-slugify-1.2.6.ebuild
parent37cbacf459bbc890a2b06e9356b3f6a62b8588c4 (diff)
downloadgentoo-bff7524038c9f555a850062844ecc16c13f2c2b5.tar.gz
gentoo-bff7524038c9f555a850062844ecc16c13f2c2b5.tar.bz2
gentoo-bff7524038c9f555a850062844ecc16c13f2c2b5.zip
dev-python/python-slugify: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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 fbc929a54150..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_{7..9} )
-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