1
0
forked from ports/contrib

python3-alabaster: initial import

This commit is contained in:
John Vogel 2020-04-27 21:14:19 -04:00
parent 87479bc218
commit 2a782c1031
3 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,30 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.7/
drwxr-xr-x root/root usr/lib/python3.7/site-packages/
drwxr-xr-x root/root usr/lib/python3.7/site-packages/alabaster-0.7.12-py3.7.egg-info/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/alabaster-0.7.12-py3.7.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.7/site-packages/alabaster-0.7.12-py3.7.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/alabaster-0.7.12-py3.7.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/alabaster-0.7.12-py3.7.egg-info/entry_points.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/alabaster-0.7.12-py3.7.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.7/site-packages/alabaster/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/alabaster/__init__.py
drwxr-xr-x root/root usr/lib/python3.7/site-packages/alabaster/__pycache__/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/alabaster/__pycache__/__init__.cpython-37.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.7/site-packages/alabaster/__pycache__/__init__.cpython-37.pyc
-rw-r--r-- root/root usr/lib/python3.7/site-packages/alabaster/__pycache__/_version.cpython-37.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.7/site-packages/alabaster/__pycache__/_version.cpython-37.pyc
-rw-r--r-- root/root usr/lib/python3.7/site-packages/alabaster/__pycache__/support.cpython-37.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.7/site-packages/alabaster/__pycache__/support.cpython-37.pyc
-rw-r--r-- root/root usr/lib/python3.7/site-packages/alabaster/_version.py
-rw-r--r-- root/root usr/lib/python3.7/site-packages/alabaster/about.html
-rw-r--r-- root/root usr/lib/python3.7/site-packages/alabaster/donate.html
-rw-r--r-- root/root usr/lib/python3.7/site-packages/alabaster/layout.html
-rw-r--r-- root/root usr/lib/python3.7/site-packages/alabaster/navigation.html
-rw-r--r-- root/root usr/lib/python3.7/site-packages/alabaster/relations.html
drwxr-xr-x root/root usr/lib/python3.7/site-packages/alabaster/static/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/alabaster/static/alabaster.css_t
-rw-r--r-- root/root usr/lib/python3.7/site-packages/alabaster/static/custom.css
-rw-r--r-- root/root usr/lib/python3.7/site-packages/alabaster/support.py
-rw-r--r-- root/root usr/lib/python3.7/site-packages/alabaster/theme.conf

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35JQGOOeuUJac8MCcqNthXo5cJ3wXGTxJE5OIaF5dop6QyNTSps6lZoQQACKp4XqbUPeqwRPm/BYRIH8V6O6xgI=
SHA256 (Pkgfile) = 1bb3e75b3aefd8967cbddafa1d084480477a160a540d70dd9d618bb3b0925acc
SHA256 (.footprint) = 1667bbc0d26bc49c5c2e789b877d8669173915bb323f669ba55d25543b35e8e4
SHA256 (alabaster-0.7.12.tar.gz) = 2f413c2a7e16f6b18d38f86a236b89e50e5f6ca79094ff948e5e58828f95c430

18
python3-alabaster/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: Visually (c)lean, responsive, configurable theme for Sphinx.
# URL: https://alabaster.readthedocs.io/
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: python3-setuptools
name=python3-alabaster
version=0.7.12
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
}