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

(-)graphics/py-pygraphviz/Makefile (-3 / +5 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	pygraphviz
4
PORTNAME=	pygraphviz
5
PORTVERSION=	1.5
5
PORTVERSION=	1.6
6
CATEGORIES=	graphics python
6
CATEGORIES=	graphics python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-22 Link Here
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
15
16
LIB_DEPENDS=	libcgraph.so:graphics/graphviz
16
LIB_DEPENDS=	libcgraph.so:graphics/graphviz
17
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=0.10.1:devel/py-nose@${PY_FLAVOR}
17
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=1.3.7:devel/py-nose@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}doctest-ignore-unicode>=0.1.2:devel/py-doctest-ignore-unicode@{PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${PY_FLAVOR}
18
20
19
USES=		pkgconfig python zip
21
USES=		pkgconfig python:3.6+ zip
20
USE_PYTHON=	autoplist concurrent distutils
22
USE_PYTHON=	autoplist concurrent distutils
21
23
22
PYDISTUTILS_BUILD_TARGET=	build build_ext
24
PYDISTUTILS_BUILD_TARGET=	build build_ext
(-)graphics/py-pygraphviz/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1560202080
1
TIMESTAMP = 1605245581
2
SHA256 (pygraphviz-1.5.zip) = 50a829a305dc5a0fd1f9590748b19fece756093b581ac91e00c2c27c651d319d
2
SHA256 (pygraphviz-1.6.zip) = 411ae84a5bc313e3e1523a1cace59159f512336318a510573b47f824edef8860
3
SIZE (pygraphviz-1.5.zip) = 117810
3
SIZE (pygraphviz-1.6.zip) = 117043
(-)graphics/py-pygraphviz/pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
write, and draw graphs using Python to access the Graphviz graph
3
write, and draw graphs using Python to access the Graphviz graph
4
data structure and layout algorithms.
4
data structure and layout algorithms.
5
5
6
WWW: http://pygraphviz.github.io
6
WWW: https://pygraphviz.github.io

Return to bug 251095