New package: python3-marshmallow-3.4.0
This commit is contained in:
parent
80b550f4ec
commit
6aa9ab6736
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-marshmallow/template
Normal file
20
srcpkgs/python3-marshmallow/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'python3-marshmallow'
|
||||
pkgname=python3-marshmallow
|
||||
version=3.4.0
|
||||
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=c9d277f6092f32300395fb83d343be9f61b5e99d66d22bae1e5e7cd82608fee6
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue