20 lines
615 B
Bash
20 lines
615 B
Bash
# Template file for 'python3-yaml'
|
|
pkgname=python3-yaml
|
|
version=6.0.1
|
|
revision=1
|
|
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="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=bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|