python3-dill: update to 0.3.5.1.
This commit is contained in:
parent
9493a88f5c
commit
5439b787f0
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'python3-dill'
|
# Template file for 'python3-dill'
|
||||||
pkgname=python3-dill
|
pkgname=python3-dill
|
||||||
version=0.3.4
|
version=0.3.5.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="dill-$version"
|
wrksrc="dill-$version"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
@ -10,5 +10,13 @@ short_desc="Serialize all of Python"
|
|||||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
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}.zip"
|
distfiles="${PYPI_SITE}/d/dill/dill-${version}.tar.gz"
|
||||||
checksum=9f9734205146b2b353ab3fec9af0070237b6ddae78452af83d2fca84d739e675
|
checksum=d75e41f3eff1eee599d738e76ba8f4ad98ea229db8b085318aa2b3333a208c86
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
PYTHONPATH=. python3 -m tests
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user