mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
textproc/py-pydata-sphinx-theme: Add py-pydata-sphinx-theme 0.7.2
pydata-sphinx-theme is a Bootstrap-based Sphinx theme from the PyData community. WWW: https://github.com/pydata/pydata-sphinx-theme
This commit is contained in:
parent
1e4d4f1d4f
commit
01dfb1deb0
@ -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
|
||||
|
24
textproc/py-pydata-sphinx-theme/Makefile
Normal file
24
textproc/py-pydata-sphinx-theme/Makefile
Normal file
@ -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
textproc/py-pydata-sphinx-theme/distinfo
Normal file
3
textproc/py-pydata-sphinx-theme/distinfo
Normal file
@ -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
textproc/py-pydata-sphinx-theme/pkg-descr
Normal file
3
textproc/py-pydata-sphinx-theme/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user