mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
New package: python3-tinyhtml5-2.0.0
This commit is contained in:
parent
741d4875ea
commit
c6f2c8f876
1 changed files with 17 additions and 0 deletions
17
srcpkgs/python3-tinyhtml5/template
Normal file
17
srcpkgs/python3-tinyhtml5/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'python3-tinyhtml5'
|
||||
pkgname=python3-tinyhtml5
|
||||
version=2.0.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-poetry-core python3-flit_core"
|
||||
depends="python3-webencodings"
|
||||
short_desc="HTML parser based on the WHATWG HTML specification"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/CourtBouillon/tinyhtml5"
|
||||
distfiles="${PYPI_SITE}/t/tinyhtml5/tinyhtml5-${version}.tar.gz"
|
||||
checksum=086f998833da24c300c414d9fe81d9b368fd04cb9d2596a008421cbc705fcfcc
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue