summaryrefslogtreecommitdiff
path: root/dev-python/flask-htmlmin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
commita90c84e720803f3d26c0ade8f1f1e405ca97502a (patch)
treef788ea0972d51c66823825021dd83427e1d466c4 /dev-python/flask-htmlmin
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/flask-htmlmin')
-rw-r--r--dev-python/flask-htmlmin/Manifest2
-rw-r--r--dev-python/flask-htmlmin/flask-htmlmin-2.2.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/flask-htmlmin/Manifest b/dev-python/flask-htmlmin/Manifest
index c610f9534f02..a3e818155ebf 100644
--- a/dev-python/flask-htmlmin/Manifest
+++ b/dev-python/flask-htmlmin/Manifest
@@ -1,3 +1,3 @@
DIST Flask-HTMLmin-2.2.1.gh.tar.gz 17550 BLAKE2B 30393f6739ba8bdcfc17586e0955dff4341707b3c5bc27e30e9f9ddd5d4ff5b5b1b71b512b034b3b09cab3bfbcfb47c1651bc8cedba597de8aca5f2c7cfc0907 SHA512 34d5c9e2393901b32ab43c4333d87d75b489a410af2fdb019c180d0cb7bac01074616125486b49ef577782311a394bde6444ce311d5ab4f2ae2852a3ea92f4cd
-EBUILD flask-htmlmin-2.2.1.ebuild 692 BLAKE2B 03c82fd3a864bba9bd0c304a58092af8cb95f63da16b970e36af1c4d965e68dfa023b7ad4d2d4d136873a88f6806b2440dc3d1ca768c4572054543df971446ea SHA512 cc5f6993a75086d4cfeac8797d1d93af12b241af446d1734fa6290a5686383de663fcff3ab809576d7002447308f2accdbfba905592d1c45ea939b94f2601d76
+EBUILD flask-htmlmin-2.2.1.ebuild 692 BLAKE2B b72ea43b917a1f41e151415e915930c5ab3e5414bde828237b06164eb51a5450d97a618ffd5bbfcd6b06df3357fe8bba1f1db9f994301a4fb81b4c6a67e0e46c SHA512 1422d9c7c0eaafdcc2cd2a8e9589435ccbd5d92559760ebf0ea48c2ffb2a5de186daefe88b8c5339aa8f5e9bb08c00fe033cd41f00b934f413b5758f7eb9f1be
MISC metadata.xml 517 BLAKE2B e22522b2f2578e000de4127d3c6cd5d6f08b3974aef72644e51ae39e074eed3d42cba247b2dff4090e930cd9ecb5354f7094a763c116989d425672d109fdd408 SHA512 6393c0fb4084501989d12c24f7e56269780423d675761e48da3ed159db639df3639e5a68cfcfaa8a53d1e111474d05656f227137af2ee7950f4ec88f1393216c
diff --git a/dev-python/flask-htmlmin/flask-htmlmin-2.2.1.ebuild b/dev-python/flask-htmlmin/flask-htmlmin-2.2.1.ebuild
index b3bb61bd14a7..3e3a0ee610e2 100644
--- a/dev-python/flask-htmlmin/flask-htmlmin-2.2.1.ebuild
+++ b/dev-python/flask-htmlmin/flask-htmlmin-2.2.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1