python3-terminaltables: add missing python3 dependency
This commit is contained in:
parent
d5ef902a4e
commit
18457232f9
|
@ -1,22 +1,18 @@
|
||||||
# Template file for 'python3-terminaltables'
|
# Template file for 'python3-terminaltables'
|
||||||
pkgname=python3-terminaltables
|
pkgname=python3-terminaltables
|
||||||
version=3.1.0
|
version=3.1.0
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="terminaltables-${version}"
|
wrksrc="terminaltables-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="terminaltables"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
checkdepends="python3-pytest python3-colorama python3-colorclass python3-termcolor"
|
checkdepends="python3-pytest python3-colorama python3-colorclass python3-termcolor"
|
||||||
short_desc="Generate simple tables for terminals"
|
short_desc="Generate simple tables for terminals"
|
||||||
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/Robpol86/terminaltables"
|
homepage="https://github.com/Robpol86/terminaltables"
|
||||||
distfiles="https://github.com/Robpol86/terminaltables/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Robpol86/terminaltables/archive/v${version}.tar.gz"
|
||||||
checksum=@2c97ec30468b515f1b9dce9a1dded25e1017a4038f03bd8c17d49ca6817a859f
|
checksum=c02ecf68e22374ca8226d2af314875489e59d523ebec6a363a554e4716a84723
|
||||||
|
|
||||||
do_check() {
|
|
||||||
python3 -m pytest
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue