23 lines
543 B
Bash
23 lines
543 B
Bash
# Template file for 'python3-dill'
|
|
pkgname=python3-dill
|
|
version=0.3.5.1
|
|
revision=1
|
|
wrksrc="dill-$version"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
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}.tar.gz"
|
|
checksum=d75e41f3eff1eee599d738e76ba8f4ad98ea229db8b085318aa2b3333a208c86
|
|
|
|
do_check() {
|
|
PYTHONPATH=. python3 -m tests
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|