View | Details | Raw Unified | Return to bug 274848
Collapse All | Expand All

(-)b/textproc/py-CommonMark/Makefile (-2 / +1 lines)
Lines 1-5 Link Here
1
PORTNAME=	CommonMark
1
PORTNAME=	CommonMark
2
PORTVERSION=	0.9.1
2
PORTVERSION=	0.9.1
3
PORTREVISION=	1
3
CATEGORIES=	textproc python
4
CATEGORIES=	textproc python
4
MASTER_SITES=	PYPI
5
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-21 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
14
15
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
16
17
17
CONFLICTS_INSTALL=	cmark
18
19
USES=		python
18
USES=		python
20
USE_PYTHON=	autoplist concurrent distutils
19
USE_PYTHON=	autoplist concurrent distutils
21
20
(-)b/textproc/py-CommonMark/files/patch-setup.py (+11 lines)
Added Link Here
1
--- setup.py.orig	2019-10-04 15:35:41 UTC
2
+++ setup.py
3
@@ -48,7 +48,7 @@ setup(
4
     keywords=["markup", "markdown", "commonmark"],
5
     entry_points={
6
         'console_scripts': [
7
-            'cmark = commonmark.cmark:main',
8
+            'cmark-py = commonmark.cmark:main',
9
         ]
10
     },
11
     cmdclass={'test': Test},

Return to bug 274848