dev-python/html_sanitizer: add html_sanitizer
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
1b97a983d3
commit
7bd6523a89
1
dev-python/html_sanitizer/Manifest
Normal file
1
dev-python/html_sanitizer/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST html_sanitizer-1.9.1.tar.gz 14449 BLAKE2B 34b47cd492b86aebd67279916ad1be7088facdb93ee829337eff0d0a6e6ffdfd53148693bf748bb4014328d1bf43f41cc907b2e61340721759e733032ac93d1b SHA512 f9a76733f87dc7642a63314202855d3e8639764f64ed29f8816f325faf67062c929e1edfc435b7d1071feb2ed00f31ca9c3e015c55650d95c42226a66ab1e6dd
|
22
dev-python/html_sanitizer/html_sanitizer-1.9.1.ebuild
Normal file
22
dev-python/html_sanitizer/html_sanitizer-1.9.1.ebuild
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# Copyright 2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_{6,7,8,9} )
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="Allowlist-based HTML cleaner"
|
||||||
|
HOMEPAGE="https://github.com/matthiask/html-sanitizer/ https://pypi.org/project/html-sanitizer/"
|
||||||
|
SRC_URI="https://github.com/matthiask/html-sanitizer/archive/"${PV}".tar.gz -> "${PN}"-"${PV}".tar.gz"
|
||||||
|
|
||||||
|
LICENSE="BSD-2"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
>=dev-python/lxml-3.6.1
|
||||||
|
dev-python/beautifulsoup:4
|
||||||
|
"
|
||||||
|
|
||||||
|
S=""${WORKDIR}"/html-sanitizer-"${PV}""
|
8
dev-python/html_sanitizer/metadata.xml
Normal file
8
dev-python/html_sanitizer/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email> parona@protonmail.com </email>
|
||||||
|
<name> Alfred Wingate </name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user