fio: switch to python3

This commit is contained in:
Piraty 2020-08-03 07:44:15 +02:00
parent 77489bed54
commit 0cbae555d8

View file

@ -1,20 +1,20 @@
# Template file for 'fio'
pkgname=fio
version=3.21
revision=1
revision=2
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=configure
make_build_args="T_TEST_PROGS="
make_install_args="mandir=/usr/share/man"
makedepends="zlib-devel libaio-devel"
depends="python"
depends="python3"
short_desc="Flexible I/O tester"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-only"
homepage="https://github.com/axboe/fio"
distfiles="https://github.com/axboe/${pkgname}/archive/${pkgname}-${version}.tar.gz"
checksum=22262808730f38ddd515d9f2f43b08ec31ad89f3e8c84645e8ce46b1b01f345d
python_version=2 #unverified
python_version=3
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*|ppc64*) makedepends+=" libnuma-devel"