FreeBSD Bugzilla – Attachment 198122 Details for
Bug 232240
[NEW PORT] math/py-networkx1: Backport of 1.11 of math/py-networkx
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-networkx1-1.11.patch
py-networkx1-1.11.patch (text/plain), 3.66 KB, created by
Kai Knoblich
on 2018-10-14 12:34:15 UTC
(
hide
)
Description:
py-networkx1-1.11.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2018-10-14 12:34:15 UTC
Size:
3.66 KB
patch
obsolete
>Index: ../openstack/math/py-networkx1/Makefile >=================================================================== >--- ../openstack/math/py-networkx1/Makefile (revision 472884) >+++ ../openstack/math/py-networkx1/Makefile (working copy) >@@ -2,24 +2,19 @@ > # $FreeBSD$ > > PORTNAME= networkx >-PORTVERSION= 1.10 >-PORTREVISION= 4 >+PORTVERSION= 1.11 > CATEGORIES= math python >-MASTER_SITES= http://networkx.lanl.gov/download/networkx/ \ >- CHEESESHOP >+MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+PKGNAMESUFFIX= 1 > >-MAINTAINER= dikshie@sfc.wide.ad.jp >+MAINTAINER= freebsd_ports@k-worx.org > COMMENT= Tools for complex networks > > LICENSE= BSD3CLAUSE > >-RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:devel/py-decorator@${PY_FLAVOR} >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>=3.4.0:devel/py-decorator@${PY_FLAVOR} > >-# ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2.3:textproc/py-sphinx@${PY_FLAVOR} \ >-# ${PYTHON_PKGNAMEPREFIX}docutils>=0.12:textproc/py-docutils@${PY_FLAVOR} >- >-NO_ARCH= yes > USES= python shebangfix > USE_PYTHON= autoplist concurrent distutils > SHEBANG_FILES= examples/graph/atlas.py \ >@@ -26,32 +21,33 @@ > examples/multigraph/chess_masters.py \ > networkx/generators/tests/test_random_graphs.py > >-PLIST_SUB+= PYTHON_MAJOR_VER=${PYTHON_MAJOR_VER} >- > OPTIONS_DEFINE= EXAMPLES YAML > OPTIONS_GROUP= MATRIX RENDER > OPTIONS_GROUP_MATRIX= NUMPY SCIPY >-OPTIONS_GROUP_RENDER= MPL GRAPHVIZ >-OPTIONS_DEFAULT= NUMPY SCIPY MPL GRAPHVIZ YAML >+OPTIONS_GROUP_RENDER= GRAPHVIZ MPL >+OPTIONS_DEFAULT= GRAPHVIZ MPL NUMPY SCIPY YAML > >-NUMPY_DESC= Matrix representation of graphs >+GRAPHVIZ_DESC= Additional graph layout and rendering algorithms >+GRAPHVIZ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraphviz>=1.2:graphics/py-pygraphviz@${PY_FLAVOR} >+ >+MPL_DESC= Flexible graph rendering >+MPL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.4.0:math/py-matplotlib@${PY_FLAVOR} >+ >+NUMPY_DESC= Matrix representation of graphs > NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.2,1:math/py-numpy@${PY_FLAVOR} > >-SCIPY_DESC= Sparse matrix representation of graphs >+SCIPY_DESC= Sparse matrix representation of graphs > SCIPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>=0.15.1:science/py-scipy@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}scikit-sparse>=0.2:science/py-scikit-sparse@${PY_FLAVOR} > >-MPL_DESC= Flexible graph rendering >-MPL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.4.0:math/py-matplotlib@${PY_FLAVOR} >- >-GRAPHVIZ_DESC= Additional graph layout and rendering algorithms >-GRAPHVIZ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraphviz>=1.2:graphics/py-pygraphviz@${PY_FLAVOR} >- >-YAML_DESC= Reading and writing YAML files >+YAML_DESC= Reading and writing YAML files > YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} > > PORTEXAMPLES= * >+NO_ARCH= yes > >+PORTSCOUT= limit:^1\. >+ > post-install: > ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} > cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} >Index: ../openstack/math/py-networkx1/distinfo >=================================================================== >--- ../openstack/math/py-networkx1/distinfo (revision 472884) >+++ ../openstack/math/py-networkx1/distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (networkx-1.10.tar.gz) = ced4095ab83b7451cec1172183eff419ed32e21397ea4e1971d92a5808ed6fb8 >-SIZE (networkx-1.10.tar.gz) = 1189291 >+TIMESTAMP = 1539454780 >+SHA256 (networkx-1.11.tar.gz) = 0d0e70e10dfb47601cbb3425a00e03e2a2e97477be6f80638fef91d54dd1e4b8 >+SIZE (networkx-1.11.tar.gz) = 1315737 >Index: ../openstack/math/py-networkx1/files/patch-setup.py >=================================================================== >Index: ../openstack/math/py-networkx1/pkg-descr >===================================================================
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 232240
:
198122
|
201069
|
201078
|
201087