2020-12-19 21:04:38 +01:00
|
|
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
|
|
|
|
PORTNAME= sphinx-inline-tabs
|
2021-09-27 17:39:01 +02:00
|
|
|
PORTVERSION= 2021.8.17b10
|
2020-12-19 21:04:38 +01:00
|
|
|
CATEGORIES= textproc python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= sphinx_inline_tabs-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Add inline tabbed content to your Sphinx documentation
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2021-04-18 07:07:12 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=3,1:textproc/py-sphinx@${PY_FLAVOR}
|
|
|
|
|
|
|
|
USES= python:3.6+
|
2020-12-19 21:04:38 +01:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
2021-05-16 17:14:34 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2021-04-10 01:15:37 +02:00
|
|
|
.if ${PYTHON_REL} < 30800
|
2021-05-16 17:14:34 +02:00
|
|
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|