Page MenuHomeFreeBSD

D6281.diff
No OneTemporary

D6281.diff

Index: head/graphics/Makefile
===================================================================
--- head/graphics/Makefile
+++ head/graphics/Makefile
@@ -882,6 +882,7 @@
SUBDIR += py-webcolors
SUBDIR += py3-cairo
SUBDIR += py3-pillow
+ SUBDIR += py3-pygraphviz
SUBDIR += pygts
SUBDIR += pymorph
SUBDIR += pysvg
Index: head/graphics/py-pygraphviz/Makefile
===================================================================
--- head/graphics/py-pygraphviz/Makefile
+++ head/graphics/py-pygraphviz/Makefile
@@ -10,11 +10,13 @@
MAINTAINER= python@FreeBSD.org
COMMENT= Python interface to GraphViz agraph
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libcgraph.so:graphics/graphviz
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0.10.1:devel/py-nose
+TEST_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}nose>=0.10.1:devel/py-nose
-USES= pkgconfig python
+USES?= pkgconfig python
USE_PYTHON= autoplist concurrent distutils
PYDISTUTILS_BUILD_TARGET= build build_ext
Index: head/graphics/py3-pygraphviz/Makefile
===================================================================
--- head/graphics/py3-pygraphviz/Makefile
+++ head/graphics/py3-pygraphviz/Makefile
@@ -0,0 +1,10 @@
+# Created by: Ben Woods <woodsb02@FreeBSD.org>
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-pygraphviz
+
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0.10.1:devel/py3-nose
+
+USES= pkgconfig python:3.4+
+
+.include "${MASTERDIR}/Makefile"

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 10, 5:02 PM (7 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31235947
Default Alt Text
D6281.diff (1 KB)

Event Timeline