* update python-mccabe to 0.7.0-8
This commit is contained in:
parent
515b0a752e
commit
baae5c88b7
19
python/python-mccabe/.SRCINFO
Normal file
19
python/python-mccabe/.SRCINFO
Normal 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
|
4
python/python-mccabe/.nvchecker.toml
Normal file
4
python/python-mccabe/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[python-mccabe]
|
||||
source = "github"
|
||||
github = "PyCQA/mccabe"
|
||||
use_max_tag = true
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user