diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template new file mode 100644 index 00000000000..3a485bf911f --- /dev/null +++ b/srcpkgs/python-hyperlink/template @@ -0,0 +1,32 @@ +# 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 " +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 + } +} + diff --git a/srcpkgs/python3-hyperlink b/srcpkgs/python3-hyperlink new file mode 120000 index 00000000000..bd21bced19d --- /dev/null +++ b/srcpkgs/python3-hyperlink @@ -0,0 +1 @@ +python-hyperlink \ No newline at end of file