Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Oct 2021 00:05:09 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ff9315eb0713 - main - textproc/py-sphinxemoji: New port
Message-ID:  <202110230005.19N059IB058502@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ff9315eb0713d51e1ccfe75bdedddb0d55697c42

commit ff9315eb0713d51e1ccfe75bdedddb0d55697c42
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2021-10-22 23:40:49 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2021-10-22 23:41:25 +0000

    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/
---
 textproc/Makefile                 |  1 +
 textproc/py-sphinxemoji/Makefile  | 19 +++++++++++++++++++
 textproc/py-sphinxemoji/distinfo  |  3 +++
 textproc/py-sphinxemoji/pkg-descr |  5 +++++
 4 files changed, 28 insertions(+)

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110230005.19N059IB058502>