summaryrefslogtreecommitdiff
path: root/dev-python/flask-htmlmin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-python/flask-htmlmin
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-python/flask-htmlmin')
-rw-r--r--dev-python/flask-htmlmin/Manifest6
-rw-r--r--dev-python/flask-htmlmin/flask-htmlmin-1.5.2.ebuild29
-rw-r--r--dev-python/flask-htmlmin/flask-htmlmin-2.0.2.ebuild2
-rw-r--r--dev-python/flask-htmlmin/metadata.xml1
4 files changed, 4 insertions, 34 deletions
diff --git a/dev-python/flask-htmlmin/Manifest b/dev-python/flask-htmlmin/Manifest
index 08b69db8ea74..43dde48c6d34 100644
--- a/dev-python/flask-htmlmin/Manifest
+++ b/dev-python/flask-htmlmin/Manifest
@@ -1,5 +1,3 @@
-DIST Flask-HTMLmin-1.5.2.tar.gz 3807 BLAKE2B 226d0ba30ce3c0f0d8077f67d3a56aabf6606ac31858fd051f46203123fdbb2e3707575a91f545b7ec57a1e6f4cf62f87c3d387cc7ec321d7f1f9e4b3c6038fd SHA512 b468b95329054f996ad275b00f58dd2cddf52a029eeb08ff83acc5ef37ff0557af4e98181c445a980da2eeb21dd913ec1da08e0953fb97765d4790731353dcc2
DIST Flask-HTMLmin-2.0.2.gh.tar.gz 12178 BLAKE2B 38d21e06058728be9f6a23c8b18dd0f209833723d63bdf07262f37ff0fd6ac0de810bc164bfb6e91ed446e6402f93f204468f9c2307cf45c3a1609361be33992 SHA512 ea863644baecdf54d6b0a920ad0cbd84880e6c029a7d5313f0964f03233a74b7d11b3e15431ecf02fc6c33b38241e472968ed1bcad5b8163d14001678a4833e2
-EBUILD flask-htmlmin-1.5.2.ebuild 618 BLAKE2B c072af5c880c4b618e6e55b6d6426b3b67a8d2511ce438a61a63049af4e02c53b208dfd0eaacc0a1c3f10c5ea471fc354c15f5c3ded39e005d16ded396071f5a SHA512 fcac3b12e5253cba9eb9fdf8324358f6e7aeba81ff655e0037a751b9b13170e08ff0a27d6575e8f8b63331c481f4352b39dbb159e92a096c26c088fe5ac74488
-EBUILD flask-htmlmin-2.0.2.ebuild 688 BLAKE2B 3aec15c31c78a377c2c98dfa2789d8edc692c6d5a7a120da03d12b94eb9d19bc490191690dc2406f5ff75da8f320ebb18de21b6605d2fe09d7c1b6c22adaaef5 SHA512 6969bcd5cb7bc7e4c88341f95fcaca2db5af0df158f807ae644b63638ed6cab5e68a93d2729773989cf405f173bec4aca16f781e784fe1038ba36c2fb0e83267
-MISC metadata.xml 430 BLAKE2B 5e46d9cb5b03bc29264074d3abad076a3699e6753679cacf19134355f35265cc70dbc8fbad591eed798a36cde80a44d78244e88dd7deadc830440ac7724132b6 SHA512 78c978ecd3f4ef205b0ddef1cec9e60b95988ce92bafefb5134e8a1f1f8fec8ef47f50af05ce3f71047b7f72ecae76a9f4d83add103ebedbc374fc4e49a24180
+EBUILD flask-htmlmin-2.0.2.ebuild 686 BLAKE2B df9c38bc4bf336ed71a7584d0d7f38548e18f5edeb3928c242ea9da22fcb996e7e6e4e204c3b81c7ca219a9df72b6fd9f650dfc2586bc77ebf0493fec36d4ebd SHA512 f454008f267fe67e78921a20405b3a5a9f370ea09acab3dca737446b36e707711544d583878056c7261ed8ad9f34a97cf1ca0f9cd90d192b784d76ce929e227a
+MISC metadata.xml 454 BLAKE2B 9edcbbc782ba0dfa1aaadc7ce793e1d3af60ee3ddd045a6fbbc0920f74599e4c251ea19b226de137a322d1c959af207b62c8f8886e7c533df1a0fb02bdd84e8c SHA512 775939a3cbdb3ac75c0996b25cef5cd8e8d2060eca521af4bad3d261455f0fa5566d83a6f9cf756ced03fe163df966d4ca9ba6a92e5872c8b4b6f1e29a6d59b3
diff --git a/dev-python/flask-htmlmin/flask-htmlmin-1.5.2.ebuild b/dev-python/flask-htmlmin/flask-htmlmin-1.5.2.ebuild
deleted file mode 100644
index 7c60730ff5b9..000000000000
--- a/dev-python/flask-htmlmin/flask-htmlmin-1.5.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="Flask-HTMLmin"
-MY_P=${MY_PN}-${PV}
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-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"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- app-text/htmlmin[${PYTHON_USEDEP}]
- dev-python/flask[${PYTHON_USEDEP}]
-"
-
-src_prepare() {
- sed -i -e '/pytest-runner/d' setup.py || die
- distutils-r1_src_prepare
-}
diff --git a/dev-python/flask-htmlmin/flask-htmlmin-2.0.2.ebuild b/dev-python/flask-htmlmin/flask-htmlmin-2.0.2.ebuild
index 4a13092ac2d1..5540c3ca0465 100644
--- a/dev-python/flask-htmlmin/flask-htmlmin-2.0.2.ebuild
+++ b/dev-python/flask-htmlmin/flask-htmlmin-2.0.2.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
RDEPEND="
app-text/htmlmin[${PYTHON_USEDEP}]
diff --git a/dev-python/flask-htmlmin/metadata.xml b/dev-python/flask-htmlmin/metadata.xml
index d80478200fa2..ab9923f6c014 100644
--- a/dev-python/flask-htmlmin/metadata.xml
+++ b/dev-python/flask-htmlmin/metadata.xml
@@ -9,6 +9,7 @@
<email>titanofold@gentoo.org</email>
<name>Aaron W. Swenson</name>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="pypi">Flask-HTMLmin</remote-id>
</upstream>