diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-06-19 00:09:54 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-06-19 00:09:54 +0100 |
commit | e8df704cf9b5e9e517317b8912377c0a8ca0d11e (patch) | |
tree | ab3f43045fb1d37471f8217c8547d2120bb3d1da /app-text/htmlmin | |
parent | ccaccfe4f1da8c11d9fa110f6e4eb847358769d7 (diff) |
gentoo auto-resync : 19:06:2024 - 00:09:54
Diffstat (limited to 'app-text/htmlmin')
-rw-r--r-- | app-text/htmlmin/Manifest | 2 | ||||
-rw-r--r-- | app-text/htmlmin/htmlmin-0.1.12-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/htmlmin/Manifest b/app-text/htmlmin/Manifest index 2120d7457994..d69b7febc6aa 100644 --- a/app-text/htmlmin/Manifest +++ b/app-text/htmlmin/Manifest @@ -1,3 +1,3 @@ DIST htmlmin-0.1.12.gh.tar.gz 134130 BLAKE2B 5a9996bfea469f273c37bd0bd72c0e27b8636cb4552681de1b7e9a4849ab215815f7fc8ce430392b8ca3a849b3e51d8188ca248a8ce23242905799258ceeae29 SHA512 6d9db4b6bcdd6d223be8b4e3830da4d63ac6d7d28ee83abd97809b0b901968c994c8434c992fbdd148101ba25d8d786c93657cb5f82881af44dadbba40bf3252 -EBUILD htmlmin-0.1.12-r1.ebuild 726 BLAKE2B 896e4a1d27ee383e67d6675a2aa6fcffe48a1e63cd72c3db431530fdf91cb253015be18cd99a26d44b77a8e8cecf65d66abd095f1a3ddb37ed199d46518681a4 SHA512 4e2388a91817094b2ab5a218b2d8f031d353890d225e2d3656a3b7d51c4a9fa6c1f35dfb5582b1bdf61468c153babb4420a86f65bfa4c4165a9eb0816cec816f +EBUILD htmlmin-0.1.12-r1.ebuild 726 BLAKE2B 69dab07b91367195c8e01027f47db9ff8bb2d873377df5c847d62eb05741c886ce9720d6f372b1e27603c7609cf03d32f2a8fdfad739886ff76e5b41202d4611 SHA512 690fd2c0c045e3f0636ab6e417df4d6e62499f964b1ce238ff67b22befa5ae586d9fcf180188ce9c2ef0a1187d1d6bfe079de9e6fe441beadd99ccbda8560757 MISC metadata.xml 503 BLAKE2B 120b7dfe5ecbbdf5b28ac559893d991071c39a34644aa6556abbf8c58c91f908003240f647ccbf58d6e1e776130e72a95bae033a07272ad213673960217acd9e SHA512 dbd48a6b9caca3a7c2e4789653c133321a6e42da5cde9b552c527d5afde0e0c7c0ee25a4712822a4bc1768424c0e3d7216f6d56a24899f2f0aed0b6a20bee61e diff --git a/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild b/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild index c57dc344d252..4c8e54fb26ef 100644 --- a/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild +++ b/app-text/htmlmin/htmlmin-0.1.12-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 |