23 lines
712 B
Bash
23 lines
712 B
Bash
# Template file for 'python3-ruamel.yaml'
|
|
pkgname=python3-ruamel.yaml
|
|
version=0.17.21
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="python3-ruamel.yaml.clib"
|
|
short_desc="YAML parser/emitter in Python 3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://yaml.readthedocs.io/"
|
|
changelog="https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree/CHANGES"
|
|
distfiles="${PYPI_SITE}/r/ruamel.yaml/ruamel.yaml-${version}.tar.gz"
|
|
checksum=8b7ce697a2f212752a35c1ac414471dc16c424c9573be4926b56ff3f5d23b7af
|
|
make_check=no # no tests included in distfiles
|
|
|
|
export RUAMEL_NO_PIP_INSTALL_CHECK=1
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|