* update python-pytest-mypy to 0.10.3-7
This commit is contained in:
parent
7995b01c59
commit
c97dea19ac
23
python/python-pytest-mypy/.SRCINFO
Normal file
23
python/python-pytest-mypy/.SRCINFO
Normal 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
|
4
python/python-pytest-mypy/.nvchecker.toml
Normal file
4
python/python-pytest-mypy/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[python-pytest-mypy]
|
||||||
|
source = "git"
|
||||||
|
git = "https://github.com/dbader/pytest-mypy.git"
|
||||||
|
prefix = "v"
|
@ -4,7 +4,7 @@
|
|||||||
pkgname=python-pytest-mypy
|
pkgname=python-pytest-mypy
|
||||||
pkgver=0.10.3
|
pkgver=0.10.3
|
||||||
_commit=62c03db621543896ff6166dddd9e9e4f7c78ad7a
|
_commit=62c03db621543896ff6166dddd9e9e4f7c78ad7a
|
||||||
pkgrel=6
|
pkgrel=7
|
||||||
pkgdesc='Mypy static type checker plugin for Pytest'
|
pkgdesc='Mypy static type checker plugin for Pytest'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user