testing/py3-ruamel-raml: sync with aports

This commit is contained in:
Antoine Martin 2023-11-24 17:47:50 -05:00
parent 9a4240789e
commit 6ffb1f3d85

View file

@ -3,7 +3,7 @@
pkgname=py3-ruamel-yaml
_pyname="ruamel.yaml"
pkgver=0.17.32
pkgver=0.17.35
pkgrel=0
arch="noarch"
pkgdesc="AML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
@ -13,9 +13,8 @@ depends="
py3-ruamel-yaml-clib
"
makedepends="
py3-setuptools
py3-wheel
py3-gpep517
py3-setuptools
py3-wheel
"
options="!check" # No testsuite
@ -25,15 +24,15 @@ subpackages="$pkgname-pyc"
build() {
gpep517 build-wheel \
--wheel-dir dist \
--wheel-dir .dist \
--output-fd 3 3>&1 >&2
}
package() {
python3 -m installer -d "$pkgdir" \
dist/*.whl
.dist/*.whl
}
sha512sums="
9734b7bda9a333a4271d584470622177d112b3084c5efa730345228828863e2f5aa4de9ee0a30d4127336ef3604488a9b739535dfc9b3e760b396a0e269643d7 py3-ruamel-yaml-0.17.32.tar.gz
f26132659bff1c1b0b7013cba5e9c575dd0af4ac0a3cb35b422bd0bde2987eda0e103c5dd2e8d8ecd1b89023048baebeea6f3e42c7ef32a983081172eb490d5d py3-ruamel-yaml-0.17.35.tar.gz
"