* update python-mccabe to 0.7.0-8

This commit is contained in:
Alexander Baldeck 2024-12-04 07:23:35 +01:00
parent 515b0a752e
commit baae5c88b7
3 changed files with 24 additions and 1 deletions

View File

@ -0,0 +1,19 @@
pkgbase = python-mccabe
pkgdesc = McCabe complexity checker for Python
pkgver = 0.7.0
pkgrel = 8
url = https://github.com/PyCQA/mccabe
arch = any
license = MIT
checkdepends = python-hypothesis
checkdepends = python-hypothesmith
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
source = https://github.com/PyCQA/mccabe/archive/0.7.0/mccabe-0.7.0.tar.gz
sha256sums = f4f7fa5ed8b7f77601fea3e748d6238928323a291fcde0fddbbe6cb2d0cb2da2
pkgname = python-mccabe

View File

@ -0,0 +1,4 @@
[python-mccabe]
source = "github"
github = "PyCQA/mccabe"
use_max_tag = true

View File

@ -6,7 +6,7 @@
_pyname=mccabe
pkgname=python-$_pyname
pkgver=0.7.0
pkgrel=7
pkgrel=8
pkgdesc='McCabe complexity checker for Python'
arch=(any)
url="https://github.com/PyCQA/$_pyname"