FreeBSD Bugzilla – Attachment 167245 Details for
Bug 207039
[NEW PORT] graphics/py3-pygraphviz: variant of graphics/py-pygraphviz for Python 3.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to create graphics/py3-pygraphviz (using graphics/py-pygraphviz as MASTERDIR)
py3-pygraphviz.diff (text/plain), 1.87 KB, created by
Ben Woods
on 2016-02-21 12:18:27 UTC
(
hide
)
Description:
Patch to create graphics/py3-pygraphviz (using graphics/py-pygraphviz as MASTERDIR)
Filename:
MIME Type:
Creator:
Ben Woods
Created:
2016-02-21 12:18:27 UTC
Size:
1.87 KB
patch
obsolete
>Index: graphics/Makefile >=================================================================== >--- graphics/Makefile (revision 409266) >+++ graphics/Makefile (working copy) >@@ -879,6 +879,7 @@ > SUBDIR += py-wand > SUBDIR += py-webcolors > SUBDIR += py3-cairo >+ SUBDIR += py3-pygraphviz > SUBDIR += pygts > SUBDIR += pymorph > SUBDIR += pysvg >Index: graphics/py-pygraphviz/Makefile >=================================================================== >--- graphics/py-pygraphviz/Makefile (revision 409266) >+++ graphics/py-pygraphviz/Makefile (working copy) >@@ -10,11 +10,13 @@ > MAINTAINER= python@FreeBSD.org > COMMENT= Python interface to GraphViz agraph > >+LICENSE= BSD3CLAUSE >+LICENSE_FILE= ${WRKSRC}/LICENSE > > LIB_DEPENDS= libcgraph.so:${PORTSDIR}/graphics/graphviz >-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0.10.1:${PORTSDIR}/devel/py-nose >+TEST_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}nose>=0.10.1:${PORTSDIR}/devel/py-nose > >-USES= pkgconfig python >+USES?= pkgconfig python > USE_PYTHON= autoplist concurrent distutils > > PYDISTUTILS_BUILD_TARGET= build build_ext >Index: graphics/py3-pygraphviz/Makefile >=================================================================== >--- graphics/py3-pygraphviz/Makefile (nonexistent) >+++ graphics/py3-pygraphviz/Makefile (working copy) >@@ -0,0 +1,10 @@ >+# Created by: Ben Woods <woodsb02@gmail.com> >+# $FreeBSD$ >+ >+MASTERDIR= ${.CURDIR}/../py-pygraphviz >+ >+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0.10.1:${PORTSDIR}/devel/py3-nose >+ >+USES= pkgconfig python:3.4+ >+ >+.include "${MASTERDIR}/Makefile" > >Property changes on: graphics/py3-pygraphviz/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 207039
:
166772
|
166773
|
167245
|
167246
|
169056