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 +}