mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
pep8: update to 1.6.2
This commit is contained in:
parent
220de599ad
commit
b7c1154044
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'pep8'
|
# Template file for 'pep8'
|
||||||
pkgname=pep8
|
pkgname=pep8
|
||||||
version=1.6.1
|
version=1.6.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="${hostmakedepends} python"
|
depends="${hostmakedepends}"
|
||||||
pycompile_module="pep8.py"
|
pycompile_module="pep8.py"
|
||||||
short_desc="Python style guide checker"
|
short_desc="Python style guide checker"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/jcrocholl/pep8"
|
homepage="https://github.com/jcrocholl/pep8"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/p/pep8/pep8-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pep8/pep8-${version}.tar.gz"
|
||||||
checksum=573677cb85ff089244b0f99af955f76c2e37456632610b6deda6167139ce155a
|
checksum=b8b7e35630b5539e26a197dfc6005be9e1e9a135496b377723a8ebc01b9bcbff
|
||||||
|
|
Loading…
Add table
Reference in a new issue