aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-mistletoe/Makefile
diff options
context:
space:
mode:
authorla-ninpre <aaoth@aaoth.xyz>2023-05-03 22:31:33 +0300
committerla-ninpre <aaoth@aaoth.xyz>2023-05-03 22:31:33 +0300
commitbcd8472564a96dbd4c73f530cb2fa5b3db09bb56 (patch)
treede0755781c5767648f20baccf577aae1d98cbb3e /textproc/py-mistletoe/Makefile
parent4b62be8d44870b5f5df610db354d47941e1226ac (diff)
downloadports-bcd8472564a96dbd4c73f530cb2fa5b3db09bb56.tar.gz
ports-bcd8472564a96dbd4c73f530cb2fa5b3db09bb56.zip
textproc/py-mistletoe: add 0.9.0
Diffstat (limited to 'textproc/py-mistletoe/Makefile')
-rw-r--r--textproc/py-mistletoe/Makefile26
1 files changed, 26 insertions, 0 deletions
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 <aaoth@aaoth.xyz>
+
+# MIT
+PERMIT_PACKAGE = Yes
+
+MODULES = lang/python
+
+MODPY_PI = Yes
+MODPY_PYBUILD = setuptools
+
+FLAVORS = python3
+FLAVOR = python3
+
+.include <bsd.port.mk>