python-hyperlink: update to 18.0.0

This commit is contained in:
Alessio Sergi 2018-03-07 18:18:18 +01:00
parent e05fee5171
commit 5e2de1c143

View file

@ -1,19 +1,19 @@
# Template file for 'python-hyperlink'
pkgname=python-hyperlink
version=17.3.1
revision=2
version=18.0.0
revision=1
noarch=yes
wrksrc="hyperlink-${version}"
build_style=python-module
pycompile_module="hyperlink"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
depends="python-idna"
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="${PYPI_SITE}/h/hyperlink/hyperlink-${version}.tar.gz"
checksum=bc4ffdbde9bdad204d507bd8f554f16bba82dd356f6130cb16f41422909c33bc
checksum=f01b4ff744f14bc5d0a22a6b9f1525ab7d6312cb0ff967f59414bbac52f0a306
post_install() {
vlicense LICENSE
@ -21,7 +21,7 @@ post_install() {
python3-hyperlink_package() {
noarch=yes
depends="python3"
depends="python3-idna"
pycompile_module="hyperlink"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {