21 lines
662 B
Bash
21 lines
662 B
Bash
# Template file for 'python3-ruamel.yaml.clib'
|
|
pkgname=python3-ruamel.yaml.clib
|
|
version=0.2.0
|
|
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="https://bitbucket.org/ruamel/yaml.clib"
|
|
distfiles="https://bitbucket.org/ruamel/yaml.clib/downloads/ruamel.yaml.clib-${version}.tar.xz"
|
|
checksum=adf76a46d88a61ec7aa2e9afe1433a06f76904e8a7063502162522010822f879
|
|
|
|
export RUAMEL_NO_PIP_INSTALL_CHECK=1
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|