aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-06-11 17:12:37 +0800
committeryuri <yuri@FreeBSD.org>2018-06-11 17:12:37 +0800
commite8a8239452e22acb88e1e0551bad189341f56e88 (patch)
treef64a4b96b3ac3dfd2e5a9fdf3cee5bd3ff59b0fc
parent9a2b1977fdc6ed14e23f96f09309137bab62ebf0 (diff)
downloadfreebsd-ports-gnome-e8a8239452e22acb88e1e0551bad189341f56e88.tar.gz
freebsd-ports-gnome-e8a8239452e22acb88e1e0551bad189341f56e88.tar.zst
freebsd-ports-gnome-e8a8239452e22acb88e1e0551bad189341f56e88.zip
textproc/py-CommonMark: Add missing dependency devel/py-future
While here: * Add NO_ARCH=yes * Update WWW with the real homepage Approved by: portmgr (port compliance, infrastructure)
-rw-r--r--textproc/py-CommonMark/Makefile4
-rw-r--r--textproc/py-CommonMark/pkg-descr2
2 files changed, 5 insertions, 1 deletions
diff --git a/textproc/py-CommonMark/Makefile b/textproc/py-CommonMark/Makefile
index 459c1b4d680a..6553fea6ef7c 100644
--- a/textproc/py-CommonMark/Makefile
+++ b/textproc/py-CommonMark/Makefile
@@ -2,6 +2,7 @@
PORTNAME= CommonMark
PORTVERSION= 0.7.5
+PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,10 @@ COMMENT= Python parser for the CommonMark Markdown spec
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${FLAVOR}
+
USES= python
USE_PYTHON= autoplist distutils
+NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/textproc/py-CommonMark/pkg-descr b/textproc/py-CommonMark/pkg-descr
index 636bb166ae37..e2cdb03ffbab 100644
--- a/textproc/py-CommonMark/pkg-descr
+++ b/textproc/py-CommonMark/pkg-descr
@@ -1,4 +1,4 @@
CommonMark-py is a pure Python port of jgm's commonmark.js, a Markdown parser
and renderer for the CommonMark specification, using only native modules.
-WWW: https://pypi.org/project/CommonMark/
+WWW: https://github.com/ales-erjavec/anyqt