20 lines
673 B
Bash
20 lines
673 B
Bash
# Template file for 'python3-boolean.py'
|
|
pkgname=python3-boolean.py
|
|
version=3.8
|
|
revision=5
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Small library implementing a boolean algebra"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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
|
|
}
|