25 lines
828 B
Bash
25 lines
828 B
Bash
# Template file for 'python3-distlib'
|
|
pkgname=python3-distlib
|
|
version=0.3.0
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="distlib-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
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"
|
|
distfiles="${PYPI_SITE}/d/distlib/distlib-${version}.zip"
|
|
checksum=2e166e231a26b36d6dfe35a48c4464346620f8645ed0ace01ee31822b288de21
|
|
|
|
pre_check() {
|
|
vsed -i -e "/self.assertFalse(self.fileop.is_writable/s/False/True/" tests/test_util.py
|
|
vsed -i -e '/def test_sequencer_basic/s/test//' tests/test_util.py
|
|
vsed -i -e '/def test_dependency_finder/s/test//' tests/test_locators.py
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|