From 1db17805cac9d934d92f7535a9832a0a36cd021e Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Fri, 20 Dec 2019 18:54:50 +0100 Subject: [PATCH] New package: python3-jaraco.functools-3.0.0 --- srcpkgs/python3-jaraco.functools/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/python3-jaraco.functools/template diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template new file mode 100644 index 0000000000..6a7c89de0d --- /dev/null +++ b/srcpkgs/python3-jaraco.functools/template @@ -0,0 +1,21 @@ +# Template file for 'python3-jaraco.functools' +pkgname=python3-jaraco.functools +version=3.0.0 +revision=1 +archs=noarch +wrksrc="jaraco.functools-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-more-itertools python3-jaraco" +short_desc="Functools like those found in stdlib (Python3)" +maintainer="bra1nwave " +license="MIT" +homepage="https://github.com/jaraco/jaraco.functools" +changelog="https://raw.githubusercontent.com/jaraco/jaraco.functools/master/CHANGES.rst" +distfiles="${PYPI_SITE}/j/jaraco.functools/jaraco.functools-${version}.tar.gz" +checksum=5cb0eea0f254584241c519641328a4d4ec2001a86c3cd6d17a8fd228493f6d97 + +post_install() { + rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py + vlicense LICENSE +}