21 lines
768 B
Bash
21 lines
768 B
Bash
# Template file for 'python3-webencodings'
|
|
pkgname=python3-webencodings
|
|
version=0.5.1
|
|
revision=9
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Python3 implementation of the WHATWG Encoding standard"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/gsnedders/python-webencodings"
|
|
distfiles="${PYPI_SITE}/w/webencodings/webencodings-${version}.tar.gz
|
|
https://raw.githubusercontent.com/gsnedders/python-webencodings/v$version/LICENSE"
|
|
checksum="b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923
|
|
f23bae6ada76095610a77137fb92aec7342723900211c5826d54b4c57907ca56"
|
|
skip_extraction=LICENSE
|
|
|
|
post_install() {
|
|
vlicense $XBPS_SRCDISTDIR/$pkgname-$version/LICENSE
|
|
}
|