2008 Commits

Author SHA1 Message Date
martin
5b951700fe Update to py-cftime 1.1.1. 2020-03-16 18:06:29 +00:00
bcallah
fe14f55848 Update to veusz-3.2
Changelog: https://github.com/veusz/veusz/releases/tag/veusz-3.2
ok rsadowski@, who tested with the new Qt 5.13
2020-03-14 13:29:02 +00:00
jca
3b5c90efe1 Register libcblas.so dependency on libblas.so
This avoids a runtime error with software linked by ld.lld -lcblas, and
a build error with ld.bfd -lcblas.

Spotted by sthen@ and tb@ while working on a py-numpy update.  Tests by
tb@ and martin@, ok tb@

A bunch of people want to move forward with this, so I'm not waiting for
Steven's ok.
2020-03-13 13:36:42 +00:00
bcallah
3fadcf226b Update to ebc-2.6.0
Changelog: https://github.com/gavinhoward/bc/releases/tag/2.6.0
2020-03-11 15:17:12 +00:00
daniel
add32f09f8 drop maintainer 2020-03-10 03:31:45 +00:00
martin
c41083d49f use ports-gcc to fix build on at least sparc64
input by sthen@ and tb@

OK tb@
2020-03-09 18:39:09 +00:00
bket
82a97195da Remove python2 FLAVOR, migrate to python3 by default
+add quirk
2020-03-07 06:50:42 +00:00
martin
030a11b4f6 +py-h5py,python3 2020-03-04 07:55:27 +00:00
martin
cd30a8743b import math/py-h5py
the h5py package is a Pythonic interface to the HDF5 binary data format.

input bket@ and sthen@
OK bket@
2020-03-04 07:54:18 +00:00
naddy
e2e7880f68 REVISION was accidentally lost; restore and bump 2020-03-02 18:16:16 +00:00
feinerer
79175b72c5 Update to R 3.6.3 2020-03-02 14:07:05 +00:00
rsadowski
ec1b71d900 Remove -qt4 flover in editors/qscintilla
All our consumers only use the qt5 FLAVOR. Because here, switch homepage to
https and bump revisions
2020-02-29 08:17:58 +00:00
rsadowski
872b337d7f Unbreak build with upcoming Qt5 update
OK steven@ (maintainer)
2020-02-29 07:59:29 +00:00
martin
dc1a1365d8 Update py-bottleneck to 1.3.2.
Drop python2 because py-pandas, the only consumer in the ports tree, is
now also python3-only. Adjust quirks accordingly.

OK kmos@ bket@
2020-02-28 18:58:47 +00:00
naddy
95dd5d6938 remove obsolete patch 2020-02-28 17:51:11 +00:00
bket
b3d4958ddb Update to py-pandas-1.0.1
Changes: https://pandas.pydata.org/docs/whatsnew/v1.0.0.html and
https://pandas.pydata.org/docs/whatsnew/v1.0.1.html. Noticeable change
is that python2 support has been dropped.

Tested by jca@ on sparc64. Thank you!

OK martin@
2020-02-27 18:23:39 +00:00
bket
38c3cfecfd Remove python2 FLAVOR, migrate to python3 by default
Briefly discussed with jca@ and espie@
2020-02-27 18:15:25 +00:00
rsadowski
f4302fa812 Fix build with upcoming Qt5 update.
Add missing include
2020-02-26 16:36:20 +00:00
benoit
6437fa5b92 Update to udunits-2.2.26. 2020-02-20 13:51:54 +00:00
benoit
466a8b7590 Update to p5-Math-BaseCnv-1.14. 2020-02-18 12:17:43 +00:00
daniel
fef0569685 Update to py-scipy 1.2.3. 2020-02-16 17:53:36 +00:00
daniel
747bb9a4fe Update to py-sympy-1.5.1. 2020-02-15 22:01:55 +00:00
martin
44924c4d9e Update py-affine to 2.3.0 and take maintainer.
ok landry@
2020-02-11 12:20:57 +00:00
martin
c2fd1c87bf Add py-cftime and py-netcdf4. 2020-02-09 18:48:29 +00:00
martin
be8e458848 Import math/py-netcdf4, a Python interface to the netCDF C library.
OK benoit@

earlier version input by sthen@ and kmos@
2020-02-09 18:45:25 +00:00
martin
fec1b6d629 Import math/py-cftime, a Python library for decoding time units and
variable values in a netCDF file conforming to the Climate and Forecasting
(CF) netCDF conventions.

OK benoit@

earlier versions input by sthen@ and kmos@
2020-02-09 18:43:18 +00:00
feinerer
6821f85e62 Update to Maxima 5.43.2 2020-02-07 12:36:26 +00:00
martin
81e4c9d879 update py-bootleneck to 1.3.1 and take maintainer
with help and extra testing from cwen@ and kmos@
2020-02-06 12:26:54 +00:00
benoit
fcbc2bc97f Update to p5-Business-Hours-0.13. 2020-02-06 09:28:37 +00:00
benoit
e3b0ce795c Update to ntl-11.4.3 from wen heping, thanks ! 2020-02-06 08:10:00 +00:00
fcambus
b4f2f99dd2 Drop maintainership for some Perl modules. 2020-02-04 21:17:28 +00:00
rsadowski
d0a83e8cbe Update CGAL to 4.14.2 (Switch from Qt4 to Qt5)
OK cwen@
2020-02-04 06:09:02 +00:00
bcallah
fd8af82e18 Update to ebc-2.5.3
Changelog: https://github.com/gavinhoward/bc/releases/tag/2.5.3
2020-02-01 02:43:47 +00:00
rsadowski
e1948e5700 Remove math/{eigen,eigen2}
No more customer available.

OK zhuk@, sthen@
2020-01-26 07:41:09 +00:00
rsadowski
ecddcd7fe2 Remove Qt4 dependency.
It was only necessary for the test suite but was installed as run dependency.
No need to drag this heavyweight port along.

Diff from and OK jca@
2020-01-26 07:30:15 +00:00
martin
e31dd5aafc - needs ports-gcc on at least sparc64 as suggested by sthen@ and confirmed
by kmos@

- fix tests to run like upstream recommends
2020-01-23 21:21:08 +00:00
bcallah
8ecadfa19a Update to ebc-2.5.1
Changelog: https://github.com/gavinhoward/bc/releases/tag/2.5.1
2020-01-17 13:38:58 +00:00
bcallah
66025dc475 Update to ebc-2.5.0
Changelog: https://github.com/gavinhoward/bc/releases/tag/2.5.0
2020-01-15 20:15:02 +00:00
benoit
5afb12fc89 Update to p5-Math-GMP-2.19, from wen heping. 2020-01-14 09:56:35 +00:00
naddy
8bad13a3aa bump after previous 2020-01-11 12:27:39 +00:00
cwen
cc3433d490 kst: improve the previous fix by adding only functions we need in the
global scope. Impacts !clang archs only. Safety REVISION bump
needed as kst has been built at least on powerpc (confirmed by sthen@,
thanks!).

OK rsadowski@ and pirofti@ (who proposed the change)
2020-01-10 23:10:38 +00:00
bcallah
6d3f2ad54f Update to bcal-2.2
Changelog: https://github.com/jarun/bcal/releases/tag/v2.2
2020-01-10 15:03:23 +00:00
martin
9fe9ac81b6 Add py-tables 3.6.1, a Python package for managing hierarchical
datasets and designed to efficiently and easily cope with extremely large
amounts of data.

py-tables 3.6.1 is python3 only

input and OK sthen@
2020-01-10 13:30:41 +00:00
sthen
b77c7a28d7 Disable the edgepaint tool and ipsepcola, both of which are linking with
hardcoded -lstdc++. Fixes builds on arches which don't have gcc in the
base system (aarch64 and i386) but may well also avoid some symbol
conflicts on all arches.

Patch autoconf/automake input files rather than generated files and
fix some inconsistent whitespace in port Makefile.

ok edd@.

(A proper fix would be to modify the build system to use c++ as the
linker rather than cc with hardcoded -lstdc++, as suggested in debian/TODO
from 2008).
2020-01-09 23:31:24 +00:00
cwen
d019a6b8cc kst: unbreak with ports-gcc.
Don't try linking with librt, fix out of scope errors.

OK pirofti@ and rsadowski@ (who provided a better fix, thanks!)
2020-01-09 17:20:47 +00:00
feinerer
7983a611ad Update to HDF5 1.10.6 2020-01-09 12:00:58 +00:00
edd
2aac4af278 Update math/graphviz to version 2.42.3.
Based on work from rsadowski@ (in openbsd-wip) and with lots of input
from sthen@.

OK sthen@, thanks!
2020-01-08 09:44:55 +00:00
martin
45305c1dcf Update py-snuggs to 1.4.7.
- fix tests with help from kmos@
- take MAINTAINER

ok kmos@
2020-01-06 08:52:42 +00:00
jca
0069c2d2c3 Fix no_x11 packaging
Restore %%flavor%% lines, removed in pevious in previous.
PFRAG.no-no_x11 provides xmgrace.

While here also rm xmgrace.1 in no_x11 case.

ok sthen@ martin@ (maintainer)
2019-12-26 12:05:00 +00:00
martin
e4d64575df +grace,no_x11 2019-12-25 15:01:08 +00:00