mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
dev-python/justhtml: new package, add 0.16.0
Signed-off-by: Ivan Lloro <ivan.lloro.boada@gmail.com>
This commit is contained in:
2
dev-python/justhtml/Manifest
Normal file
2
dev-python/justhtml/Manifest
Normal file
@@ -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
|
||||
17
dev-python/justhtml/justhtml-0.16.0.ebuild
Normal file
17
dev-python/justhtml/justhtml-0.16.0.ebuild
Normal file
@@ -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"
|
||||
17
dev-python/justhtml/metadata.xml
Normal file
17
dev-python/justhtml/metadata.xml
Normal file
@@ -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>ivan.lloro.boada@gmail.com</email>
|
||||
<name>Ivan Lloro</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<maintainer>
|
||||
<email>emil@emilstenstrom.se</email>
|
||||
<name>Emil Stenström</name>
|
||||
</maintainer>
|
||||
<remote-id type="github">EmilStenstrom/justhtml</remote-id>
|
||||
<remote-id type="pypi">justhtml</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user