22 lines
630 B
Bash
22 lines
630 B
Bash
# Template file for 'python3-ruamel.yaml.clib'
|
|
pkgname=python3-ruamel.yaml.clib
|
|
version=0.2.12
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="python3"
|
|
short_desc="Reader, parser and emitter for ruamel.yaml (Python3)"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="MIT"
|
|
homepage="http://yaml.readthedocs.io/"
|
|
distfiles="${PYPI_SITE}/r/ruamel.yaml.clib/ruamel.yaml.clib-${version}.tar.gz"
|
|
checksum=6c8fbb13ec503f99a91901ab46e0b07ae7941cd527393187039aec586fdfd36f
|
|
|
|
export RUAMEL_NO_PIP_INSTALL_CHECK=1
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|