21 lines
683 B
Bash
21 lines
683 B
Bash
# Template file for 'python3-marshmallow'
|
|
pkgname=python3-marshmallow
|
|
version=3.5.1
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="marshmallow-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
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
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|