void-packages/srcpkgs/python3-perf/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

21 lines
666 B
Bash

# 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 <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
post_install() {
vlicense COPYING
}