python3-perf: update to 1.6.1.
This commit is contained in:
parent
aab86aadd3
commit
7f6d4aa37e
1 changed files with 7 additions and 7 deletions
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'python3-perf'
|
||||
pkgname=python3-perf
|
||||
version=1.6.0
|
||||
version=1.6.1
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="perf-${version}"
|
||||
wrksrc="pyperf-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="perf"
|
||||
pycompile_module="pyperf"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools python3-six"
|
||||
short_desc="Toolkit to run Python benchmarks"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/vstinner/perf"
|
||||
#changelog="https://raw.githubusercontent.com/vstinner/perf/master/doc/changelog.rst"
|
||||
distfiles="https://github.com/vstinner/perf/archive/${version}.tar.gz"
|
||||
checksum=c1f6f0262be85e7e14daa0875c7d226d6a87b2cf9eebbfb91f6e7c34ef223df0
|
||||
homepage="https://pyperf.readthedocs.io"
|
||||
changelog="https://raw.githubusercontent.com/vstinner/pyperf/master/doc/changelog.rst"
|
||||
distfiles="https://github.com/vstinner/pyperf/archive/${version}.tar.gz"
|
||||
checksum=fbe793f6f2e036ab4dcca105b5c5aa34fd331dd881e7a3e158e5e218c63cfc32
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue