python3-dill: update to 0.3.6.
This commit is contained in:
parent
7bca981865
commit
0f8a724fa6
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-dill'
|
||||
pkgname=python3-dill
|
||||
version=0.3.5.1
|
||||
revision=2
|
||||
version=0.3.6
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
|
@ -10,12 +10,14 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://dill.rtfd.io/"
|
||||
distfiles="${PYPI_SITE}/d/dill/dill-${version}.tar.gz"
|
||||
checksum=d75e41f3eff1eee599d738e76ba8f4ad98ea229db8b085318aa2b3333a208c86
|
||||
checksum=e5db55f3687856d8fbdab002ed78544e1c4559a130302693d839dfe8f93f2373
|
||||
|
||||
do_check() {
|
||||
PYTHONPATH=. python3 -m tests
|
||||
# "failing" in the output seems to be known https://github.com/uqfoundation/dill/issues/575
|
||||
PYTHONPATH=build/lib python3 dill/tests/__main__.py
|
||||
}
|
||||
|
||||
post_install() {
|
||||
rm -r ${DESTDIR}/${py3_sitelib}/dill/tests
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue