mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
python3-dill: update to 0.3.5.1.
This commit is contained in:
parent
9493a88f5c
commit
5439b787f0
1 changed files with 11 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-dill'
|
||||
pkgname=python3-dill
|
||||
version=0.3.4
|
||||
version=0.3.5.1
|
||||
revision=1
|
||||
wrksrc="dill-$version"
|
||||
build_style=python3-module
|
||||
|
@ -10,5 +10,13 @@ short_desc="Serialize all of Python"
|
|||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://dill.rtfd.io/"
|
||||
distfiles="${PYPI_SITE}/d/dill/dill-${version}.zip"
|
||||
checksum=9f9734205146b2b353ab3fec9af0070237b6ddae78452af83d2fca84d739e675
|
||||
distfiles="${PYPI_SITE}/d/dill/dill-${version}.tar.gz"
|
||||
checksum=d75e41f3eff1eee599d738e76ba8f4ad98ea229db8b085318aa2b3333a208c86
|
||||
|
||||
do_check() {
|
||||
PYTHONPATH=. python3 -m tests
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue