Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | python3: Fix package descriptions | Jeffery To | 2023-08-25 |
| | | | | | | | | | | | | | | * Fix default Python package description not included in individual package descriptions * Update default Python package description text (from General Python FAQ, "What is Python?") * Add package descriptions for Python module packages * Reduce duplication in package titles Signed-off-by: Jeffery To <jeffery.to@gmail.com> | ||
* | python3: Split venv module from python3-light into separate package | Jeffery To | 2023-05-26 |
This adds a new subpackage for the venv module. This also moves the ensurepip module from python3-pip into python3-venv, as ensurepip is not necessary for pip but often used for venv. Signed-off-by: Jeffery To <jeffery.to@gmail.com> |