void-packages/srcpkgs/python-ruamel.yaml/template
2018-10-28 02:27:12 -03:00

29 lines
849 B
Bash

# Template file for 'python-ruamel.yaml'
pkgname=python-ruamel.yaml
version=0.15.75
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="Orphaned <orphan@voidlinux.eu>"
license="MIT"
homepage="https://bitbucket.org/ruamel/yaml"
changelog="https://bitbucket.org/ruamel/yaml/raw/default/CHANGES"
distfiles="${PYPI_SITE}/r/ruamel.yaml/ruamel.yaml-${version}.tar.gz"
checksum=a93f77f61b1edcdf8e23bd43139f8a8df286a5e57ed1660053ab89672205e325
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
}
}