summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-16 10:05:07 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-16 10:05:07 +0200
commit427a82f5be16e7287992daf782ba1fab82b71842 (patch)
tree084d7b3d79980e88afedf9dbd43b2659b60ac9c5 /dev-python/inflection
parentdev-python/imageio: Remove old (diff)
downloadgentoo-427a82f5be16e7287992daf782ba1fab82b71842.tar.gz
gentoo-427a82f5be16e7287992daf782ba1fab82b71842.tar.bz2
gentoo-427a82f5be16e7287992daf782ba1fab82b71842.zip
dev-python/inflection: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/inflection')
-rw-r--r--dev-python/inflection/inflection-0.5.1.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/inflection/inflection-0.5.1.ebuild b/dev-python/inflection/inflection-0.5.1.ebuild
deleted file mode 100644
index e3b7b12e03a9..000000000000
--- a/dev-python/inflection/inflection-0.5.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A port of Ruby on Rails' inflector to Python"
-HOMEPAGE="https://github.com/jpvanhal/inflection"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest