From b4c0457fe24694d46f9121576b82d43dc6696a82 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:08:03 -0400 Subject: [PATCH] python3-distlib: update to 0.3.6. --- srcpkgs/python3-distlib/template | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template index 1ffc5f24dc5..b4976b7a07e 100644 --- a/srcpkgs/python3-distlib/template +++ b/srcpkgs/python3-distlib/template @@ -1,18 +1,19 @@ # Template file for 'python3-distlib' pkgname=python3-distlib -version=0.3.4 +version=0.3.6 revision=1 wrksrc="distlib-${version}" -build_style=python3-module -hostmakedepends="python3-setuptools" +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" depends="python3" +checkdepends="python3-pytest-xdist" short_desc="Low-level components of distutils2/packaging, with higher-level APIs" maintainer="Piotr Wójcik " license="Python-2.0" -homepage="https://bitbucket.org/pypa/distlib" -changelog="https://bitbucket.org/pypa/distlib/raw/master/CHANGES.rst" -distfiles="${PYPI_SITE}/d/distlib/distlib-${version}.zip" -checksum=e4b58818180336dc9c529bfb9a0b58728ffc09ad92027a3f30b7cd91e3458579 +homepage="https://distlib.readthedocs.io/" +changelog="https://raw.githubusercontent.com/pypa/distlib/master/CHANGES.rst" +distfiles="${PYPI_SITE}/d/distlib/distlib-${version}.tar.gz" +checksum=14bad2d9b04d3a36127ac97f30b12a19268f211063d8f8ee4f47108896e11b46 pre_check() { vsed -i -e "/self.assertFalse(self.fileop.is_writable/s/False/True/" tests/test_util.py