aboutsummaryrefslogtreecommitdiff
path: root/science/py-pysal
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Use PYNUMPYSunpoet Po-Chuan Hsieh2018-12-011-1/+1
| | | | Notes: svn path=/head/; revision=486349
* Change the way *_DEPENDS are setSunpoet Po-Chuan Hsieh2018-11-171-4/+5
| | | | Notes: svn path=/head/; revision=485157
* Update to 1.14.4Sunpoet Po-Chuan Hsieh2018-07-292-5/+4
| | | | | | | Changes: https://github.com/pysal/pysal/releases Notes: svn path=/head/; revision=475761
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-3/+3
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-251-1/+1
| | | | | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat Notes: svn path=/head/; revision=468282
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-0/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Update to 1.14.3Sunpoet Po-Chuan Hsieh2017-11-042-4/+4
| | | | | | | | Changes: https://github.com/pysal/pysal/releases https://github.com/pysal/pysal/blob/master/CHANGELOG.txt Notes: svn path=/head/; revision=453494
* Update to 1.14.2Sunpoet Po-Chuan Hsieh2017-09-242-4/+4
| | | | | | | | Changes: https://github.com/pysal/pysal/releases https://github.com/pysal/pysal/blob/master/CHANGELOG.txt Notes: svn path=/head/; revision=450537
* Update to 1.14.1Sunpoet Po-Chuan Hsieh2017-07-302-4/+4
| | | | | | | | | Changes: https://github.com/pysal/pysal/releases https://github.com/pysal/pysal/blob/master/CHANGELOG.txt https://github.com/pysal/pysal/commits/dev Notes: svn path=/head/; revision=446915
* Update to 1.14.0Sunpoet Po-Chuan Hsieh2017-07-142-4/+4
| | | | | | | | Changes: https://github.com/pysal/pysal/releases https://github.com/pysal/pysal/blob/master/CHANGELOG.txt Notes: svn path=/head/; revision=445810
* - Update to 1.13.0Sunpoet Po-Chuan Hsieh2016-12-122-5/+5
| | | | | | | Changes: https://github.com/pysal/pysal/releases Notes: svn path=/head/; revision=428438
* - Update to 1.12.0Sunpoet Po-Chuan Hsieh2016-11-192-4/+4
| | | | | | | Changes: https://github.com/pysal/pysal/releases Notes: svn path=/head/; revision=426453
* math/py-numpy: track PORTEPOCH in consumersJan Beich2016-10-281-1/+1
| | | | Notes: svn path=/head/; revision=424866
* - Update to 1.11.2Sunpoet Po-Chuan Hsieh2016-05-232-3/+4
| | | | | | | Changes: https://github.com/pysal/pysal/releases Notes: svn path=/head/; revision=415668
* - Update to 1.11.1Sunpoet Po-Chuan Hsieh2016-04-092-5/+4
| | | | | | | Changes: https://github.com/pysal/pysal/releases Notes: svn path=/head/; revision=412816
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* science/py-pysal: Avoid interactive build possibilityJohn Marino2016-02-071-0/+4
| | | | | | | | | | | | | | This port checks the release date, and subtracts it from the current date. If the difference is more than 6 months, it interactively asks the user if they want to upgrade. The post-patch target removes this possibility, ensuring the port never reverts to an interactive build. approved by: infrastructure blanket (interactive builds discouraged) Notes: svn path=/head/; revision=408407
* - Allow concurrent installation (USE_PYTHON=concurrent)Sunpoet Po-Chuan Hsieh2016-02-021-1/+1
| | | | Notes: svn path=/head/; revision=407862
* - Update to 1.11.0Sunpoet Po-Chuan Hsieh2016-02-012-4/+4
| | | | | | | | | - Relax USES=python Changes: https://github.com/pysal/pysal/releases Notes: svn path=/head/; revision=407750
* - Update to 1.10.0Sunpoet Po-Chuan Hsieh2015-10-042-4/+6
| | | | | | | | | | | - Add LICENSE_FILE - Add TEST_DEPENDS - Add NO_ARCH Changes: https://github.com/pysal/pysal/releases Notes: svn path=/head/; revision=398588
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Add py-pysal 1.8.0Sunpoet Po-Chuan Hsieh2014-09-043-0/+31
PySAL is a cross-platform library of spatial analysis functions written in Python. It is intended to support the development of high level applications for spatial analysis. WWW: https://pypi.python.org/pypi/PySAL WWW: http://pysal.org/ Notes: svn path=/head/; revision=367288