python3-distlib: update to 0.3.6.
This commit is contained in:
parent
87d7f195a3
commit
b4c0457fe2
1 changed files with 8 additions and 7 deletions
|
@ -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 <chocimier@tlen.pl>"
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue