2022-10-03 18:56:38 +02:00
|
|
|
PORTNAME= sphinx-examples
|
|
|
|
PORTVERSION= 0.0.5
|
2023-03-21 19:48:41 +01:00
|
|
|
PORTREVISION= 1
|
2022-10-03 18:56:38 +02:00
|
|
|
CATEGORIES= textproc python
|
2023-01-11 16:47:15 +01:00
|
|
|
MASTER_SITES= PYPI
|
2022-10-03 18:56:38 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Lightweight example directive to make it easy to demonstrate code/results
|
|
|
|
WWW= https://github.com/executablebooks/sphinx-examples
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2023-03-21 19:48:41 +01:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.5<4:devel/py-flit-core@${PY_FLAVOR}
|
2022-10-03 18:56:38 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=4,1:textproc/py-sphinx@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}sphinx-design>=0:textproc/py-sphinx-design@${PY_FLAVOR}
|
|
|
|
|
|
|
|
USES= python:3.7+
|
2023-03-21 19:48:41 +01:00
|
|
|
USE_PYTHON= autoplist concurrent pep517
|
2022-10-03 18:56:38 +02:00
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|