blob: b2dc539d3c3941d4f2621d3acb3dece97cfe1c49 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>
|