freebsd-ports/textproc/py-markdown-callouts/Makefile
Kai Knoblich 7e35ae0fab textproc/py-markdown-callouts: Relax RUN_DEPENDS
* The port works with newer versions of textproc/py-markdown thus relax
  the version requirements.

* Bump PORTREVISION due package change.
2024-01-13 12:23:49 +01:00

23 lines
598 B
Makefile

PORTNAME= markdown-callouts
DISTVERSION= 0.3.0
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
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}poetry-core>=0.12:devel/py-poetry-core@${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>