mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-dill: update to 0.3.6.
This commit is contained in:
parent
7bca981865
commit
0f8a724fa6
1 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-dill'
|
# Template file for 'python3-dill'
|
||||||
pkgname=python3-dill
|
pkgname=python3-dill
|
||||||
version=0.3.5.1
|
version=0.3.6
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
@ -10,12 +10,14 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://dill.rtfd.io/"
|
homepage="https://dill.rtfd.io/"
|
||||||
distfiles="${PYPI_SITE}/d/dill/dill-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/d/dill/dill-${version}.tar.gz"
|
||||||
checksum=d75e41f3eff1eee599d738e76ba8f4ad98ea229db8b085318aa2b3333a208c86
|
checksum=e5db55f3687856d8fbdab002ed78544e1c4559a130302693d839dfe8f93f2373
|
||||||
|
|
||||||
do_check() {
|
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() {
|
post_install() {
|
||||||
|
rm -r ${DESTDIR}/${py3_sitelib}/dill/tests
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue