summaryrefslogtreecommitdiff
path: root/dev-python/justhtml
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-12-21 07:20:56 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-12-21 07:20:56 +0000
commit5dab125ead063615ecb97859ba60eaf74b7f79bb (patch)
treebac7cdf4497c203259736c0bd726b5b688bd928c /dev-python/justhtml
parent68f28569389793d0fc49ca47cb064dc4320905b2 (diff)
downloadbaldeagleos-repo-5dab125ead063615ecb97859ba60eaf74b7f79bb.tar.gz
baldeagleos-repo-5dab125ead063615ecb97859ba60eaf74b7f79bb.tar.xz
baldeagleos-repo-5dab125ead063615ecb97859ba60eaf74b7f79bb.zip
Adding metadata
Diffstat (limited to 'dev-python/justhtml')
-rw-r--r--dev-python/justhtml/Manifest2
-rw-r--r--dev-python/justhtml/justhtml-0.16.0.ebuild17
-rw-r--r--dev-python/justhtml/metadata.xml16
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-python/justhtml/Manifest b/dev-python/justhtml/Manifest
new file mode 100644
index 000000000000..aacb7c23e9c4
--- /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 000000000000..3960de7b8ed0
--- /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_{10..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 000000000000..8986ba217223
--- /dev/null
+++ b/dev-python/justhtml/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>ivan.lloro.boada@gmail.com</email>
+ <name>Ivan Lloro</name>
+ </maintainer>
+ <upstream>
+ <maintainer>
+ <email>emil@emilstenstrom.se</email>
+ <name>Emil Stenström</name>
+ </maintainer>
+ </upstream>
+ <origin>gentoo-guru-overlay</origin>
+ <stabilize-allarches/>
+</pkgmetadata> \ No newline at end of file