26 lines
686 B
Bash
26 lines
686 B
Bash
# Template file for 'python3-ruamel.yaml.clib'
|
|
pkgname=python3-ruamel.yaml.clib
|
|
version=0.2.6
|
|
revision=3
|
|
wrksrc="ruamel.yaml.clib-${version}"
|
|
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=4ff604ce439abb20794f05613c374759ce10e3595d1867764dd1ae675b85acbd
|
|
|
|
export RUAMEL_NO_PIP_INSTALL_CHECK=1
|
|
|
|
do_check() {
|
|
: test not found
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|