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:
parent
1dbe7b3d18
commit
ff9315eb07
@ -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
|
||||
|
19
textproc/py-sphinxemoji/Makefile
Normal file
19
textproc/py-sphinxemoji/Makefile
Normal 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>
|
3
textproc/py-sphinxemoji/distinfo
Normal file
3
textproc/py-sphinxemoji/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1634772700
|
||||
SHA256 (sphinxemoji-0.2.0.tar.gz) = 27861d1dd7c6570f5e63020dac9a687263f7481f6d5d6409eb31ecebcc804e4c
|
||||
SIZE (sphinxemoji-0.2.0.tar.gz) = 44431
|
5
textproc/py-sphinxemoji/pkg-descr
Normal file
5
textproc/py-sphinxemoji/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user