contrib/python3-alabaster/Pkgfile

18 lines
589 B
Plaintext
Raw Normal View History

# Description: Visually (c)lean, responsive, configurable theme for Sphinx.
# URL: https://alabaster.readthedocs.io/
2024-02-25 20:40:24 +01:00
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: python3-build python3-wheel python3-installer python3-flit-core
name=python3-alabaster
2024-02-25 20:40:24 +01:00
version=0.7.16
release=1
source=(https://github.com/bitprophet/${name#*-}/archive/$version/${name#*-}-$version.tar.gz)
build() {
2024-02-25 20:40:24 +01:00
cd alabaster-$version
2024-02-25 20:40:24 +01:00
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}