Skip to content
Snippets Groups Projects
Verified Commit c99f5cb2 authored by Patrycja Rosa's avatar Patrycja Rosa :cat:
Browse files

community/py3-mypy: upgrade to 1.9.0

parent 0aa179c4
No related branches found
No related tags found
No related merge requests found
# Contributor: Justin Berthault <justin.berthault@zaclys.net> # Contributor: Justin Berthault <justin.berthault@zaclys.net>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me> # Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=py3-mypy pkgname=py3-mypy
pkgver=1.8.0 pkgver=1.9.0
pkgrel=0 pkgrel=0
pkgdesc="Optional static typing for Python (PEP484)" pkgdesc="Optional static typing for Python (PEP484)"
url="https://mypy-lang.org/" url="https://mypy-lang.org/"
...@@ -14,7 +14,7 @@ depends=" ...@@ -14,7 +14,7 @@ depends="
makedepends="python3-dev py3-gpep517 py3-setuptools py3-wheel" makedepends="python3-dev py3-gpep517 py3-setuptools py3-wheel"
checkdepends="py3-pytest py3-pytest-xdist py3-lxml py3-typed-ast py3-virtualenv" checkdepends="py3-pytest py3-pytest-xdist py3-lxml py3-typed-ast py3-virtualenv"
subpackages="$pkgname-pyc" subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/python/mypy/archive/refs/tags/v$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/python/mypy/archive/refs/tags/$pkgver.tar.gz"
builddir="$srcdir/mypy-$pkgver" builddir="$srcdir/mypy-$pkgver"
options="!check" # they take forever options="!check" # they take forever
...@@ -36,5 +36,5 @@ package() { ...@@ -36,5 +36,5 @@ package() {
} }
sha512sums=" sha512sums="
231237ea44ccf619ac3d3f7f3cb42658bc9802d7a34f61101a9ac79f0fa67d8f566950e14dae3465c9620cdf67dc80cb65a3e2a6724ff944bfa911754caf592b py3-mypy-1.8.0.tar.gz aaa975b97e72f00a384a38fee190e39c6469b062a7083c76bb94bb7058ed38f713f65b96bb36a871a430633cab424a0f11e995868f867e2f7a13c4754ed96c89 py3-mypy-1.9.0.tar.gz
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment