From 28dc1276794a9a8727fc423aeadcc9dc98ef81a0 Mon Sep 17 00:00:00 2001 From: k4leg Date: Wed, 1 Sep 2021 21:05:04 +0300 Subject: [PATCH] New package: python3-boolean.py-3.8 --- srcpkgs/python3-boolean.py/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-boolean.py/template diff --git a/srcpkgs/python3-boolean.py/template b/srcpkgs/python3-boolean.py/template new file mode 100644 index 00000000000..78e6eba59d1 --- /dev/null +++ b/srcpkgs/python3-boolean.py/template @@ -0,0 +1,19 @@ +# Template file for 'python3-boolean.py' +pkgname=python3-boolean.py +version=3.8 +revision=1 +wrksrc="boolean.py-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="Small library implementing a boolean algebra" +maintainer="k4leg " +license="BSD-2-Clause" +homepage="https://github.com/bastikr/boolean.py" +changelog="https://raw.githubusercontent.com/bastikr/boolean.py/master/CHANGELOG.rst" +distfiles="${PYPI_SITE}/b/boolean.py/boolean.py-${version}.tar.gz" +checksum=cc24e20f985d60cd4a3a5a1c0956dd12611159d32a75081dabd0c9ab981acaa4 + +post_install() { + rm "${DESTDIR}/${py3_sitelib}/boolean/test_boolean.py" + vlicense LICENSE.txt +}