mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
python-ruamel.yaml: update to 0.15.38.
This commit is contained in:
parent
63cbc19c79
commit
b3358ad01a
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-ruamel.yaml'
|
# Template file for 'python-ruamel.yaml'
|
||||||
pkgname=python-ruamel.yaml
|
pkgname=python-ruamel.yaml
|
||||||
version=0.15.37
|
version=0.15.38
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="ruamel.yaml-${version}"
|
wrksrc="ruamel.yaml-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -8,11 +8,11 @@ pycompile_module="ruamel/yaml"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
makedepends="python-devel python3-devel"
|
makedepends="python-devel python3-devel"
|
||||||
short_desc="YAML parser/emitter in Python2"
|
short_desc="YAML parser/emitter in Python2"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://bitbucket.org/ruamel/yaml"
|
homepage="https://bitbucket.org/ruamel/yaml"
|
||||||
distfiles="${PYPI_SITE}/r/ruamel.yaml/ruamel.yaml-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/r/ruamel.yaml/ruamel.yaml-${version}.tar.gz"
|
||||||
checksum=509842d96fb194f79b57483b76429f8956d8f7ade3cb49d1e5aeb5c5e9ef4918
|
checksum=18f90a4ecbcf74429bacac13a79b8754f3f1e6d595bfdc7d9ed87d92110b23dc
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue