mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-typed-ast: update to 1.5.4.
This commit is contained in:
parent
e7ffa55e91
commit
de8fa883ae
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-typed-ast'
|
# Template file for 'python3-typed-ast'
|
||||||
pkgname=python3-typed-ast
|
pkgname=python3-typed-ast
|
||||||
version=1.4.3
|
version=1.5.4
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="typed_ast-${version}"
|
wrksrc="typed_ast-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="whoami <whoami@systemli.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/python/typed_ast"
|
homepage="https://github.com/python/typed_ast"
|
||||||
distfiles="https://github.com/python/typed_ast/archive/${version}.tar.gz"
|
distfiles="https://github.com/python/typed_ast/archive/${version}.tar.gz"
|
||||||
checksum=c393d5576856f50189e741c38850e529f38aeb77fd7b40d2d9b1f4340e802faa
|
checksum=1b2db37247c74594660aa9ad40014394fd765ed7fba90256f472329c06e742ab
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
PYTHONPATH="$(cd build/lib* && pwd)" pytest
|
PYTHONPATH="$(cd build/lib* && pwd)" pytest
|
||||||
|
|
Loading…
Add table
Reference in a new issue