speedtest-cli: remove unused pycompile_module

This commit is contained in:
maxice8 2018-03-25 01:49:20 -03:00 committed by Enno Boland
parent 6e1bea9125
commit 20aeb7695c

View File

@ -1,10 +1,9 @@
# Template file for 'speedtest-cli'
pkgname=speedtest-cli
version=2.0.0
revision=1
noarch=yes
revision=2
build_style=python3-module
pycompile_module="speedtest.py speedtest_cli.py"
pycompile_module="speedtest.py"
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
short_desc="Command line bandwidth test using speedtest.net"
@ -13,3 +12,4 @@ license="Apache-2.0"
homepage="https://github.com/sivel/speedtest-cli"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=732daf109a3399c794b293723199d740b0accddef86007a0f85f577bd4ba6c9a
noarch=yes