openbsd-ports/textproc/py-mistune/Makefile
2022-12-11 09:04:20 +00:00

26 lines
463 B
Makefile

COMMENT = markdown parser for Python
# this is the newest compatible with py-m2r which (as of 0.3.1)
# needs mistune < 2.0
MODPY_EGG_VERSION = 0.8.4
DISTNAME = mistune-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 4
CATEGORIES = textproc
HOMEPAGE = https://github.com/lepture/mistune
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>