python3-distlib: update to 0.3.2.
This commit is contained in:
parent
d0c89ec4c1
commit
9ef27fd0a3
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-distlib'
|
# Template file for 'python3-distlib'
|
||||||
pkgname=python3-distlib
|
pkgname=python3-distlib
|
||||||
version=0.3.1
|
version=0.3.2
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="distlib-${version}"
|
wrksrc="distlib-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -10,8 +10,9 @@ short_desc="Low-level components of distutils2/packaging, with higher-level APIs
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
license="Python-2.0"
|
license="Python-2.0"
|
||||||
homepage="https://bitbucket.org/pypa/distlib"
|
homepage="https://bitbucket.org/pypa/distlib"
|
||||||
|
changelog="https://bitbucket.org/pypa/distlib/raw/master/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/d/distlib/distlib-${version}.zip"
|
distfiles="${PYPI_SITE}/d/distlib/distlib-${version}.zip"
|
||||||
checksum=edf6116872c863e1aa9d5bb7cb5e05a022c519a4594dc703843343a9ddd9bff1
|
checksum=106fef6dc37dd8c0e2c0a60d3fca3e77460a48907f335fa28420463a6f799736
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
vsed -i -e "/self.assertFalse(self.fileop.is_writable/s/False/True/" tests/test_util.py
|
vsed -i -e "/self.assertFalse(self.fileop.is_writable/s/False/True/" tests/test_util.py
|
||||||
|
|
Loading…
Reference in New Issue