aboutsummaryrefslogtreecommitdiff
path: root/math/py-bottleneck
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Update to 1.3.2Sunpoet Po-Chuan Hsieh2020-02-222-4/+4
| | | | | | | Changes: https://github.com/pydata/bottleneck/blob/master/RELEASE.rst Notes: svn path=/head/; revision=526794
* Update to 1.3.1Sunpoet Po-Chuan Hsieh2019-12-082-4/+4
| | | | | | | Changes: https://github.com/pydata/bottleneck/blob/master/RELEASE.rst Notes: svn path=/head/; revision=519418
* Update to 1.3.0Sunpoet Po-Chuan Hsieh2019-11-132-10/+5
| | | | | | | Changes: https://github.com/pydata/bottleneck/blob/master/RELEASE.rst Notes: svn path=/head/; revision=517456
* 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
* Fix nosetests for non-default Python versionSunpoet Po-Chuan Hsieh2019-04-091-2/+2
| | | | | | | LOCALBASE/bin/nosetests is installed by py-nose of default Python version. Notes: svn path=/head/; revision=498494
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+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 PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-1/+1
| | | | | | | | | | 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
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Fix LICENSE_FILESunpoet Po-Chuan Hsieh2018-02-251-13/+15
| | | | | | | | | | | | | | - Simplify concurrent installation: - Use USE_PYTHON=concurrent - Remove DOCSDIR - Convert to test framework - Install only selected documentation to DOCSDIR - Do not silence installation message - Bump PORTREVISION for package change - Take maintainership Notes: svn path=/head/; revision=462922
* Give xmj@'s ports back to the poolTobias C. Berner2018-02-241-1/+1
| | | | | | | | PR: 226157 Submitted by: xmj Notes: svn path=/head/; revision=462775
* math/py-bottleneck: Added USE_PYTHON=concurrent; stripped shared libs; added ↵Yuri Victorovich2018-02-221-3/+7
| | | | | | | | | | | LICENSE_FILE Also split out post-install-DOCS-on. Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=462569
* Fix WWWSunpoet Po-Chuan Hsieh2017-12-301-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=457565
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-4/+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.2.1Tobias C. Berner2017-06-032-3/+4
| | | | | | | | | PR: 219353 Submitted by: xmj Approved by: xmj (maintainer) Notes: svn path=/head/; revision=442499
* Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the ↵Torsten Zuehlsdorff2016-06-231-1/+1
| | | | | | | | | | | owner requested. This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918. Approved by: junovitch (mentor) Notes: svn path=/head/; revision=417356
* Change MAINTAINER from xmj@FreeBSD.org to johannes@perceivon.netTorsten Zuehlsdorff2016-06-151-1/+1
| | | | | | | | | PR: 210265 Submitted by: Johannes Jost Meixner (johannes@perceivon.net) Approved by: pi (mentor) Notes: svn path=/head/; revision=416918
* Several ports: Change MAINTAINER from xmj@chaot.net to xmj@FreeBSD.orgKurt Jaeger2016-05-251-1/+1
| | | | | | | | PR: 209746 Submitted by: xmj Notes: svn path=/head/; revision=415848
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Update to 1.0.0Steven Kreuzer2015-11-232-4/+3
| | | | | | | | PR: 204274 Submitted by: John W. O'Brien <john@saltant.com> Notes: svn path=/head/; revision=402279
* - Convert ports of math/ to new USES=pythonMarcus von Appen2014-10-211-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371328
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+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
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-0/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* math/py-bottleneck: Update to 0.8.0Kubilay Kocak2014-02-162-4/+4
| | | | | | | | | | | | | - Update to 0.8.0 - Update LICENSE (BSD2CLAUSE) Changes: http://berkeleyanalytics.com/bottleneck/release.html#bottleneck-0-8-0 PR: ports/186122 Submitted by: Johannes Meixner <xmj@chaot.net> Notes: svn path=/head/; revision=344505
* math/py-bottleneck: Collection of fast NumPy array functions written in CythonWilliam Grzybowski2013-12-083-0/+42
WWW: https://www.github.com/kwgoodman/bottleneck/ PR: ports/184584 Submitted by: Johannes Jost Meixner <xmj chaot.net> Notes: svn path=/head/; revision=335898