void-packages/srcpkgs/python3-backcall/template

19 lines
564 B
Bash
Raw Normal View History

2020-09-20 16:13:00 +00:00
# Template file for 'python3-backcall'
pkgname=python3-backcall
2020-09-20 16:16:43 +00:00
version=0.2.0
revision=4
2020-09-20 16:13:00 +00:00
wrksrc="backcall-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Python3 module to write backwards compatible callback APIs"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/takluyver/backcall"
distfiles="${PYPI_SITE}/b/backcall/backcall-${version}.tar.gz"
2020-09-20 16:16:43 +00:00
checksum=5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e
post_install() {
vlicense LICENSE
}