speedtest-cli: remove unused pycompile_module
This commit is contained in:
parent
6e1bea9125
commit
20aeb7695c
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'speedtest-cli'
|
# Template file for 'speedtest-cli'
|
||||||
pkgname=speedtest-cli
|
pkgname=speedtest-cli
|
||||||
version=2.0.0
|
version=2.0.0
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="speedtest.py speedtest_cli.py"
|
pycompile_module="speedtest.py"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools"
|
depends="python3-setuptools"
|
||||||
short_desc="Command line bandwidth test using speedtest.net"
|
short_desc="Command line bandwidth test using speedtest.net"
|
||||||
|
@ -13,3 +12,4 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/sivel/speedtest-cli"
|
homepage="https://github.com/sivel/speedtest-cli"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=732daf109a3399c794b293723199d740b0accddef86007a0f85f577bd4ba6c9a
|
checksum=732daf109a3399c794b293723199d740b0accddef86007a0f85f577bd4ba6c9a
|
||||||
|
noarch=yes
|
||||||
|
|
Loading…
Reference in New Issue