python3-marshmallow: update to 3.19.0.
This commit is contained in:
parent
6bbd4166a0
commit
c1d8629cc9
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'python3-marshmallow'
|
||||
pkgname=python3-marshmallow
|
||||
version=3.7.0
|
||||
revision=4
|
||||
version=3.19.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
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://github.com/marshmallow-code/marshmallow"
|
||||
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=ba949379cb6ef73655f72075e82b31cf57012a5557ede642fc8614ab0354f869
|
||||
checksum=90032c0fd650ce94b6ec6dc8dfeb0e3ff50c144586462c389b81a07205bedb78
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue