From b139a12677f1d6ba548c651f272fe1215ba0acf4 Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Fri, 20 Dec 2019 18:55:18 +0100 Subject: [PATCH] New package: python3-jaraco.collections-3.0.0 --- srcpkgs/python3-jaraco.collections/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/python3-jaraco.collections/template diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template new file mode 100644 index 00000000000..64f78eb4300 --- /dev/null +++ b/srcpkgs/python3-jaraco.collections/template @@ -0,0 +1,21 @@ +# Template file for 'python3-jaraco.collections' +pkgname=python3-jaraco.collections +version=3.0.0 +revision=1 +archs=noarch +wrksrc="jaraco.collections-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-jaraco.classes python3-jaraco.text python3-six" +short_desc="Collection of objects similar to stdlib by jaraco (Python3)" +maintainer="bra1nwave " +license="MIT" +homepage="https://github.com/jaraco/jaraco.collections" +changelog="https://raw.githubusercontent.com/jaraco/jaraco.collections/master/CHANGES.rst" +distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco.collections-${version}.tar.gz" +checksum=be570ef4f2e7290b757449395238fa63d70a9255574624e73c5ff9f1ee554721 + +post_install() { + rm -r ${DESTDIR}/${py3_sitelib}/jaraco/__init__.py + vlicense LICENSE +}