Commit graph

21 commits

Author SHA1 Message Date
Pawel Pekala
6588e7f54e Update to version 0.15.2
PR:		195948
Submitted by:	maintainer
2014-12-16 23:39:45 +00:00
Dmitry Marakasov
c0636fc6c3 - Update to 0.15.1
PR:		195535
Submitted by:	john@saltant.com (maintainer)
2014-12-03 13:34:48 +00:00
Pawel Pekala
cae6212aec - Update to version 0.15.0
- Offer experimental Openpyxl2 support
- epend on minimum versions of optional ports per upstream docs

PR:		194504
Submitted by:	maintainer
2014-11-04 16:11:57 +00:00
Bartek Rutkowski
7eca8dff0c math/py-pandas: convert to USES=python format
PR:		193205
Submitted by:	John W. O'Brien <john@saltant.com>
Approved by:	mentors (implicit)
2014-09-22 13:42:16 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Frederic Culot
7a9ab3fd2f - Update to 0.14.1
PR:		ports/191857
Submitted by:	John W. O'Brien <john@saltant.com> (maintainer)
2014-07-24 16:47:21 +00:00
Antoine Brodin
02f1958821 Fix 2 DEPENDS lines 2014-06-15 16:47:38 +00:00
Martin Wilke
85ef09be66 - Update to 0.14.0
PR:		190850
2014-06-15 08:37:03 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
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)
2014-03-10 20:55:20 +00:00
Ruslan Makhmatkhanov
bedee53426 math/py-pandas: update to 0.13.1
- update to 0.13.1
- remove lang/cython from BUILD_DEPENDS now that distfile is fixed
- include RUN_DEPENDS in TEST_DEPENDS
- add devel/py-boto to TEST_DEPENDS for completeness with pkg-message
- remove math/py-statsmodels from TEST_DEPENDS to break circular dependency
- Fix regression-test target to work with non-GitHub distfile which omits
  the ci/ directory. Borrow the print_skipped.py script to do this.

PR:		186802
Submitted by:	John W. O'Brien <john@saltant.com> (maintainer)
2014-03-04 10:17:29 +00:00
Ruslan Makhmatkhanov
2a8d43474f - update to 0.13.0
- remove patches, included upstream
- abandon easy_install and use auto-generated packing list
- update pkg-message and TEST_DEPENDS to reflect current recommendations and
  port availability
- add erroneously-omitted lang/cython to TEST_DEPENDS (for 'build_ext -i')
- conform regression-test target to upstream test procedure

while here:
- add lang/cpython as build dependency - C-extension will not be build w/o it
  and the whole build procedure failing.
- update LICENSE (BSD3CLAUSE)

PR:		185803
Submitted by:	"John W. O'Brien" <john@saltant.com> (maintainer)
2014-02-09 15:21:24 +00:00
William Grzybowski
14b67ba33b math/py-pandas: stagify and add a run dependency
PR:		ports/184096
Submitted by:	maintainer
2013-11-22 12:54:56 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Kubilay Kocak
611351f696 math/py-pandas: Update to 0.12.0
- Update to 0.12.0
- Two BUILD_DEPENDS are only RUN_DEPENDS, move them
- Patch some files out of MANIFEST.in
- Cherry pick upstream issue/commit [1]
- Define regression-test target and TEST_DEPENDS
- Document USES=display in support of unit tests

[1] https://github.com/pydata/pandas/issues/4353

PR:		ports/180889
Submitted by:	John W. O'Brien <john@saltant.com> (maintainer)
2013-09-20 13:04:02 +00:00
Ruslan Makhmatkhanov
15014d2937 - update to 0.11.0
- add explicit runtime dependency on databases/py-sqlite3

PR:		178067
Submitted by:	John W. O'Brien <john@saltant.com> (maintainer)
2013-05-08 23:02:33 +00:00
Frederic Culot
5fede813d8 - Update to 0.10.1
PR:		ports/175554
Submitted by:	John W. O'Brien <john@saltant.com> (maintainer)
2013-01-25 09:43:30 +00:00
Ruslan Makhmatkhanov
aa56844930 - update to 0.10.0
PR:		174544
Submitted by:	John W. O'Brien <john@saltant.com> (maintainer)
2012-12-20 06:10:01 +00:00
Ruslan Makhmatkhanov
707ae29d4b - update to 0.9.1
PR:		173691
Submitted by:	John W. O'Brien <john at saltant dot com> (maintainer)
Feature safe:	yes
2012-11-20 07:23:57 +00:00
Ruslan Makhmatkhanov
f40430ac78 - update to 0.9.0
- trim Makefile header

while here:
- change DISTVERSION with PORTVERSION (I missed this when this port was added)

PR:		172528
Submitted by:	John W. O'Brien <john at saltant dot com> (maintainer)
Feature safe:   yes
2012-10-11 12:52:38 +00:00
Ruslan Makhmatkhanov
6e90b12431 Add py-pandas , flexible, high-performance data analysis in Python.
PR:		169168
Submitted by:	John W. O'Brien <john at saltant dot com>
2012-08-16 14:57:27 +00:00