Metadata-Version: 2.4
Name: sagelite-gap-package-polenta
Version: 10.9
Summary: Optional GAP Polenta package companion wheel for sagelite
Author-email: The Sage Developers <sage-support@googlegroups.com>
License-Expression: GPL-2.0-or-later
Project-URL: Homepage, https://www.sagemath.org
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# sagelite-gap-package-polenta

Optional GAP Polenta package companion wheel for `sagelite`.

The `sagelite-gap-runtime` wheel supplies the GAP core runtime. This companion
wheel supplies GAP's `polenta` package as package data so installed `sagelite`
environments can run doctests tagged `gap_package_polenta` without requiring a
traditional Sage prefix.

Build this package on a machine with Polenta installed in a GAP root:

```bash
SAGELITE_GAP_POLENTA_ROOT=/usr/share/gap python -m build companion-packages/sagelite-gap-package-polenta
```

If `SAGELITE_GAP_POLENTA_ROOT` is not set, the build checks `GAP_ROOT_PATHS`
and common GAP roots such as `/usr/share/gap`.
