python3-perf: update to 1.6.0.
This commit is contained in:
parent
79b9756014
commit
1c6925cac0
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-perf'
|
# Template file for 'python3-perf'
|
||||||
pkgname=python3-perf
|
pkgname=python3-perf
|
||||||
version=1.5.1
|
version=1.6.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="perf-${version}"
|
wrksrc="perf-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -11,10 +11,10 @@ depends="python3-setuptools python3-six"
|
||||||
short_desc="Toolkit to run Python benchmarks"
|
short_desc="Toolkit to run Python benchmarks"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
#changelog="https://raw.githubusercontent.com/vstinner/perf/master/doc/changelog.rst"
|
|
||||||
homepage="https://github.com/vstinner/perf"
|
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"
|
distfiles="https://github.com/vstinner/perf/archive/${version}.tar.gz"
|
||||||
checksum=0b20382c819114bcbb7b6ff27b1259d44a4b68e5b791324ef9a12e0afaa2e294
|
checksum=c1f6f0262be85e7e14daa0875c7d226d6a87b2cf9eebbfb91f6e7c34ef223df0
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue