mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
python3-yaml: update to 5.4.
This commit is contained in:
parent
ae5f404723
commit
a2538dd8ef
1 changed files with 4 additions and 8 deletions
|
@ -1,21 +1,17 @@
|
||||||
# Template file for 'python3-yaml'
|
# Template file for 'python3-yaml'
|
||||||
pkgname=python3-yaml
|
pkgname=python3-yaml
|
||||||
version=5.3.1
|
version=5.4
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="PyYAML-${version}"
|
wrksrc="PyYAML-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools python3-Cython"
|
||||||
makedepends="libyaml-devel python3-devel"
|
makedepends="libyaml-devel python3-devel"
|
||||||
short_desc="YAML parser and emitter for Python 3"
|
short_desc="YAML parser and emitter for Python 3"
|
||||||
maintainer="Peter Bui <pbui@github.bx612.space>"
|
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://pyyaml.org/wiki/PyYAML"
|
homepage="http://pyyaml.org/wiki/PyYAML"
|
||||||
distfiles="${PYPI_SITE}/P/PyYAML/PyYAML-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/P/PyYAML/PyYAML-${version}.tar.gz"
|
||||||
checksum=b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d
|
checksum=3c49e39ac034fd64fd576d63bb4db53cda89b362768a67f07749d55f128ac18a
|
||||||
|
|
||||||
do_check() {
|
|
||||||
python3 setup.py test
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue