aboutsummaryrefslogtreecommitdiff
path: root/math/py-networkx
Commit message (Collapse)AuthorAgeFilesLines
* - Change condition to fix build with fmake when using python3.xDmitry Marakasov2016-05-271-1/+3
| | | | | | | | PR: 209514 Approved by: portmgr blanket Notes: svn path=/head/; revision=415960
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-9/+9
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* graphics/py-graphviz: Move to py-pygraphviz, Fix 3.x buildKubilay Kocak2016-02-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are numerous graphviz related packages in PyPI, including: graphviz, graphviz-python and pygraphviz. This port, py-graphviz, is not and does not provide the same package as the 'graphviz' package on PyPI (CHEESESHOP). Further, it blocks the creation of a correctly named py-graphviz port, is a POLA violation in terms of users expecting to find and recieve the package they expect based on a standard search, and is likely to create confusion among other ports if they depend on a python graphviz package, which could result in incorrect packages/dependencies. This is why among other reasons, Python packages should be named exactly what they are called in PyPI, or inside install_requires, setup_requires or tests_requires as dependencies in other packages. This change moves py-graphviz to py-pygraphviz to correct the above incorrect naming. While I'm here: - Remove backup (http) MASTER_SITES, CHEESESHOP is highly-available and provides a Geo-aware CDN by Fastly. - Remove {BUILD,RUN}_DEPENDS in favour of the actual LIB_DEPENDS - Use PYDISTUTILS_* framework variables to customise the build instead of hack patching setup.py - Enable autoplist, fixing builds on Python 3.x [1] - Enable concurrent (Python version) installation - Hack patch setup.py to preclude docs installation, as it adds a directory to --record and breaks pkg-plist output [2] - Remove DOCSDIR override (no longer necessary) - Assign MAINTAINER'ship to python@ - Add TEST_DEPENDS and test target - pkg-descr: Match WWW URL to setup.py:homepage field - pkg-descr: Improve package description text (matching upstream) While I'm sweeping dependencies: - Fix a typo in science/gramps: s|>-|>= [2] https://wiki.freebsd.org/Python (Open task for install_data bug) Reported by: Ben Woods (via IRC) [1] Notes: svn path=/head/; revision=408353
* math/py-networkx: let it build with python3Ruslan Makhmatkhanov2016-01-051-2/+9
| | | | | | | | | | | | Drop the python version limit, by asking user to uncheck some options, that will not work with python3 for now. PR: 204594 Submitted by: John W. O'Brien <john@saltant.com> Approved by: dikshie@sfc.wide.ad.jp (maintainer) Notes: svn path=/head/; revision=405276
* math/py-networkx: update to 1.10Ruslan Makhmatkhanov2015-11-195-25/+31
| | | | | | | | | | | | | | | | | | | | - update to 1.10 - add YAML option (on by default) - remove gratuitous word from option descriptions - USE_PYTHON=concurrent instead of setting EXAMPLESDIR - alphabetize USE_PYTHON - discard pkg-message given all options are enabled by default While here limit python version to 2.x, because it's dependencies graphics/py-graphviz and math/py-matplotlib failed to configure with python3. PR: 204594 Submitted by: John W. O'Brien <john@saltant.com> Approved by: dikshie@sfc.wide.ad.jp (maintainer) Notes: svn path=/head/; revision=401958
* Allow for many run dependencies to be OPTIONs,Thomas Zander2015-07-252-9/+24
| | | | | | | | | | | as by upstream suggestion PR: 201349 Submitted by: john@saltant.com Approved by: maintainer timeout Notes: svn path=/head/; revision=392870
* - Update to 1.9.1Wen Heping2015-06-143-15/+24
| | | | | | | | | PR: 200679 Submitted by: yuri@rawbw.com Approved by: maintainer Notes: svn path=/head/; revision=389644
* - Don't cat pkg-message from MakefilesDmitry Marakasov2015-05-271-3/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=387529
* - Convert ports of math/ to new USES=pythonMarcus von Appen2014-10-211-5/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371328
* - Switch from easy_install to USE_PYDISTUTILS=yesSteve Wills2014-03-282-1038/+16
| | | | | | | | | | | | - Add EXAMPLES OPTION - Use shebangfix PR: ports/187882 Submitted by: Johannes Jost Meixner <xmj@chaot.net> Approved by: dikshie <dikshie@sfc.wide.ad.jp> (maintainer) Notes: svn path=/head/; revision=349451
* Fix plist when port is used with python-3.Dmitry Sivachenko2013-12-232-7/+9
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=337257
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-3/+2
| | | | | | | math) Notes: svn path=/head/; revision=327746
* Update to version 1.8.1.Dmitry Sivachenko2013-08-233-13/+36
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=325262
* - Update to 1.7Wen Heping2013-05-263-71/+155
| | | | | | | | PR: 178972 Submitted by: dikshie <dikshie@sfc.wide.ad.jp> (maintainer) Notes: svn path=/head/; revision=319113
* - Kill examples handling in setup.py, since they are installed manually by portPav Lucistnik2012-01-212-6/+31
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=289574
* Update to version 1.6.Dmitry Sivachenko2012-01-103-810/+924
| | | | | | | | | Use setup-tools. Reviewed by: maintainer Notes: svn path=/head/; revision=288898
* - Update to 1.5 [1]Li-Wen Hsu2011-08-154-180/+148
| | | | | | | | | | | | - Remove unneeded patch - Respect DOCSDIR - This port does not support NOPORTDOCS (yet) PR: ports/159140 [1] Submitted by: dikshie <dikshie@sfc.wide.ad.jp> (maintainer) Notes: svn path=/head/; revision=279761
* - Update to 1.4Martin Wilke2011-01-294-43/+202
| | | | | | | | | PR: 154301 Submitted by: dikshie <dikshie@sfc.wide.ad.jp> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268362
* - Update to 1.3Wen Heping2010-12-313-4/+103
| | | | | | | | PR: ports/153554 Submitted by: dikshie <dikshie@sfc.wide.ad.jp> (maintainer) Notes: svn path=/head/; revision=267187
* - Update to 1.2Li-Wen Hsu2010-08-044-104/+330
| | | | | | | | PR: ports/149282 Submitted by: dikshie <dikshie AT sfc.wide.ad.jp> (maintainer) Notes: svn path=/head/; revision=258785
* - Update to 1.0.1 and fix the fetch errorWen Heping2010-01-142-4/+4
| | | | | | | Submitted by: dikshie@sfc.wide.ad.jp (maintainer,via Email) Notes: svn path=/head/; revision=247850
* - Update to 1.0Wen Heping2010-01-104-293/+278
| | | | | | | | | PR: ports/142512 Submitted by: Wen Heping <myself> Approved by: maintainer Notes: svn path=/head/; revision=247509
* - Update to 0.99Martin Wilke2008-11-234-305/+382
| | | | | | | | | PR: 128991 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=223274
* Add py-networkx 0.36, tools for complex network.Li-Wen Hsu2008-06-156-0/+353
PR: ports/124620 Submitted by: dikshie <dikshie AT sfc.wide.ad.jp> Notes: svn path=/head/; revision=214918