summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-27 10:09:02 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-27 10:16:11 +0100
commitbfa9a1907dfae5895f3d1263eff4f85025cf6c94 (patch)
treeffae35e7556343e0c6feeb77ebc16019514f2c95 /dev-python/flask-htmlmin/flask-htmlmin-1.2.1.ebuild
parentdev-python/flask-gravatar: Remove redundant versions (diff)
downloadgentoo-bfa9a1907dfae5895f3d1263eff4f85025cf6c94.tar.gz
gentoo-bfa9a1907dfae5895f3d1263eff4f85025cf6c94.tar.bz2
gentoo-bfa9a1907dfae5895f3d1263eff4f85025cf6c94.zip
dev-python/flask-htmlmin: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flask-htmlmin/flask-htmlmin-1.2.1.ebuild')
-rw-r--r--dev-python/flask-htmlmin/flask-htmlmin-1.2.1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/flask-htmlmin/flask-htmlmin-1.2.1.ebuild b/dev-python/flask-htmlmin/flask-htmlmin-1.2.1.ebuild
deleted file mode 100644
index 892ece2db6cc..000000000000
--- a/dev-python/flask-htmlmin/flask-htmlmin-1.2.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-MY_PN="Flask-HTMLmin"
-MY_P=${MY_PN}-${PV}
-
-inherit distutils-r1
-
-DESCRIPTION="Minimize your flask rendered html"
-HOMEPAGE="https://github.com/hamidfzm/Flask-HTMLmin"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
- app-text/htmlmin
- dev-python/flask
-"
-
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MY_P}"