commit:     25f3877e4eca5f67bc46066716b5828781732e29
Author:     Ivan Lloro <ivan.lloro.boada <AT> gmail <DOT> com>
AuthorDate: Sat Dec 20 20:09:49 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Dec 20 20:09:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=25f3877e

dev-python/justhtml: new package, add 0.16.0

Signed-off-by: Ivan Lloro <ivan.lloro.boada <AT> gmail.com>

 dev-python/justhtml/Manifest               |  2 ++
 dev-python/justhtml/justhtml-0.16.0.ebuild | 17 +++++++++++++++++
 dev-python/justhtml/metadata.xml           | 17 +++++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-python/justhtml/Manifest b/dev-python/justhtml/Manifest
new file mode 100644
index 0000000000..aacb7c23e9
--- /dev/null
+++ b/dev-python/justhtml/Manifest
@@ -0,0 +1,2 @@
+DIST justhtml-0.16.0.tar.gz 166791 BLAKE2B 
bf00c307d4c4cd427e861dca478dc7b5cb2494cca99a9b4aaf51e5b91cda095d220425abab13317dfb0701c04e19a95108172db9f44ac65a6c4b3fc4d07d21d5
 SHA512 
09c929214cd11fcb4a19dab792ed3170970f57c6ae2858dca078c0b8b43a83f9278b8506d9a9181447a5d6eed434a7f00c3200d23b2097cdd81c02ec2f703869
+EBUILD justhtml-0.16.0.ebuild 465 BLAKE2B 
5a0e041fe074021e9256ea4bac3e3c64c888dcd7e50162cf0c77abbaf7da3fbcfb6aaaaf7d5ef9d70aaa80858f3c02df72c931713406a59c7f95803636264737
 SHA512 
438b726e07bcaf36449e5c2807859be53be892bc47f0578ef161d6d1eef65b4629a6ac46009a228ca68b58c1e59f8921546f2838ef3422c3bc3909041090c521

diff --git a/dev-python/justhtml/justhtml-0.16.0.ebuild 
b/dev-python/justhtml/justhtml-0.16.0.ebuild
new file mode 100644
index 0000000000..0bee73cb8b
--- /dev/null
+++ b/dev-python/justhtml/justhtml-0.16.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=standalone
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="A pure Python HTML5 parser that just works."
+HOMEPAGE="https://github.com/EmilStenstrom/justhtml";
+SRC_URI="https://github.com/EmilStenstrom/justhtml/archive/refs/tags/v${PV}.tar.gz
 -> justhtml-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"

diff --git a/dev-python/justhtml/metadata.xml b/dev-python/justhtml/metadata.xml
new file mode 100644
index 0000000000..1bf77758ff
--- /dev/null
+++ b/dev-python/justhtml/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Ivan Lloro</name>
+       </maintainer>
+       <stabilize-allarches/>
+       <upstream>
+               <maintainer>
+                       <email>[email protected]</email>
+                       <name>Emil Stenström</name>
+               </maintainer>
+               <remote-id type="github">EmilStenstrom/justhtml</remote-id>
+               <remote-id type="pypi">justhtml</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to