commit: 279486985ab0ee65bd28ef68b55f4e3997c85d32
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 16 08:06:02 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 08:06:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27948698
dev-python/jinja2_pluralize: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../jinja2_pluralize/jinja2_pluralize-0.3.0.ebuild | 23 ----------------------
1 file changed, 23 deletions(-)
diff --git a/dev-python/jinja2_pluralize/jinja2_pluralize-0.3.0.ebuild
b/dev-python/jinja2_pluralize/jinja2_pluralize-0.3.0.ebuild
deleted file mode 100644
index 00bbd09ea45e..000000000000
--- a/dev-python/jinja2_pluralize/jinja2_pluralize-0.3.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Jinja2 pluralize filters"
-HOMEPAGE="https://github.com/audreyr/jinja2_pluralize"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-python/inflect[${PYTHON_USEDEP}]
- dev-python/jinja[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py