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'
|
||||
pkgname=python3-yaml
|
||||
version=5.3.1
|
||||
revision=3
|
||||
version=5.4
|
||||
revision=1
|
||||
wrksrc="PyYAML-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
hostmakedepends="python3-setuptools python3-Cython"
|
||||
makedepends="libyaml-devel python3-devel"
|
||||
short_desc="YAML parser and emitter for Python 3"
|
||||
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||
license="MIT"
|
||||
homepage="http://pyyaml.org/wiki/PyYAML"
|
||||
distfiles="${PYPI_SITE}/P/PyYAML/PyYAML-${version}.tar.gz"
|
||||
checksum=b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d
|
||||
|
||||
do_check() {
|
||||
python3 setup.py test
|
||||
}
|
||||
checksum=3c49e39ac034fd64fd576d63bb4db53cda89b362768a67f07749d55f128ac18a
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue