From 8c04ff11b02449609fc1b635f7a5c9ead5ef6205 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:17:53 +0700 Subject: [PATCH] python-jaraco.functools: drop package --- srcpkgs/python-jaraco.functools/template | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 srcpkgs/python-jaraco.functools/template diff --git a/srcpkgs/python-jaraco.functools/template b/srcpkgs/python-jaraco.functools/template deleted file mode 100644 index 55c82a8101a..00000000000 --- a/srcpkgs/python-jaraco.functools/template +++ /dev/null @@ -1,20 +0,0 @@ -# Template file for 'python-jaraco.functools' -pkgname=python-jaraco.functools -version=2.0 -revision=3 -archs=noarch -wrksrc="jaraco.functools-${version}" -build_style=python2-module -hostmakedepends="python-setuptools" -depends="python-more-itertools python-backports.functools_lru_cache" -short_desc="Functools like those found in stdlib (Python2)" -maintainer="Aluísio Augusto Silva Gonçalves " -license="MIT" -homepage="https://github.com/jaraco/jaraco.functools" -changelog="https://raw.githubusercontent.com/jaraco/jaraco.functools/${version}/CHANGES.rst" -distfiles="${PYPI_SITE}/j/jaraco.functools/jaraco.functools-${version}.tar.gz" -checksum=35ba944f52b1a7beee8843a5aa6752d1d5b79893eeb7770ea98be6b637bf9345 - -post_install() { - vlicense LICENSE -}