commit:     41278c3962e45fe1ee7f2d612c3b3d5df31eee13
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  6 06:38:01 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 06:41:30 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41278c39

app-text/htmlmin: Bump to 0.1.13

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-text/htmlmin/Manifest              |  1 +
 app-text/htmlmin/htmlmin-0.1.13.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/app-text/htmlmin/Manifest b/app-text/htmlmin/Manifest
index 7776b73b67a8..d8ba5b2ec493 100644
--- a/app-text/htmlmin/Manifest
+++ b/app-text/htmlmin/Manifest
@@ -1 +1,2 @@
 DIST htmlmin-0.1.12.gh.tar.gz 134130 BLAKE2B 
5a9996bfea469f273c37bd0bd72c0e27b8636cb4552681de1b7e9a4849ab215815f7fc8ce430392b8ca3a849b3e51d8188ca248a8ce23242905799258ceeae29
 SHA512 
6d9db4b6bcdd6d223be8b4e3830da4d63ac6d7d28ee83abd97809b0b901968c994c8434c992fbdd148101ba25d8d786c93657cb5f82881af44dadbba40bf3252
+DIST htmlmin-0.1.13.gh.tar.gz 134136 BLAKE2B 
a8ee4fc7ce8dba5225f912550a6d6d397e9152d742acc931d7a62855bc064d8546f24f3f779261174160a46d28da3e2a057ae0cf4f2d812dcec9f12552e95857
 SHA512 
f4b066bcd874ec8dbc65ba2b92bd33c4122376d124d93eb46e2c7aae960bc7d8860faa3247775aea9e7cbea81b5f58a435112ee328eb4e6fef3285173352c73f

diff --git a/app-text/htmlmin/htmlmin-0.1.13.ebuild 
b/app-text/htmlmin/htmlmin-0.1.13.ebuild
new file mode 100644
index 000000000000..600725d5de7d
--- /dev/null
+++ b/app-text/htmlmin/htmlmin-0.1.13.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A configurable HTML Minifier with safety features (htmlmin2 fork)"
+HOMEPAGE="
+       https://github.com/wilhelmer/htmlmin/
+       https://pypi.org/project/htmlmin2/
+"
+SRC_URI="
+       https://github.com/wilhelmer/htmlmin/archive/v${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+
+distutils_enable_tests unittest

Reply via email to