* update python-nspektr to 0.5.0-3

This commit is contained in:
Alexander Baldeck 2024-12-05 07:18:55 +01:00
parent c1021f258d
commit c00f91c9c9
3 changed files with 27 additions and 1 deletions

View File

@ -0,0 +1,22 @@
pkgbase = python-nspektr
pkgdesc = A distribution package dependency inspector
pkgver = 0.5.0
pkgrel = 3
url = https://github.com/jaraco/nspektr
arch = any
license = MIT
checkdepends = python-pytest-enabler
checkdepends = python-pytest-mypy
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools-scm
depends = python-jaraco.context
depends = python-jaraco.functools
depends = python-more-itertools
depends = python-packaging
source = git+https://github.com/jaraco/nspektr.git#commit=82b973da8e4fb9e8095347ea86ef17adbd7d9159
sha256sums = SKIP
pkgname = python-nspektr

View File

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

View File

@ -5,7 +5,7 @@
pkgname=python-nspektr
pkgver=0.5.0
_commit=82b973da8e4fb9e8095347ea86ef17adbd7d9159
pkgrel=2
pkgrel=3
pkgdesc="A distribution package dependency inspector"
arch=(any)
url="https://github.com/jaraco/nspektr"