New package: python3-ruamel.yaml.clib-0.2.0

This commit is contained in:
Andrew Benson 2019-11-17 11:23:57 -06:00 committed by Juan RP
parent afd8545dac
commit 643c0469b6
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Template file for 'python3-ruamel.yaml.clib'
pkgname=python3-ruamel.yaml.clib
version=0.2.0
revision=1
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
}