mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
python3-mccabe: fix typo in the maintainer field
This commit is contained in:
parent
c401772cce
commit
741aa5a372
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'python3-mccabe'
|
# Template file for 'python3-mccabe'
|
||||||
pkgname=python3-mccabe
|
pkgname=python3-mccabe
|
||||||
version=0.6.1
|
version=0.6.1
|
||||||
revision=6
|
revision=7
|
||||||
wrksrc="mccabe-${version}"
|
wrksrc="mccabe-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="McCabe complexity checker for Python3"
|
short_desc="McCabe complexity checker for Python3"
|
||||||
maintainer="Michal Vasilek <michal@vasilek>"
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/PyCQA/mccabe"
|
homepage="https://github.com/PyCQA/mccabe"
|
||||||
distfiles="${PYPI_SITE}/m/mccabe/mccabe-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/m/mccabe/mccabe-${version}.tar.gz"
|
||||||
|
|
Loading…
Add table
Reference in a new issue