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

(-)b/textproc/py-mistune/Makefile (+3 lines)
Lines 1-5 Link Here
1
PORTNAME=	mistune
1
PORTNAME=	mistune
2
PORTVERSION=	2.0.4
2
PORTVERSION=	2.0.4
3
PORTREVISION=	1
3
CATEGORIES=	textproc python
4
CATEGORIES=	textproc python
4
MASTER_SITES=	CHEESESHOP
5
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-19 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
14
USES=		cpe python:3.6+
15
USES=		cpe python:3.6+
15
USE_PYTHON=	autoplist concurrent distutils unittest
16
USE_PYTHON=	autoplist concurrent distutils unittest
16
17
18
CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}mistune0
19
17
NO_ARCH=	yes
20
NO_ARCH=	yes
18
21
19
CPE_VENDOR=	mistune_project
22
CPE_VENDOR=	mistune_project
(-)b/textproc/py-mistune0/Makefile (+3 lines)
Lines 1-5 Link Here
1
PORTNAME=	mistune
1
PORTNAME=	mistune
2
PORTVERSION=	0.8.4
2
PORTVERSION=	0.8.4
3
PORTREVISION=	1
3
CATEGORIES=	textproc python
4
CATEGORIES=	textproc python
4
MASTER_SITES=	CHEESESHOP
5
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 17-22 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} Link Here
17
USES=		cpe python:3.6+
18
USES=		cpe python:3.6+
18
USE_PYTHON=	autoplist concurrent distutils
19
USE_PYTHON=	autoplist concurrent distutils
19
20
21
CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}mistune
22
20
NO_ARCH=	yes
23
NO_ARCH=	yes
21
24
22
CPE_VENDOR=	mistune_project
25
CPE_VENDOR=	mistune_project

Return to bug 267188