testing/py3-ruamel-raml: sync with aports
This commit is contained in:
parent
9a4240789e
commit
6ffb1f3d85
1 changed files with 5 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
pkgname=py3-ruamel-yaml
|
pkgname=py3-ruamel-yaml
|
||||||
_pyname="ruamel.yaml"
|
_pyname="ruamel.yaml"
|
||||||
pkgver=0.17.32
|
pkgver=0.17.35
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
pkgdesc="AML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
|
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
|
py3-ruamel-yaml-clib
|
||||||
"
|
"
|
||||||
makedepends="
|
makedepends="
|
||||||
py3-setuptools
|
|
||||||
py3-wheel
|
|
||||||
py3-gpep517
|
py3-gpep517
|
||||||
|
py3-setuptools
|
||||||
py3-wheel
|
py3-wheel
|
||||||
"
|
"
|
||||||
options="!check" # No testsuite
|
options="!check" # No testsuite
|
||||||
|
@ -25,15 +24,15 @@ subpackages="$pkgname-pyc"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
gpep517 build-wheel \
|
gpep517 build-wheel \
|
||||||
--wheel-dir dist \
|
--wheel-dir .dist \
|
||||||
--output-fd 3 3>&1 >&2
|
--output-fd 3 3>&1 >&2
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
python3 -m installer -d "$pkgdir" \
|
python3 -m installer -d "$pkgdir" \
|
||||||
dist/*.whl
|
.dist/*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
9734b7bda9a333a4271d584470622177d112b3084c5efa730345228828863e2f5aa4de9ee0a30d4127336ef3604488a9b739535dfc9b3e760b396a0e269643d7 py3-ruamel-yaml-0.17.32.tar.gz
|
f26132659bff1c1b0b7013cba5e9c575dd0af4ac0a3cb35b422bd0bde2987eda0e103c5dd2e8d8ecd1b89023048baebeea6f3e42c7ef32a983081172eb490d5d py3-ruamel-yaml-0.17.35.tar.gz
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue