graphics/py-pygraphviz: Update to 1.6
* Drop python2 support (python 3.6+) * Add devel/nose and devel/py-doctest-ignore-unicode in TEST_DEPENDS PR: 251095 Approved by: python (maintainer's timeout -- > 1 month)
This commit is contained in:
parent
60e81bab18
commit
e485443f51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559051
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pygraphviz
|
||||
PORTVERSION= 1.5
|
||||
PORTVERSION= 1.6
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -14,9 +14,11 @@ LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libcgraph.so:graphics/graphviz
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0.10.1:devel/py-nose@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.3.7:devel/py-nose@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}doctest-ignore-unicode>=0.1.2:devel/py-doctest-ignore-unicode@{PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${PY_FLAVOR}
|
||||
|
||||
USES= pkgconfig python zip
|
||||
USES= pkgconfig python:3.6+ zip
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
PYDISTUTILS_BUILD_TARGET= build build_ext
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1560202080
|
||||
SHA256 (pygraphviz-1.5.zip) = 50a829a305dc5a0fd1f9590748b19fece756093b581ac91e00c2c27c651d319d
|
||||
SIZE (pygraphviz-1.5.zip) = 117810
|
||||
TIMESTAMP = 1605245581
|
||||
SHA256 (pygraphviz-1.6.zip) = 411ae84a5bc313e3e1523a1cace59159f512336318a510573b47f824edef8860
|
||||
SIZE (pygraphviz-1.6.zip) = 117043
|
||||
|
@ -3,4 +3,4 @@ visualization package. With PyGraphviz you can create, edit, read,
|
||||
write, and draw graphs using Python to access the Graphviz graph
|
||||
data structure and layout algorithms.
|
||||
|
||||
WWW: http://pygraphviz.github.io
|
||||
WWW: https://pygraphviz.github.io
|
||||
|
Loading…
Reference in New Issue
Block a user