mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-marshmallow: update to 3.5.2.
This commit is contained in:
parent
edc6872241
commit
44ba82c607
1 changed files with 7 additions and 2 deletions
|
@ -1,19 +1,24 @@
|
||||||
# Template file for 'python3-marshmallow'
|
# Template file for 'python3-marshmallow'
|
||||||
pkgname=python3-marshmallow
|
pkgname=python3-marshmallow
|
||||||
version=3.5.1
|
version=3.5.2
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="marshmallow-${version}"
|
wrksrc="marshmallow-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest python3-simplejson python3-pytz"
|
||||||
short_desc="Library for converting complex datatypes (Python3)"
|
short_desc="Library for converting complex datatypes (Python3)"
|
||||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/marshmallow-code/marshmallow"
|
homepage="https://github.com/marshmallow-code/marshmallow"
|
||||||
changelog="https://raw.githubusercontent.com/marshmallow-code/marshmallow/dev/CHANGELOG.rst"
|
changelog="https://raw.githubusercontent.com/marshmallow-code/marshmallow/dev/CHANGELOG.rst"
|
||||||
distfiles="${PYPI_SITE}/m/marshmallow/marshmallow-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/m/marshmallow/marshmallow-${version}.tar.gz"
|
||||||
checksum=90854221bbb1498d003a0c3cc9d8390259137551917961c8b5258c64026b2f85
|
checksum=56663fa1d5385c14c6a1236badd166d6dee987a5f64d2b6cc099dadf96eb4f09
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
PYTHONPATH="${PWD}/build/lib" pytest3 -v
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue