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

(-)print/py-fonttools/Makefile (-2 / +16 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	fonttools
4
PORTNAME=	fonttools
5
PORTVERSION=	3.33.0
5
PORTVERSION=	3.34.2
6
CATEGORIES=	print python
6
CATEGORIES=	print python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-18 Link Here
13
LICENSE=	MIT
13
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
15
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fs>=2.1.1:devel/py-fs@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}lxml>=4.0:devel/py-lxml@${PY_FLAVOR} \
18
		${PY_ENUM34}
19
16
USES=		python zip
20
USES=		python zip
17
USE_PYTHON=	autoplist concurrent distutils
21
USE_PYTHON=	autoplist concurrent distutils
18
22
Lines 19-22 Link Here
19
MAKE_ENV=	FONTTOOLS_MANPATH="man"
23
MAKE_ENV=	FONTTOOLS_MANPATH="man"
20
NO_ARCH=	yes
24
NO_ARCH=	yes
21
25
22
.include <bsd.port.mk>
26
.include <bsd.port.pre.mk>
27
28
.if ${PYTHON_REL} < 3400
29
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}singledispatch>=3.4.0.3:devel/py-singledispatch@${PY_FLAVOR}
30
.endif
31
32
.if ${PYTHON_REL} < 3700
33
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}unicodedata2>=11.0.0:devel/py-unicodedata2@${PY_FLAVOR}
34
.endif
35
36
.include <bsd.port.post.mk>
(-)print/py-fonttools/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1543649378
1
TIMESTAMP = 1545559302
2
SHA256 (fonttools-3.33.0.zip) = f809b33c9124f6b06c9915bedb8c7a28c8201028e55546995e997937aaa1dea4
2
SHA256 (fonttools-3.34.2.zip) = 9fa6596ec04410dc75f2b9a5df9ca71abac85a7a5a8502f57cc72166a5401aaa
3
SIZE (fonttools-3.33.0.zip) = 2760364
3
SIZE (fonttools-3.34.2.zip) = 2815068

Return to bug 234492