From b14cdcd8ac59001aea4df0e2c22f2df9631e8133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 20 Sep 2020 22:35:10 +0700 Subject: [PATCH] python-futures: drop package --- srcpkgs/python-futures/template | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 srcpkgs/python-futures/template diff --git a/srcpkgs/python-futures/template b/srcpkgs/python-futures/template deleted file mode 100644 index 12d1f4ae71f..00000000000 --- a/srcpkgs/python-futures/template +++ /dev/null @@ -1,20 +0,0 @@ -# Template file for 'python-futures' -pkgname=python-futures -version=3.2.0 -revision=1 -archs=noarch -wrksrc="futures-${version}" -build_style=python2-module -pycompile_module="concurrent" -hostmakedepends="python-setuptools" -depends="python" -short_desc="Backport of the concurrent.futures package from Python 3.2" -maintainer="Orphaned " -license="PSF" -homepage="https://github.com/agronholm/pythonfutures" -distfiles="${PYPI_SITE}/f/futures/futures-${version}.tar.gz" -checksum=9ec02aa7d674acb8618afb127e27fde7fc68994c0437ad759fa094a574adb265 - -post_install() { - vlicense LICENSE -}