aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-05-21 23:54:14 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-05-22 03:12:43 +0000
commitddc233edd62789a2e290a5d1738e9f2fd1cf6253 (patch)
tree579b8de359a17d0dd38ab34af8dd988028fbd7ca
parent1008fdb7d99b3af70c93b6ffae076fbd19b87db1 (diff)
downloadalpine_aports-ddc233edd62789a2e290a5d1738e9f2fd1cf6253.tar.bz2
alpine_aports-ddc233edd62789a2e290a5d1738e9f2fd1cf6253.tar.xz
alpine_aports-ddc233edd62789a2e290a5d1738e9f2fd1cf6253.zip
testing/py3-asttokens: upgrade to 2.0.4
-rw-r--r--testing/py3-asttokens/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/py3-asttokens/APKBUILD b/testing/py3-asttokens/APKBUILD
index 3f66c66051..cc06d82752 100644
--- a/testing/py3-asttokens/APKBUILD
+++ b/testing/py3-asttokens/APKBUILD
@@ -1,14 +1,15 @@
1# Contributor: Justin Berthault <justin.berthault@zaclys.net> 1# Contributor: Justin Berthault <justin.berthault@zaclys.net>
2# Maintainer: Justin Berthault <justin.berthault@zaclys.net> 2# Maintainer: Justin Berthault <justin.berthault@zaclys.net>
3pkgname=py3-asttokens 3pkgname=py3-asttokens
4pkgver=2.0.3 4pkgver=2.0.4
5pkgrel=0 5pkgrel=0
6pkgdesc="Annotate AST trees with source code positions" 6pkgdesc="Annotate AST trees with source code positions"
7url="https://github.com/gristlabs/asttokens" 7url="https://github.com/gristlabs/asttokens"
8arch="noarch" 8arch="noarch"
9license="Apache-2.0" 9license="Apache-2.0"
10depends="python3 py3-six"
10makedepends="py3-setuptools" 11makedepends="py3-setuptools"
11checkdepends="py3-astroid py3-tox" 12checkdepends="py3-astroid py3-pytest"
12source="https://files.pythonhosted.org/packages/source/a/asttokens/asttokens-$pkgver.tar.gz" 13source="https://files.pythonhosted.org/packages/source/a/asttokens/asttokens-$pkgver.tar.gz"
13builddir="$srcdir/"asttokens-$pkgver 14builddir="$srcdir/"asttokens-$pkgver
14 15
@@ -17,11 +18,11 @@ build() {
17} 18}
18 19
19check() { 20check() {
20 tox 21 env PYTHONPATH="$PWD/build/lib" py.test-3
21} 22}
22 23
23package() { 24package() {
24 python3 setup.py install --prefix=/usr --root="$pkgdir" 25 python3 setup.py install --prefix=/usr --root="$pkgdir"
25} 26}
26 27
27sha512sums="6d962c81925593b00ad9e5842eec56f56ec6cb2541c8265ccff0883f571b39ad81b60df824b0088f8f08c7bd079f2c0f777452a34eb06c8dae6ddd31165dedee asttokens-2.0.3.tar.gz" 28sha512sums="2be6a2ddef35c45ed8b6576a35618b6bc1a4d8c50ab7ac2970d549e7310d46fc8a29fff514d58d6e01c984e04389ca8aee6efed510f349013ab8e2c867c98669 asttokens-2.0.4.tar.gz"