summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-furo/Makefile24
-rw-r--r--textproc/py-furo/distinfo3
-rw-r--r--textproc/py-furo/pkg-descr3
4 files changed, 31 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 59e388eba1e1..0a0defd92960 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1269,6 +1269,7 @@
SUBDIR += py-feedparser
SUBDIR += py-fingerprints
SUBDIR += py-ftfy
+ SUBDIR += py-furo
SUBDIR += py-gambit-elasticsearch
SUBDIR += py-genshi
SUBDIR += py-gensim
diff --git a/textproc/py-furo/Makefile b/textproc/py-furo/Makefile
new file mode 100644
index 000000000000..cfea0ead6c57
--- /dev/null
+++ b/textproc/py-furo/Makefile
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= furo
+PORTVERSION= 2020.11.1b14
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Clean customizable Sphinx documentation theme
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \
+ ${PY_SPHINX}
+
+USES= python:3.5+
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/py-furo/distinfo b/textproc/py-furo/distinfo
new file mode 100644
index 000000000000..74f04bf7ebcc
--- /dev/null
+++ b/textproc/py-furo/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1604680062
+SHA256 (furo-2020.11.1b14.tar.gz) = 20c1d7f31351583758c28c6d28ddc6d7ac29094d18d3f16ec09f90decfa197cf
+SIZE (furo-2020.11.1b14.tar.gz) = 49170
diff --git a/textproc/py-furo/pkg-descr b/textproc/py-furo/pkg-descr
new file mode 100644
index 000000000000..5ca1136bce9e
--- /dev/null
+++ b/textproc/py-furo/pkg-descr
@@ -0,0 +1,3 @@
+Furo provides a clean customizable theme for Sphinx.
+
+WWW: https://github.com/pradyunsg/furo