void-packages/srcpkgs/python-hyperlink/template

33 lines
835 B
Bash
Raw Normal View History

2017-07-05 10:47:27 +00:00
# Template file for 'python-hyperlink'
pkgname=python-hyperlink
version=17.2.1
revision=1
noarch=yes
wrksrc="hyperlink-${version}"
build_style=python-module
pycompile_module="hyperlink"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
short_desc="Pure-Python implementation of immutable URLs (Python2)"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/python-hyper/hyperlink"
license="MIT"
distfiles="https://github.com/python-hyper/hyperlink/archive/v${version}.tar.gz"
checksum=710b5b8156a0d8d8dcb4c905aacb63f048ea49acfdd36196afaa0d4e1415092c
post_install() {
vlicense LICENSE
}
python3-hyperlink_package() {
noarch=yes
depends="python3"
pycompile_module="hyperlink"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}