ports/textproc/py-sphinx-markdown-tables/Makefile
Po-Chuan Hsieh 91a76eec79
textproc/py-sphinx-markdown-tables: Fix runtime with py-markdown 3.4+
- Update version requirement of RUN_DEPENDS: Make sure py-markdown 3.4+ is used
- Bump PORTREVISION for package change

Obtained from:	7d0bbd2c85
2024-02-21 23:15:28 +08:00

23 lines
558 B
Makefile

PORTNAME= sphinx-markdown-tables
PORTVERSION= 0.0.15
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Sphinx extension for rendering tables written in markdown
WWW= https://github.com/ryanfox/sphinx-markdown-tables
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=3.4:textproc/py-markdown@${PY_FLAVOR}
USES= dos2unix python
USE_PYTHON= autoplist distutils concurrent
NO_ARCH= yes
.include <bsd.port.mk>