21 lines
645 B
Bash
21 lines
645 B
Bash
# Template file for 'python3-yaml'
|
|
pkgname=python3-yaml
|
|
version=6.0.2
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-Cython"
|
|
makedepends="libyaml-devel python3-devel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="YAML parser and emitter for Python 3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/yaml/pyyaml"
|
|
changelog="https://raw.githubusercontent.com/yaml/pyyaml/master/CHANGES"
|
|
distfiles="${PYPI_SITE}/p/pyyaml/pyyaml-${version}.tar.gz"
|
|
checksum=d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|