* update python-pytest-mypy to 0.10.3-7

This commit is contained in:
Alexander Baldeck 2024-12-05 13:51:50 +01:00
parent 7995b01c59
commit c97dea19ac
3 changed files with 28 additions and 1 deletions

View File

@ -0,0 +1,23 @@
pkgbase = python-pytest-mypy
pkgdesc = Mypy static type checker plugin for Pytest
pkgver = 0.10.3
pkgrel = 7
url = https://github.com/dbader/pytest-mypy
arch = any
license = MIT
checkdepends = python-pytest-xdist
checkdepends = python-pexpect
makedepends = git
makedepends = python-setuptools-scm
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python-attrs
depends = python-filelock
depends = python-pytest
depends = mypy
source = git+https://github.com/dbader/pytest-mypy.git#commit=62c03db621543896ff6166dddd9e9e4f7c78ad7a
sha512sums = SKIP
pkgname = python-pytest-mypy

View File

@ -0,0 +1,4 @@
[python-pytest-mypy]
source = "git"
git = "https://github.com/dbader/pytest-mypy.git"
prefix = "v"

View File

@ -4,7 +4,7 @@
pkgname=python-pytest-mypy
pkgver=0.10.3
_commit=62c03db621543896ff6166dddd9e9e4f7c78ad7a
pkgrel=6
pkgrel=7
pkgdesc='Mypy static type checker plugin for Pytest'
arch=(any)
license=('MIT')