pmb/config/__init__.py: parse more APKBUILD attributes (MR 1990)

This will be required for an upcoming CI test
This commit is contained in:
Luca Weiss 2020-11-16 21:46:41 +01:00
parent fe6db08069
commit e6543332de
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 3 additions and 0 deletions

View File

@ -250,6 +250,7 @@ apkbuild_package_attributes = {
"pkgdesc": {},
"depends": {"array": True},
"provides": {"array": True},
"install": {"array": True},
# UI meta-packages can specify apps in "_pmb_recommends" to be explicitly
# installed by default, and not implicitly as dependency of the UI meta-
@ -268,6 +269,7 @@ apkbuild_attributes = {
"makedepends": {"array": True},
"checkdepends": {"array": True},
"options": {"array": True},
"triggers": {"array": True},
"pkgname": {},
"pkgrel": {},
"pkgver": {},
@ -283,6 +285,7 @@ apkbuild_attributes = {
"_device": {},
"_kernver": {},
"_outdir": {},
"_config": {},
# mesa
"_llvmver": {},