diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template deleted file mode 100644 index 933b23f91da..00000000000 --- a/srcpkgs/python-hyperlink/template +++ /dev/null @@ -1,18 +0,0 @@ -# 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 " -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 -}