1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

textproc/py-sphinxcontrib-jquery: new port had been added (+)

It is to ensure that jQuery is always installed for use in Sphinx
themes or extensions.
This commit is contained in:
Alexey Dokuchaev 2024-09-26 07:08:10 +00:00
parent e0efa19600
commit ed915b6d81
4 changed files with 28 additions and 0 deletions

View File

@ -1625,6 +1625,7 @@
SUBDIR += py-sphinxcontrib-htmlhelp
SUBDIR += py-sphinxcontrib-httpdomain
SUBDIR += py-sphinxcontrib-issuetracker
SUBDIR += py-sphinxcontrib-jquery
SUBDIR += py-sphinxcontrib-jsmath
SUBDIR += py-sphinxcontrib-log-cabinet
SUBDIR += py-sphinxcontrib-napoleon

View File

@ -0,0 +1,22 @@
PORTNAME= sphinxcontrib-jquery
PORTVERSION= 4.1
CATEGORIES= textproc
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Request jQuery for use in Sphinx themes or extensions
WWW= https://github.com/sphinx-contrib/jquery
LICENSE= BSD0CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENCE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.7:devel/py-flit-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.8:textproc/py-sphinx@${PY_FLAVOR}
USES= pytest python
USE_PYTHON= autoplist pep517
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1681198500
SHA256 (sphinxcontrib-jquery-4.1.tar.gz) = 1620739f04e36a2c779f1a131a2dfd49b2fd07351bf1968ced074365933abc7a
SIZE (sphinxcontrib-jquery-4.1.tar.gz) = 122331

View File

@ -0,0 +1,2 @@
This package ensures that jQuery is always installed for use in Sphinx
themes or extensions.