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

(-)devel/py-six/Makefile (-2 / +2 lines)
Lines 13-21 Link Here
13
LICENSE=	MIT
13
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
15
16
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest
16
TEST_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest
17
17
18
USES=		python
18
USES?=		python
19
USE_PYTHON=	autoplist concurrent distutils
19
USE_PYTHON=	autoplist concurrent distutils
20
20
21
NO_ARCH=	yes
21
NO_ARCH=	yes
(-)devel/py3-six/Makefile (+10 lines)
Line 0 Link Here
1
# Created by: Danilo G. Baio <dbaio@bsd.com.br>
2
# $FreeBSD$
3
4
MASTERDIR=	${.CURDIR}/../py-six
5
6
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py3-pytest
7
8
USES=	python:3.3+
9
10
.include "${MASTERDIR}/Makefile"

Return to bug 217473