26 lines
620 B
Bash
26 lines
620 B
Bash
# Template file for 'python3-ruamel.yaml'
|
|
pkgname=python3-ruamel.yaml
|
|
version=0.16.12
|
|
revision=4
|
|
wrksrc="ruamel.yaml-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="python3"
|
|
short_desc="YAML parser/emitter in Python 3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://yaml.readthedocs.io/"
|
|
distfiles="${PYPI_SITE}/r/ruamel.yaml/ruamel.yaml-${version}.tar.gz"
|
|
checksum=076cc0bc34f1966d920a49f18b52b6ad559fbe656a0748e3535cf7b3f29ebf9e
|
|
|
|
export RUAMEL_NO_PIP_INSTALL_CHECK=1
|
|
|
|
do_check() {
|
|
:
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|