summaryrefslogtreecommitdiff
path: root/dev-python/flask-htmlmin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /dev-python/flask-htmlmin
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'dev-python/flask-htmlmin')
-rw-r--r--dev-python/flask-htmlmin/Manifest4
-rw-r--r--dev-python/flask-htmlmin/flask-htmlmin-2.0.2.ebuild33
-rw-r--r--dev-python/flask-htmlmin/flask-htmlmin-2.1.0.ebuild2
3 files changed, 2 insertions, 37 deletions
diff --git a/dev-python/flask-htmlmin/Manifest b/dev-python/flask-htmlmin/Manifest
index 07bcd5ecc214..d076013ef5dd 100644
--- a/dev-python/flask-htmlmin/Manifest
+++ b/dev-python/flask-htmlmin/Manifest
@@ -1,5 +1,3 @@
-DIST Flask-HTMLmin-2.0.2.gh.tar.gz 12178 BLAKE2B 38d21e06058728be9f6a23c8b18dd0f209833723d63bdf07262f37ff0fd6ac0de810bc164bfb6e91ed446e6402f93f204468f9c2307cf45c3a1609361be33992 SHA512 ea863644baecdf54d6b0a920ad0cbd84880e6c029a7d5313f0964f03233a74b7d11b3e15431ecf02fc6c33b38241e472968ed1bcad5b8163d14001678a4833e2
DIST Flask-HTMLmin-2.1.0.gh.tar.gz 16395 BLAKE2B 259d3af497343d35fabb60e4aa1a832782de47fa78f2e8c6bdaa47a7e78efa8dfa756e87d0d03b5972f3e051a29dfff53b370cb1f3ee1f8a9e401d06c40894fd SHA512 3d3ea40bc5d802f41b0d3a99fcca59407b3948d9b4fe2300bc597bbfbaa851435276a7dcee4b6cc08cc52b0674a53fd655b7bb1c6504bd53ea9963600626a59a
-EBUILD flask-htmlmin-2.0.2.ebuild 686 BLAKE2B 3d1fd554d80e7586b2a01c1314e1f874a88916908dbb825077694ac643984919aa8766801530918154f249e88dde0e47c57104919af93675bd7afe64a60babd9 SHA512 46ea2fb8e635e09b818c3507ddc00fd55ca283d5450c1936bdeb1e880bc2ed079cef68d56aeeb157941433c6c195a78bf2669ecda489627035f073d9779de788
-EBUILD flask-htmlmin-2.1.0.ebuild 688 BLAKE2B 89fb28c34e6bcd035e980785ccddbf7e55503d23a61d70a6cf36782372187e1046e51d3ad34a202c6e0789f5e145c9dc1cb9766d42ef0c7cda408aee57a0594b SHA512 8de3b8de34c932ee1161003d3c5ec507ed4cd9bf54be2db3cf1eb8ac2ab9bad0abb003b42f0fe4e30172696418c7daeebf50d998887793cd6a9238c0e3688a1d
+EBUILD flask-htmlmin-2.1.0.ebuild 686 BLAKE2B 0fa530b64b984afe5d151f9d756094e74d10db39c01b7f7e422fea46260e2ff0412181604e51212ee803e0125ed10ad2e184b0f59415a827afe1e7f7e8069741 SHA512 7e4c58a64154084382eea8e7b10c6880c2df3f98e5a595e18a9ab7bb86c1c6f5790d94d80ee115d2a47d66dfdb7b14e39b4c72a82bc2422666bab5f47316e705
MISC metadata.xml 516 BLAKE2B cf0f7b9d8a2c71b61b3aaef427acf7f078ea346f03a6765232167739cb91de6f157d858837d3161522034b8d0d5e0c51f074f877c812a0a16b54eff1eb17de77 SHA512 5669f2c8f5acf049f91c8daae2595c1f35e46e337e8f285dcf3263905e3d5495d61db274b82b2ca554badda14b38874f6bea3d3bd267d873137743154f42a1fd
diff --git a/dev-python/flask-htmlmin/flask-htmlmin-2.0.2.ebuild b/dev-python/flask-htmlmin/flask-htmlmin-2.0.2.ebuild
deleted file mode 100644
index e09c7b5859a3..000000000000
--- a/dev-python/flask-htmlmin/flask-htmlmin-2.0.2.ebuild
+++ /dev/null
@@ -1,33 +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_{7..9} )
-inherit distutils-r1
-
-DESCRIPTION="Minimize your flask rendered html"
-HOMEPAGE="https://github.com/hamidfzm/Flask-HTMLmin"
-SRC_URI="
- https://github.com/hamidfzm/Flask-HTMLmin/archive/v${PV}.tar.gz
- -> ${MY_P}.gh.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- app-text/htmlmin[${PYTHON_USEDEP}]
- dev-python/flask[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-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.1.0.ebuild b/dev-python/flask-htmlmin/flask-htmlmin-2.1.0.ebuild
index 96693eb4eb74..ce87db21f13c 100644
--- a/dev-python/flask-htmlmin/flask-htmlmin-2.1.0.ebuild
+++ b/dev-python/flask-htmlmin/flask-htmlmin-2.1.0.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}]