python3-marshmallow: update to 3.5.2.
This commit is contained in:
parent
edc6872241
commit
44ba82c607
@ -1,19 +1,24 @@
|
||||
# Template file for 'python3-marshmallow'
|
||||
pkgname=python3-marshmallow
|
||||
version=3.5.1
|
||||
version=3.5.2
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="marshmallow-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest python3-simplejson python3-pytz"
|
||||
short_desc="Library for converting complex datatypes (Python3)"
|
||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/marshmallow-code/marshmallow"
|
||||
changelog="https://raw.githubusercontent.com/marshmallow-code/marshmallow/dev/CHANGELOG.rst"
|
||||
distfiles="${PYPI_SITE}/m/marshmallow/marshmallow-${version}.tar.gz"
|
||||
checksum=90854221bbb1498d003a0c3cc9d8390259137551917961c8b5258c64026b2f85
|
||||
checksum=56663fa1d5385c14c6a1236badd166d6dee987a5f64d2b6cc099dadf96eb4f09
|
||||
|
||||
do_check() {
|
||||
PYTHONPATH="${PWD}/build/lib" pytest3 -v
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
Loading…
x
Reference in New Issue
Block a user