Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions srcpkgs/python3-yaml/template
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# Template file for 'python3-yaml'
pkgname=python3-yaml
version=6.0.2
revision=3
build_style=python3-module
version=6.0.3
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-Cython"
makedepends="libyaml-devel python3-devel"
depends="python3"
checkdepends="python3-pytest"
short_desc="YAML parser and emitter for Python 3"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Jason Elswick <jason@jasondavid.us>"
license="MIT"
homepage="https://github.com/yaml/pyyaml"
changelog="https://raw.githubusercontent.com/yaml/pyyaml/master/CHANGES"
distfiles="${PYPI_SITE}/p/pyyaml/pyyaml-${version}.tar.gz"
checksum=d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e
distfiles="https://github.com/yaml/pyyaml/archive/refs/tags/${version}.tar.gz"
checksum=c7b45011e052458ae79015d5eea3046c37d099023d4b253dde26ee1c29ea2f36

post_install() {
vlicense LICENSE
Expand Down