parent
2b7dd60891
commit
66ffc90ae2
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'python-yaml'
|
||||
pkgname=python-yaml
|
||||
version=3.13
|
||||
revision=2
|
||||
version=5.1.2
|
||||
revision=1
|
||||
wrksrc="PyYAML-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="yaml"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
makedepends="libyaml-devel python-devel python3-devel"
|
||||
short_desc="YAML parser and emitter for Python2"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
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=3ef3092145e9b70e3ddd2c7ad59bdd0252a94dfe3949721633e41344de00a6bf
|
||||
checksum=01adf0b6c6f61bd11af6e10ca52b7d4057dd0be0343eb9283c878cf3af56aee4
|
||||
|
||||
do_check() {
|
||||
python3 setup.py test
|
||||
|
|
Loading…
Reference in New Issue