mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
16 lines
465 B
Plaintext
16 lines
465 B
Plaintext
# description : A minimal static theme for Sphinx
|
|
# homepage : https://gitlab.com/lv2/sphinx_lv2_theme
|
|
# depends : python3-setuptools python3-sphinx
|
|
|
|
name=python3-sphinx-lv2-theme
|
|
_name=sphinx_lv2_theme
|
|
version=1.4.2
|
|
release=1
|
|
source="$name-$version.tar.gz::https://gitlab.com/lv2/${_name}/-/archive/v$version/${_name}-v$version.tar.gz"
|
|
|
|
build() {
|
|
cd $_name-v$version
|
|
python3 -m build --wheel --no-isolation
|
|
python3 -m installer --destdir=$PKG dist/*.whl
|
|
}
|