summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-16 17:31:15 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 17:31:15 +0100
commit3272e7ceffa14c0f310571c46d1307fa518b800d (patch)
tree56e45aeaecdd73e8af23b9553dd5ac6f9483c9ed /dev-python/pelican-minify
parentdev-python/patiencediff: Remove old (diff)
downloadgentoo-3272e7ceffa14c0f310571c46d1307fa518b800d.tar.gz
gentoo-3272e7ceffa14c0f310571c46d1307fa518b800d.tar.bz2
gentoo-3272e7ceffa14c0f310571c46d1307fa518b800d.zip
dev-python/pelican-minify: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pelican-minify')
-rw-r--r--dev-python/pelican-minify/pelican-minify-0.9-r1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/pelican-minify/pelican-minify-0.9-r1.ebuild b/dev-python/pelican-minify/pelican-minify-0.9-r1.ebuild
deleted file mode 100644
index fbcc8471d791..000000000000
--- a/dev-python/pelican-minify/pelican-minify-0.9-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-
-DESCRIPTION="An HTML minification plugin for Pelican, the static site generator"
-HOMEPAGE="https://pypi.org/project/pelican-minify/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Unlicense"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- >=dev-python/joblib-0.9[${PYTHON_USEDEP}]
- >=app-text/htmlmin-0.1.5[${PYTHON_USEDEP}]
- >=app-text/pelican-3.1.1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest