2021-12-22 02:42:10 +08:00
|
|
|
PORTNAME= python-markdown-math
|
|
|
|
|
PORTVERSION= 0.8
|
2023-06-30 15:05:21 +08:00
|
|
|
PORTREVISION= 1
|
2021-12-22 02:42:10 +08:00
|
|
|
CATEGORIES= textproc python
|
2023-01-11 18:47:15 +03:00
|
|
|
MASTER_SITES= PYPI
|
2021-12-22 02:42:10 +08:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
|
COMMENT= Math extension for Python-Markdown
|
2023-04-06 01:19:44 +08:00
|
|
|
WWW= https://github.com/mitya57/python-markdown-math
|
2021-12-22 02:42:10 +08:00
|
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
2024-04-08 14:47:17 +08:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=30.3:devel/py-setuptools@${PY_FLAVOR} \
|
2023-06-30 15:05:21 +08:00
|
|
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
2021-12-22 02:42:10 +08:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=3.0:textproc/py-markdown@${PY_FLAVOR}
|
|
|
|
|
|
2023-06-15 00:00:28 +02:00
|
|
|
USES= python
|
2023-06-30 15:05:21 +08:00
|
|
|
USE_PYTHON= autoplist concurrent pep517
|
2021-12-22 02:42:10 +08:00
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|