15 lines
453 B
Bash
15 lines
453 B
Bash
# Template file for 'python3-dill'
|
|
pkgname=python3-dill
|
|
version=0.3.4
|
|
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}.zip"
|
|
checksum=9f9734205146b2b353ab3fec9af0070237b6ddae78452af83d2fca84d739e675
|