20 lines
704 B
Bash
20 lines
704 B
Bash
# Template file for 'python3-marshmallow'
|
|
pkgname=python3-marshmallow
|
|
version=3.19.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-packaging"
|
|
checkdepends="python3-pytest python3-simplejson python3-pytz"
|
|
short_desc="Library for converting complex datatypes (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://marshmallow.readthedocs.io/en/stable/"
|
|
changelog="https://raw.githubusercontent.com/marshmallow-code/marshmallow/dev/CHANGELOG.rst"
|
|
distfiles="${PYPI_SITE}/m/marshmallow/marshmallow-${version}.tar.gz"
|
|
checksum=90032c0fd650ce94b6ec6dc8dfeb0e3ff50c144586462c389b81a07205bedb78
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|