aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-06-04 11:38:17 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-06-04 14:07:21 +0000
commitb0949416a47bb75aa6abfbe27df5219b079d0562 (patch)
tree8033baaf0b7b6d434804d44962742e2351dde3c6
parent7de1824a4c87d4bc784f18f0dd977a556e8aa641 (diff)
downloadalpine_aports-b0949416a47bb75aa6abfbe27df5219b079d0562.tar.bz2
alpine_aports-b0949416a47bb75aa6abfbe27df5219b079d0562.tar.xz
alpine_aports-b0949416a47bb75aa6abfbe27df5219b079d0562.zip
testing/py3-mypy: upgrade to 0.780
-rw-r--r--testing/py3-mypy/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-mypy/APKBUILD b/testing/py3-mypy/APKBUILD
index 85dc694876..3a8f481000 100644
--- a/testing/py3-mypy/APKBUILD
+++ b/testing/py3-mypy/APKBUILD
@@ -1,7 +1,7 @@
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-mypy 3pkgname=py3-mypy
4pkgver=0.770 4pkgver=0.780
5pkgrel=0 5pkgrel=0
6pkgdesc="Optional static typing for Python (PEP484)" 6pkgdesc="Optional static typing for Python (PEP484)"
7url="https://www.mypy-lang.org/" 7url="https://www.mypy-lang.org/"
@@ -18,11 +18,11 @@ build() {
18} 18}
19 19
20check() { 20check() {
21 tox 21 tox --sitepackages
22} 22}
23 23
24package() { 24package() {
25 python3 setup.py install --prefix=/usr --root="$pkgdir" 25 python3 setup.py install --prefix=/usr --root="$pkgdir"
26} 26}
27 27
28sha512sums="0137a2a68f89a05b27afd3e579f54bf7607494ffe6870aec7711c16f4d8737fffea5b2eb617ca6077906dcfdea557cc1407442f5da811974098b3fb934e59bd7 mypy-0.770.tar.gz" 28sha512sums="ee86c56bd9ae0c719c046f90ecf4950cd1f3696d473e3f49385ea107925cb90a874992f0c0f2c10f4ad81b3cbc387d98058dc2b7412c2f949f6621de65258a5f mypy-0.780.tar.gz"