1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-14 03:49:48 +03:00
Commit graph

3 commits

Author SHA1 Message Date
Luca Weiss
35cd64086f
Improvements to documentation (MR 2440)
* Make sure all Python modules are documented by adding a bit of shell
  to .ci/docs.sh
* Remove non-existing module references from .rst
* Fix various warnings from sphinx by adjusting Python docstrings
* Add class member docs to ApkindexBlock
2024-10-21 21:46:26 +02:00
Luca Weiss
99f770d27c
pmb.core.apkindex_block: Don't mark depends as optional (MR 2438)
In the code where the object is made (pmb/parse/apkindex.py) depends
already will become an empty array when there's no dependencies.

And there's no point in having a differentiation between None and empty
array.
2024-10-21 21:05:17 +02:00
Stefan Hansson
c5551f5924
pmb.core.apkindex_block: Introduce (MR 2425) 2024-10-13 20:05:14 +02:00