freebsd-ports/textproc/py-markdown-callouts/Makefile
Kai Knoblich e15cd26700 textproc/py-markdown-callouts: Update to 0.4.0
* Remove no longer needed patch because the required build system has
  been changed from py-poetry to py-hatchling.

Changelog:

https://github.com/oprypin/markdown-callouts/compare/v0.3.0...v0.4.0
2024-03-09 10:53:22 +01:00

24 lines
617 B
Makefile

PORTNAME= markdown-callouts
DISTVERSION= 0.4.0
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= markdown_callouts-${DISTVERSION}
MAINTAINER= kai@FreeBSD.org
COMMENT= Markdown extension: Classier syntax for admonitions
WWW= https://github.com/oprypin/markdown-callouts
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=3.3.3:textproc/py-markdown@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist pep517
NO_ARCH= yes
.include <bsd.port.mk>