python3-backcall: update to 0.2.0.
This commit is contained in:
parent
c90c6d7b1f
commit
01d5ba16a6
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-backcall'
|
# Template file for 'python3-backcall'
|
||||||
pkgname=python3-backcall
|
pkgname=python3-backcall
|
||||||
version=0.1.0
|
version=0.2.0
|
||||||
revision=3
|
revision=3
|
||||||
wrksrc="backcall-${version}"
|
wrksrc="backcall-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -11,4 +11,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/takluyver/backcall"
|
homepage="https://github.com/takluyver/backcall"
|
||||||
distfiles="${PYPI_SITE}/b/backcall/backcall-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/b/backcall/backcall-${version}.tar.gz"
|
||||||
checksum=38ecd85be2c1e78f77fd91700c76e14667dc21e2713b63876c0eb901196e01e4
|
checksum=5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue