vp-build/srcpkgs/python3-backcall/template

19 lines
564 B
Bash

# Template file for 'python3-backcall'
pkgname=python3-backcall
version=0.2.0
revision=5
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"
checksum=5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e
post_install() {
vlicense LICENSE
}