25 lines
668 B
Bash
25 lines
668 B
Bash
# Template file for 'python3-ruamel.yaml.clib'
|
|
pkgname=python3-ruamel.yaml.clib
|
|
version=0.2.2
|
|
revision=2
|
|
wrksrc="ruamel.yaml.clib-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
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=2d24bd98af676f4990c4d715bcdc2a60b19c56a3fb3a763164d2d8ca0e806ba7
|
|
|
|
export RUAMEL_NO_PIP_INSTALL_CHECK=1
|
|
|
|
do_check() {
|
|
: test not found
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|