void-packages/srcpkgs/python-hyperlink/template

19 lines
556 B
Bash

# Template file for 'python-hyperlink'
pkgname=python-hyperlink
version=21.0.0
revision=3
build_style=python2-module
hostmakedepends="python-setuptools"
depends="python-idna"
short_desc="Pure-Python implementation of immutable URLs (Python2)"
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
make_check=no # python2
post_install() {
vlicense LICENSE
}