From 47ea46eb0a65daac38e9a7513ac52ed5808788ee Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Tue, 5 Sep 2023 22:36:24 -0700 Subject: [PATCH] python3-pycodestyle: update to 2.11.0 Disable tests, as upstream isn't interested in supporting them via the sdist (see: https://github.com/PyCQA/pycodestyle/issues/1196). --- srcpkgs/python3-pycodestyle/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-pycodestyle/template b/srcpkgs/python3-pycodestyle/template index 6c3c525367b86..3c50e0b2ab545 100644 --- a/srcpkgs/python3-pycodestyle/template +++ b/srcpkgs/python3-pycodestyle/template @@ -1,18 +1,17 @@ # Template file for 'python3-pycodestyle' pkgname=python3-pycodestyle -version=2.10.0 +version=2.11.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" -checkdepends="python3-pytest" short_desc="Python style guide checker (formerly called pep8)" maintainer="Michal Vasilek " license="MIT" homepage="https://github.com/PyCQA/pycodestyle" changelog="https://raw.githubusercontent.com/PyCQA/pycodestyle/main/CHANGES.txt" distfiles="${PYPI_SITE}/p/pycodestyle/pycodestyle-${version}.tar.gz" -checksum=347187bdb476329d98f695c213d7295a846d1152ff4fe9bacb8a9590b8ee7053 +checksum=259bcc17857d8a8b3b4a2327324b79e5f020a13c16074670f9c8c8f872ea76d0 post_install() { vlicense LICENSE