ports/textproc/py-markdown-include/Makefile
Kai Knoblich eff41c72ea textproc/py-markdown-include: Update to 0.8.1
* Switch back to PyPI as the sdist is available there again.
* Utilize the PEP517 build framework as well.

Changelog since 0.7.0:

https://github.com/cmacmackin/markdown-include/compare/v0.7.0...v0.8.1
2023-07-01 15:10:51 +02:00

23 lines
632 B
Makefile

PORTNAME= markdown-include
DISTVERSION= 0.8.1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.org
COMMENT= Provides an "include" function for Markdown
WWW= https://github.com/cmacmackin/markdown-include
LICENSE= GPLv3+
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.2:devel/py-setuptools_scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=3.0.0:textproc/py-markdown@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist pep517
NO_ARCH= yes
.include <bsd.port.mk>