mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-26 05:35:12 +02:00
25 lines
803 B
Bash
25 lines
803 B
Bash
# Template file for 'python3-marshmallow'
|
|
pkgname=python3-marshmallow
|
|
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=56663fa1d5385c14c6a1236badd166d6dee987a5f64d2b6cc099dadf96eb4f09
|
|
|
|
do_check() {
|
|
PYTHONPATH="${PWD}/build/lib" pytest3 -v
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|