diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template index 2cf6366a9c..cac57806f0 100644 --- a/srcpkgs/python-hyperlink/template +++ b/srcpkgs/python-hyperlink/template @@ -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 " 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() {