From bcd8472564a96dbd4c73f530cb2fa5b3db09bb56 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Wed, 3 May 2023 22:31:33 +0300 Subject: textproc/py-mistletoe: add 0.9.0 --- textproc/py-mistletoe/Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 textproc/py-mistletoe/Makefile (limited to 'textproc/py-mistletoe/Makefile') diff --git a/textproc/py-mistletoe/Makefile b/textproc/py-mistletoe/Makefile new file mode 100644 index 0000000..eef2e89 --- /dev/null +++ b/textproc/py-mistletoe/Makefile @@ -0,0 +1,26 @@ +COMMENT = fast, extensible and markdown parser in pure python + +MODPY_EGG_VERSION = 0.9.0 + +DISTNAME = mistletoe-${MODPY_EGG_VERSION} + +PKGNAME = py-${DISTNAME} + +CATEGORIES = textproc + +HOMEPAGE = https://pypi.org/project/mistletoe/ + +MAINTAINER = la ninpre + +# MIT +PERMIT_PACKAGE = Yes + +MODULES = lang/python + +MODPY_PI = Yes +MODPY_PYBUILD = setuptools + +FLAVORS = python3 +FLAVOR = python3 + +.include -- cgit v1.2.3