1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

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/
This commit is contained in:
Danilo G. Baio 2021-10-22 20:40:49 -03:00
parent 1dbe7b3d18
commit ff9315eb07
4 changed files with 28 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1634772700
SHA256 (sphinxemoji-0.2.0.tar.gz) = 27861d1dd7c6570f5e63020dac9a687263f7481f6d5d6409eb31ecebcc804e4c
SIZE (sphinxemoji-0.2.0.tar.gz) = 44431

View File

@ -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/