Skip to content

Commit

Permalink
textproc/py-pydata-sphinx-theme: Add py-pydata-sphinx-theme 0.7.2
Browse files Browse the repository at this point in the history
pydata-sphinx-theme is a Bootstrap-based Sphinx theme from the PyData community.

WWW: https://github.com/pydata/pydata-sphinx-theme
  • Loading branch information
sunpoet committed Jan 23, 2022
1 parent 1e4d4f1 commit 01dfb1d
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions textproc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1407,6 +1407,7 @@
SUBDIR += py-pybtex
SUBDIR += py-pybtex-docutils
SUBDIR += py-pycountry
SUBDIR += py-pydata-sphinx-theme
SUBDIR += py-pyexcel
SUBDIR += py-pyexcel-ezodf
SUBDIR += py-pyexcel-io
Expand Down
24 changes: 24 additions & 0 deletions textproc/py-pydata-sphinx-theme/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME= pydata-sphinx-theme
PORTVERSION= 0.7.2
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Bootstrap-based Sphinx theme from the PyData community

LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}docutils>=0.17.1:textproc/py-docutils@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} \

USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions textproc/py-pydata-sphinx-theme/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1642102113
SHA256 (pydata-sphinx-theme-0.7.2.tar.gz) = 671df35fcdd290eafbd23d0595e6d359dbe90b2e64e6c3f4dc88276eed4a065e
SIZE (pydata-sphinx-theme-0.7.2.tar.gz) = 1425421
3 changes: 3 additions & 0 deletions textproc/py-pydata-sphinx-theme/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pydata-sphinx-theme is a Bootstrap-based Sphinx theme from the PyData community.

WWW: https://github.com/pydata/pydata-sphinx-theme

0 comments on commit 01dfb1d

Please sign in to comment.