From 1b2d66bdc675ce23045cba44ce877f3830ef8ca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 28 Sep 2020 23:15:25 +0700 Subject: [PATCH] python-urlnorm: drop package --- srcpkgs/python-urlnorm/template | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 srcpkgs/python-urlnorm/template diff --git a/srcpkgs/python-urlnorm/template b/srcpkgs/python-urlnorm/template deleted file mode 100644 index 46723e0f869..00000000000 --- a/srcpkgs/python-urlnorm/template +++ /dev/null @@ -1,20 +0,0 @@ -# Template file for 'python-urlnorm' -pkgname=python-urlnorm -version=1.1.4 -revision=3 -wrksrc="urlnorm-${version}" -build_style=python2-module -pycompile_module="urlnorm" -hostmakedepends="python-setuptools" -depends="python" -short_desc="Python2 module for normalizing URLs" -maintainer="Orphaned " -license="MIT" -homepage="https://github.com/jehiah/urlnorm" -distfiles="${PYPI_SITE}/u/urlnorm/urlnorm-${version}.tar.gz" -checksum=3cde99b7ec8edb6768dfecbed5d97e9bd0c784b0593ee28a3f83b20419dcd75e - -post_install() { - sed -n '/^__license__/,/^"""/{/"""$/d;p}' urlnorm.py > LICENSE - vlicense LICENSE -}