* update python-pytest-dependency to 0.6.0-3

This commit is contained in:
Alexander Baldeck 2024-12-05 13:51:48 +01:00
parent 094ef156f9
commit e3b4e1207c
3 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-pytest-dependency
pkgdesc = Manage dependencies of tests
pkgver = 0.6.0
pkgrel = 2
pkgrel = 3
url = https://github.com/RKrahl/pytest-dependency
arch = any
license = Apache

View File

@ -0,0 +1,3 @@
[python-pytest-dependency]
source = "pypi"
pypi = "pytest-dependency"

View File

@ -4,7 +4,7 @@
_pkg=pytest-dependency
pkgname=python-${_pkg}
pkgver=0.6.0
pkgrel=2
pkgrel=3
pkgdesc="Manage dependencies of tests"
arch=(any)
url="https://github.com/RKrahl/pytest-dependency"