Skip to content

Commit

Permalink
python-yaml: update to 5.3.
Browse files Browse the repository at this point in the history
- Remove pycompile_module (xlint)
  • Loading branch information
pbui committed Feb 15, 2020
1 parent 887c462 commit 856cd94
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions srcpkgs/python-yaml/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# Template file for 'python-yaml'
pkgname=python-yaml
version=5.2
revision=2
version=5.3
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="Peter Bui <pbui@github.bx612.space>"
license="MIT"
homepage="http://pyyaml.org/wiki/PyYAML"
distfiles="${PYPI_SITE}/P/PyYAML/PyYAML-${version}.tar.gz"
checksum=c0ee8eca2c582d29c3c2ec6e2c4f703d1b7f1fb10bc72317355a746057e7346c
checksum=e9f45bd5b92c7974e59bcd2dcc8631a6b6cc380a904725fce7bc08872e691615

do_check() {
python3 setup.py test
Expand All @@ -23,7 +22,6 @@ post_install() {
}

python3-yaml_package() {
pycompile_module="yaml"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
Expand Down

0 comments on commit 856cd94

Please sign in to comment.