void-packages/srcpkgs/python3-yaml/template
2022-01-05 22:09:59 +01:00

19 lines
572 B
Bash

# Template file for 'python3-yaml'
pkgname=python3-yaml
version=5.4.1
revision=3
wrksrc="PyYAML-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython"
makedepends="libyaml-devel python3-devel"
depends="python3"
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
}