2020-04-27 21:14:19 -04:00
|
|
|
# Description: Visually (c)lean, responsive, configurable theme for Sphinx.
|
2021-10-31 09:38:54 +01:00
|
|
|
# URL: https://alabaster.readthedocs.io/
|
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
|
|
|
# Depends on: python3-setuptools
|
2020-04-27 21:14:19 -04:00
|
|
|
|
|
|
|
name=python3-alabaster
|
2023-01-13 18:04:16 +00:00
|
|
|
version=0.7.13
|
2020-04-27 21:14:19 -04:00
|
|
|
release=1
|
|
|
|
source=(https://github.com/bitprophet/${name#*-}/archive/$version/${name#*-}-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd ${name#*-}-$version
|
|
|
|
|
|
|
|
/usr/bin/python3 setup.py build
|
|
|
|
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1
|
|
|
|
|
|
|
|
find $PKG -perm -g+w | xargs chmod g-w
|
|
|
|
}
|