aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2021-10-22 23:40:49 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2021-10-22 23:41:25 +0000
commitff9315eb0713d51e1ccfe75bdedddb0d55697c42 (patch)
treed478b9c70aba3d71b3ed88c1a93604fe27293023
parent1dbe7b3d18bf1a7c806eda246bc89112d43cd6f6 (diff)
downloadports-ff9315eb0713d51e1ccfe75bdedddb0d55697c42.tar.gz
ports-ff9315eb0713d51e1ccfe75bdedddb0d55697c42.zip
textproc/py-sphinxemoji: New port
An extension to use emoji codes in your Sphinx documentation! For installation and usage details, see the documentation. WWW: https://sphinxemojicodes.readthedocs.io/en/stable/
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-sphinxemoji/Makefile19
-rw-r--r--textproc/py-sphinxemoji/distinfo3
-rw-r--r--textproc/py-sphinxemoji/pkg-descr5
4 files changed, 28 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 91e1825b467b..e26df6206aea 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1472,6 +1472,7 @@
SUBDIR += py-sphinxcontrib-qthelp
SUBDIR += py-sphinxcontrib-serializinghtml
SUBDIR += py-sphinxcontrib-websupport
+ SUBDIR += py-sphinxemoji
SUBDIR += py-sphinxext-opengraph
SUBDIR += py-spylls
SUBDIR += py-stemming
diff --git a/textproc/py-sphinxemoji/Makefile b/textproc/py-sphinxemoji/Makefile
new file mode 100644
index 000000000000..0c5734fdd714
--- /dev/null
+++ b/textproc/py-sphinxemoji/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= sphinxemoji
+DISTVERSION= 0.2.0
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= dbaio@FreeBSD.org
+COMMENT= Sphinx extension that provides emoji codes
+
+LICENSE= BSD3CLAUSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.8.0,1:textproc/py-sphinx@${PY_FLAVOR}
+
+USES= python:3.6+
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/py-sphinxemoji/distinfo b/textproc/py-sphinxemoji/distinfo
new file mode 100644
index 000000000000..3da3ad8af65a
--- /dev/null
+++ b/textproc/py-sphinxemoji/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1634772700
+SHA256 (sphinxemoji-0.2.0.tar.gz) = 27861d1dd7c6570f5e63020dac9a687263f7481f6d5d6409eb31ecebcc804e4c
+SIZE (sphinxemoji-0.2.0.tar.gz) = 44431
diff --git a/textproc/py-sphinxemoji/pkg-descr b/textproc/py-sphinxemoji/pkg-descr
new file mode 100644
index 000000000000..652795989004
--- /dev/null
+++ b/textproc/py-sphinxemoji/pkg-descr
@@ -0,0 +1,5 @@
+An extension to use emoji codes in your Sphinx documentation!
+
+For installation and usage details, see the documentation.
+
+WWW: https://sphinxemojicodes.readthedocs.io/en/stable/