void-packages/srcpkgs/python3-yaml/template
2021-01-25 14:00:50 -05:00

19 lines
554 B
Bash

# Template file for 'python3-yaml'
pkgname=python3-yaml
version=5.4.1
revision=1
wrksrc="PyYAML-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython"
makedepends="libyaml-devel python3-devel"
short_desc="YAML parser and emitter for Python 3"
maintainer="Peter Bui <pbui@github.bx612.space>"
license="MIT"
homepage="http://pyyaml.org/wiki/PyYAML"
distfiles="${PYPI_SITE}/P/PyYAML/PyYAML-${version}.tar.gz"
checksum=607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e
post_install() {
vlicense LICENSE
}