python3-typed-ast: update to 1.4.0
This commit is contained in:
parent
85988fac8a
commit
24ebab176d
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'python3-typed-ast'
|
# Template file for 'python3-typed-ast'
|
||||||
pkgname=python3-typed-ast
|
pkgname=python3-typed-ast
|
||||||
version=1.3.4
|
version=1.4.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="typed-ast-${version}"
|
wrksrc="typed_ast-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="typed_ast"
|
pycompile_module="typed_ast"
|
||||||
hostmakedepends="python3-devel python3-setuptools"
|
hostmakedepends="python3-devel python3-setuptools"
|
||||||
|
@ -11,6 +11,6 @@ short_desc="Ast module with type comment support"
|
||||||
maintainer="whoami <whoami@systemli.org>"
|
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="${PYPI_SITE}/t/typed-ast/typed-ast-${version}.tar.gz"
|
distfiles="https://github.com/python/typed_ast/archive/${version}.tar.gz"
|
||||||
checksum=68c362848d9fb71d3c3e5f43c09974a0ae319144634e7a47db62f0f2a54a7fa7
|
checksum=bd02998404953db788e9d09c1030c4f0eb9d87986b08bd30e9fc00a8e30d6dd8
|
||||||
nocross="https://travis-ci.org/void-linux/void-packages/jobs/509366923#L1009"
|
nocross="https://travis-ci.org/void-linux/void-packages/jobs/509366923#L1009"
|
||||||
|
|
Loading…
Reference in New Issue