void-packages/srcpkgs/python3-hyperlink/template

19 lines
577 B
Bash

# Template file for 'python3-hyperlink'
pkgname=python3-hyperlink
version=21.0.0
revision=4
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-idna"
checkdepends="python3-pytest ${depends}"
short_desc="Pure-Python implementation of immutable URLs (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/python-hyper/hyperlink"
distfiles="${PYPI_SITE}/h/hyperlink/hyperlink-${version}.tar.gz"
checksum=427af957daa58bc909471c6c40f74c5450fa123dd093fc53efd2e91d2705a56b
post_install() {
vlicense LICENSE
}