New package: python3-boolean.py-3.8
This commit is contained in:
parent
a4dc2c7d32
commit
28dc127679
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-boolean.py/template
Normal file
19
srcpkgs/python3-boolean.py/template
Normal file
|
@ -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 <python.bogdan@gmail.com>"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue