A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « Python module Pluggy | HOME | Python module Hatchling » |
Name: Python module Trove-Classifiers
Summary: A Python library for classifying projects and releases based on the PEP 301 specification
License: Apache v2
Version: 2026.1.14.14
URL: https://github.com/pypa/trove-classifiers/archive/refs/tags/2026.1.14.14.tar.gz
Average Build Time: less than 0.1 SBU
Used Install Space: 540 KiB
First, correct an issue where the wheel contains an incorrect version when the calver module is not installed:
sed -i '/calver/s/^/#/;$iversion="2026.1.14.14"' setup.py
To compile Python module Trove-Classifiers, run the following command:
pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir $PWD
Finally, to install Python module Trove-Classifiers into the build tree, run the following command:
pip3 install --no-index --find-links dist --no-user trove-classifiers
| Contents | |
|---|---|
| Installed Plugins | trove-classifiers |
| Installed Files | /usr/lib/python3.14/site-packages/trove_classifiers and /usr/lib/python3.14/site-packages/trove_classifiers-2026.1.14.14.dist-info |
| Navigation | ||
|---|---|---|
| « Python module Pluggy | HOME | Python module Hatchling » |