New package: python-ruamel.yaml-0.15.35.

This commit is contained in:
maxice8 2018-01-12 22:36:51 -02:00
parent e3bf75f66a
commit 778b908423
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# Template file for 'python-ruamel.yaml'
pkgname=python-ruamel.yaml
version=0.15.35
revision=1
wrksrc="ruamel.yaml-${version}"
build_style=python-module
pycompile_module="ruamel/yaml"
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel"
short_desc="YAML parser/emitter in Python2"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://bitbucket.org/ruamel/yaml"
distfiles="${PYPI_SITE}/r/ruamel.yaml/ruamel.yaml-${version}.tar.gz"
checksum=8dc74821e4bb6b21fb1ab35964e159391d99ee44981d07d57bf96e2395f3ef75
post_install() {
vlicense LICENSE
}
python3-ruamel.yaml_package() {
pycompile_module="ruamel/yaml"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}

1
srcpkgs/python3-ruamel.yaml Symbolic link
View File

@ -0,0 +1 @@
python-ruamel.yaml