From 49450eee70d70716ec07ccfe50e276d20cc45ec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 25 Sep 2020 23:26:49 +0700 Subject: [PATCH] python-faulthandler: drop package --- srcpkgs/python-faulthandler/template | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 srcpkgs/python-faulthandler/template diff --git a/srcpkgs/python-faulthandler/template b/srcpkgs/python-faulthandler/template deleted file mode 100644 index 8dad3ac83ac..00000000000 --- a/srcpkgs/python-faulthandler/template +++ /dev/null @@ -1,18 +0,0 @@ -# Template file for 'python-faulthandler' -pkgname=python-faulthandler -version=3.1 -revision=1 -wrksrc="faulthandler-${version}" -build_style=python2-module -hostmakedepends="python-setuptools" -makedepends="python-devel" -short_desc="Backport of the faulthandler module from Python 3.3+" -maintainer="raphaelnepomuceno " -license="BSD-2-Clause" -homepage="https://faulthandler.readthedocs.io/" -distfiles="${PYPI_SITE}/f/faulthandler/faulthandler-${version}.tar.gz" -checksum=83301ffab03c86b291677b64b5cec7026f412cbda5ebd27e4cb3338452c40021 - -post_install() { - vlicense COPYING -}