From 3c6a15a2941c3ecd0efffae35cdea0fe520e6100 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sat, 12 Oct 2019 22:25:48 +0300 Subject: [PATCH] python3-perf: update to 1.6.1. --- srcpkgs/python3-perf/template | 21 --------------------- srcpkgs/python3-pyperf/template | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 srcpkgs/python3-perf/template create mode 100644 srcpkgs/python3-pyperf/template diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template deleted file mode 100644 index 4f3a09237eb..00000000000 --- a/srcpkgs/python3-perf/template +++ /dev/null @@ -1,21 +0,0 @@ -# Template file for 'python3-perf' -pkgname=python3-perf -version=1.6.0 -revision=1 -archs=noarch -wrksrc="perf-${version}" -build_style=python3-module -pycompile_module="perf" -hostmakedepends="python3-setuptools" -depends="python3-setuptools python3-six" -short_desc="Toolkit to run Python benchmarks" -maintainer="Orphaned " -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 - -post_install() { - vlicense COPYING -} diff --git a/srcpkgs/python3-pyperf/template b/srcpkgs/python3-pyperf/template new file mode 100644 index 00000000000..ef82ac39f4e --- /dev/null +++ b/srcpkgs/python3-pyperf/template @@ -0,0 +1,21 @@ +# Template file for 'python3-pyperf' +pkgname=python3-pyperf +version=1.6.1 +revision=1 +archs=noarch +wrksrc="pyperf-${version}" +build_style=python3-module +pycompile_module="pyperf" +hostmakedepends="python3-setuptools" +depends="python3-setuptools python3-six" +short_desc="Toolkit to run Python benchmarks" +maintainer="Orphaned " +license="MIT" +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 +}