dev-python/pelican-minify: Bump to 2.0.2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-18 08:28:31 +02:00
parent c50d05dc7d
commit 6739945a58
2 changed files with 30 additions and 0 deletions

View File

@@ -1 +1,3 @@
DIST pelican_minify-2.0.0.tar.gz 9566 BLAKE2B 2345f9b053a4b79fbeba9741b4eb64d5d490d455bc25f869e6479ceca951c64d88aa962ef28a04a39c480299882a6c5354c2b4b4c221e64f3281987dda20bd10 SHA512 bcf6cd497fc8c42d9a63b869f04a7bcec6a115ed52698ae9cac5e117d075b16dee904173a577f793f4e74367527d8841d9e6db69e4a2ba70bb79434e4a776c34
DIST pelican_minify-2.0.2.tar.gz 6355 BLAKE2B fdbb7e01004c8134c62427e339c89698c5538b759be442844a3302eeb7bfc02b794fa6d8745cf594c28b6a450e0192959d51efb61a73c7b7eb2ebaf4b18d8450 SHA512 8032abf559c80c2e1bca22588a619a4c5b56095ef7378628a6ffc721872bfcb9bd31dc66c2803ba7ae8db55b6485963b027ef8b8dfa7492f0d2902d516fbe804
DIST pelican_minify-2.0.2.tar.gz.provenance 9450 BLAKE2B 979819b2bdfed6917b950417b2295ca2cafab737b07a221281ccfff96d5bd9d13e9a58fe65d334c8e71157c688410383798ef235cead251ffb2186bc21cef7d5 SHA512 4472393eb97fca7bbedb24ae91ba1604d247dd66b0d972c5d688e83a22f877ab3bac78e09c1345fd8f9ba39e77eee1e43c4f9f808d5ee576df10f1ede1a8b71b

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=pdm-backend
PYPI_VERIFY_REPO=https://github.com/pelican-plugins/minify
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi
DESCRIPTION="An HTML minification plugin for Pelican, the static site generator"
HOMEPAGE="
https://github.com/pelican-plugins/minify/
https://pypi.org/project/pelican-minify/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RDEPEND="
>=app-text/pelican-4.5[${PYTHON_USEDEP}]
>=dev-python/minify-html-0.10.8[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest