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

(-)b/devel/py-meliae/Makefile (-1 / +10 lines)
Lines 10-19 COMMENT= Python Memory Usage Analyzer Link Here
10
LICENSE=	GPLv3
10
LICENSE=	GPLv3
11
#LICENSE_FILE=	${WRKSRC}/COPYING.txt
11
#LICENSE_FILE=	${WRKSRC}/COPYING.txt
12
12
13
DEPRECATED=	does not build against Python-3.9
14
# See https://bugs.launchpad.net/meliae/+bug/1899379
15
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
14
17
15
USES=		python:3.6-3.8
18
USES=		python:3.6-3.8
16
USE_PYTHON=	distutils autoplist cython
19
USE_PYTHON=	distutils autoplist cython
17
TEST_TARGET=	check  # test fails
20
TEST_TARGET=	check  # test fails
18
21
19
.include <bsd.port.mk>
22
.include <bsd.port.pre.mk>
23
24
.if ${PYTHON_VER} == 3.9
25
BROKEN=	build error: PyGC_HEAD is private in Python 3.9
26
.endif
27
28
.include <bsd.port.post.mk>

Return to bug 261869