FreeBSD Bugzilla – Attachment 141153 Details for
Bug 187882
[PATCH] math/py-networkx: Deprecate easy_install, NOPORTEXAMPLES, License
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-networkx-1.8.1.patch
py-networkx-1.8.1.patch (text/plain), 1.08 KB, created by
Johannes Meixner
on 2014-03-24 00:00:03 UTC
(
hide
)
Description:
py-networkx-1.8.1.patch
Filename:
MIME Type:
Creator:
Johannes Meixner
Created:
2014-03-24 00:00:03 UTC
Size:
1.08 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 348905) >+++ Makefile (working copy) >@@ -9,23 +9,26 @@ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > MAINTAINER= dikshie@sfc.wide.ad.jp >-COMMENT= Tools for complex network >+COMMENT= Tools for complex networks > >+LICENSE= BSD3CLAUSE >+ > USE_PYTHON= yes >-USE_PYDISTUTILS=easy_install >-PYTHON_PY3K_PLIST_HACK=yes >-PYSETUP= setup_egg.py >+USE_PYDISTUTILS= yes >+PYDISTUTILS_AUTOPLIST= yes >+ > PLIST_SUB+= PYTHON_MAJOR_VER=${PYTHON_MAJOR_VER} > >-NO_STAGE= yes >+OPTIONS_DEFINE= EXAMPLES >+EXAMPLESDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} >+ >+USES= shebangfix >+ >+.include <bsd.port.options.mk> >+ > post-install: >-.if !defined(NOPORTEXAMPLES) >- ${MKDIR} ${EXAMPLESDIR} >- cd ${WRKSRC}/examples \ >- && ${FIND} . -type d -exec ${MKDIR} ${EXAMPLESDIR}/\{} \; \ >- && ${FIND} . -type f -exec ${INSTALL_DATA} \{} ${EXAMPLESDIR}/\{} \; >-.endif >- >+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLEDIR} > @${CAT} ${PKGMESSAGE} > > .include <bsd.port.mk>
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 187882
: 141153 |
141154