summaryrefslogtreecommitdiff
path: root/dev-python/minify-html
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-05-15 12:59:17 +0100
committerV3n3RiX <venerix@koprulu.sector>2025-05-15 12:59:17 +0100
commit317f7ab04be81dbdfa5b1c9c42729927c5bde946 (patch)
treeb90afe9d6ef62b771a6ddb9eb1968d6338ccd206 /dev-python/minify-html
parent5e9cf59ef591ef814092c1f6f32d2ef2369d3882 (diff)
gentoo auto-resync : 15:05:2025 - 12:59:17HEADmaster
Diffstat (limited to 'dev-python/minify-html')
-rw-r--r--dev-python/minify-html/Manifest2
-rw-r--r--dev-python/minify-html/minify-html-0.16.4.ebuild17
2 files changed, 6 insertions, 13 deletions
diff --git a/dev-python/minify-html/Manifest b/dev-python/minify-html/Manifest
index 4de761694207..297a67a40871 100644
--- a/dev-python/minify-html/Manifest
+++ b/dev-python/minify-html/Manifest
@@ -1,4 +1,4 @@
DIST minify-html-0.16.4-crates.tar.xz 21961636 BLAKE2B ab6b61fd2a4c1f20203a73419afd5b4f25fdb3f5a3490cfeb1b521642a4403a77b0fbe9d0d036c682dbb165506891a0283c3fd513efcad751679ba7b9efc8f28 SHA512 74f0985390418f0bbaaf88334e87c8135e2dc652a645c3ceaaf3e6ac297ad7de6e49b664232de86fe2a0770910bf94357c230f9f3c7ea4686f6250f00a65c61d
DIST minify_html-0.16.4.tar.gz 92052 BLAKE2B 1f67e8f260483529e76196d74060213da319339aa6f6358d1032222b5e10275ac414ffccd3341acc574f5c7030bd0b7fa294b954c7044002e56101ee5d370909 SHA512 a74f9eb6648e6a84c6ad88e77193361f9c57b237b1b3a3ab8b3655aa0a80cfe75d0262b9219f715080f3cc11696bdf291d5d9cf62e2f8eac9b0d160a881e63da
-EBUILD minify-html-0.16.4.ebuild 1001 BLAKE2B f4a223fae3b81f5bd712d99363c566c240d5e791e540420299268206c0e916778090bbcb7471cba5912f0c9364a87b90424fe6fefbf9f8c4d26b331e5a76bbb4 SHA512 491c17985c4ca911185d2e03cc856157b34c7efdd0339e4b10d8aaf19b7784603e0d59a51fabffb7c42bd8f6d47c1c7009bbd6241c9470789d95a3306d28f739
+EBUILD minify-html-0.16.4.ebuild 958 BLAKE2B de52529d0ca4780c8e2ceaac02831cf86c70c7a7c32118584c2fb34289fdf5e1aeb84c032cb936650c6a962a83896958690d2dd572146b4fdd1064483008496a SHA512 74d1edca7a2d547e09c8d968cfdf43989f699707638fb222d5322d455cc1991ede46d4c272d087c7cbd45c3467993f9973811ef30041251f2fd892e561662b5a
MISC metadata.xml 355 BLAKE2B 3272cd863755bc6cdaa46183ce8151602bf8972f6c6c7e7d1bc5a8299aade51ebb57348fed9d12dd03293b1402309a6b6d2a07b58f1dae61f3c0b11a30c5a455 SHA512 5bdf97a6145ba789fe936430cd19ff09225f3857eee2a5ecc8515638d9d8923d2d3110c894892d5d8f4ce416287784ccc90539def997c4eb5a30c7444994020b
diff --git a/dev-python/minify-html/minify-html-0.16.4.ebuild b/dev-python/minify-html/minify-html-0.16.4.ebuild
index 03d14e08c6cc..f62fddf6b1d3 100644
--- a/dev-python/minify-html/minify-html-0.16.4.ebuild
+++ b/dev-python/minify-html/minify-html-0.16.4.ebuild
@@ -5,11 +5,9 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=maturin
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
-
-CRATES="
-"
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+CRATES=""
inherit cargo distutils-r1 pypi
DESCRIPTION="Extremely fast and smart HTML + JS + CSS minifier"
@@ -17,14 +15,7 @@ HOMEPAGE="
https://github.com/wilsonzlin/minify-html/
https://pypi.org/project/minify-html/
"
-SRC_URI+="
- ${CARGO_CRATE_URIS}
-"
-if [[ ${PKGBUMPING} != ${PVR} ]]; then
- SRC_URI+="
- https://github.com/gentoo-crate-dist/minify-html/releases/download/v${PV}/${P}-crates.tar.xz
- "
-fi
+SRC_URI+=" https://github.com/gentoo-crate-dist/minify-html/releases/download/v${PV}/${P}-crates.tar.xz"
LICENSE="MIT"
# Dependent crate licenses
@@ -39,6 +30,8 @@ KEYWORDS="~amd64 ~arm64"
QA_FLAGS_IGNORED="usr/lib.*/py.*/site-packages/minify_html/minify_html.*.so"
+export PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1
+
src_prepare() {
sed -i -e '/strip/d' Cargo.toml || die
distutils-r1_src_prepare