Commit Graph

2441 Commits

Author SHA1 Message Date
sthen
9c6e8e431c update to py3-pandas-1.5.2 2022-11-24 12:41:17 +00:00
steven
c0fa6229b6 update to 3.3.10
ok sthen@
2022-11-21 23:01:17 +00:00
jca
4d9209df96 Add link to FreeBSD phabricator 2022-11-19 17:49:55 +00:00
jca
05d4700c8b Fix crash when using "-" (stdin) multiple times
Report and fix from Ross L Richardson, ok op@

Upstream patch discussion opened by Mikhail:
https://reviews.freebsd.org/D37346
2022-11-19 17:48:44 +00:00
rsadowski
6bfa06380d Switch master sites and homepage to HTTPS 2022-11-17 06:20:58 +00:00
rsadowski
f961d6913d Switch master sites and homepage to HTTPS 2022-11-17 06:20:10 +00:00
sthen
aed0fa1656 fix SHARED_LIBS, think-o when I bumped the version for py3.10 2022-11-14 08:18:27 +00:00
steven
eec89ac9b5 update to 7.3.0
also tested by Volker Schlecht
2022-11-13 19:13:38 +00:00
steven
2a12e366c4 update to 0.49
ok aisha@
2022-11-13 19:12:20 +00:00
steven
9ec9623ade update to 0.55
ok aisha@
2022-11-13 19:11:37 +00:00
sthen
dae9f91e31 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:28:39 +00:00
sthen
1f4930b1f0 update Python version in ports which don't use python.port.mk variables 2022-11-13 15:26:04 +00:00
sthen
85e4068af9 update to py3-scikit-image-0.19.3 2022-11-10 13:04:39 +00:00
ajacoutot
335372b1f8 Update to Imath-3.1.6. 2022-11-08 12:02:33 +00:00
jca
5a2bd2d713 +ministat 2022-11-06 17:16:28 +00:00
jca
ba0a8dfb62 Import math/ministat
The ministat command calculates fundamental statistical properties of numeric
data in the specified files or, if no file is specified, standard input.

From Mikhail, with input from op@ sthen@ and kmos@.  ok op@ kmos@
2022-11-06 17:15:05 +00:00
ajacoutot
d3aaddb10c WANTLIB: pcre -> pcre2-8 after recent glib2 update. 2022-11-05 17:06:22 +00:00
op
0d6496c6e9 update math/cglm to 0.8.7
previous release didn't ship some headers for the new functions; no
changes to existing APIs.
2022-10-27 12:24:52 +00:00
op
69f0139590 update math/cglm to 0.8.6
changelog: https://github.com/recp/cglm/releases/tag/v0.8.6
2022-10-24 14:25:39 +00:00
jca
348f44b603 Use https for netlib.org MASTER_SITES and HOMEPAGE
ok steven@ (maintainer)
2022-10-18 17:59:23 +00:00
sthen
239faa6a56 update to libqalculate-4.4.0 2022-10-18 10:59:24 +00:00
martin
e327a01f20 Update py-netcdf4 to 1.6.1. 2022-10-09 19:16:51 +00:00
sthen
dac65d5efa update to visidata-2.10.2 2022-10-09 14:28:41 +00:00
kmos
747935a27e Only enable LTO when using clang since it isn't available on GCC.
Fixes build on sparc64
2022-09-19 20:11:41 +00:00
ajacoutot
797b5cb9d8 Update to gnumeric-1.12.53. 2022-09-18 08:40:44 +00:00
solene
5a06782b40 add George Rosamond as maintainer 2022-09-16 10:50:26 +00:00
sthen
ae00a87925 update to visidata-2.10.1 2022-09-16 08:15:42 +00:00
sthen
2206a80000 rename MODPY_PEP517 to MODPY_PYBUILD which is a bit less of a
magic-numbers name and more of a nod at the frontend we're actually
using for the build.
2022-09-13 20:56:17 +00:00
kmos
460de881c4 Hook py-datedelta up to the build 2022-09-13 20:09:30 +00:00
kmos
7dc9052dcc Import py-datedelts
datedelta.datedelta is datetime.timedelta for date arithmetic.

It accounts for oddities of the Gregorian calendar.

It's convenient for computing yearly, monthly, or weekly subscriptions
periods.

From George Rosamond

ok sthen
2022-09-13 20:08:52 +00:00
sthen
d109936d83 +py-oldest-supported-numpy 2022-09-12 11:29:27 +00:00
sthen
2b9c2963f6 import math/py-oldest-support-numpy, ok landry@
This is a Python meta-package which can be used in pyproject.toml files
to automatically provide as a build-time dependency on Numpy.

Normally it is used to depend on the oldest version that supports the
given Python version and platform where a pre-built Numpy wheel is
available, such that compiled extensions are ABI-compatible with a
wider range of Numpy versions.

For OpenBSD packages where we manage dependencies internally and
don't use upstream pre-built wheels, this is modified to allow any
version.
2022-09-12 11:28:55 +00:00
kmos
362ca7b59f numpy uses C++ now, so COMPILER needs to be "base-clang ports-gcc"
Fixes build on sparc64
2022-09-11 23:20:18 +00:00
sthen
73ba8fe317 use DPB_PROPERTIES=nojunk; mlpack uses setuptools without using
MODPY_SETUPTOOLS so it doesn't pick up nojunk from python.port.mk

setuptools can pick up importlib_metadata if present at runtime,
if it's junked at the wrong point we can get "AttributeError: module
'importlib_metadata' has no attribute 'MetadataPathFinder'" (as
reported by aja@)

This can probably go away after switching to Python 3.10 by default
2022-09-07 14:34:13 +00:00
semarie
7db8935a56 update math/igraph to 0.9.9
ok tb@
2022-09-03 16:00:55 +00:00
sthen
8bbfef91cb update to py3-numpy-1.23.2, thanks jca@ tb@ for tests on various archs
and it's been through most of a bulk on i386 by me albeit with python
default switched to 3.10 (plus various consumers tested separately with
3.9).

- i386 is using --disable-optimization for now; 1.20 added cpu optimizations
(SSE, AVX, etc) with runtime detect, but with any optimization level we're
hitting segfaults at runtime in numpy's own tests, and when building other
ports that use numpy (e.g. makehuman)

- macppc segfaults in numpy's own tests - this isn't new for this version,
1.19.5 failed in this way on OpenBSD too, but various other runtime use
is working (e.g. able to build py-scipy and makehuman with this).
old patches were supposedly needed to build numpy itself and scipy;
they are no longer needed for those so I've removed them.
2022-09-02 18:59:16 +00:00
rsadowski
e007038b43 Remove USE_NINJA
Is no longer necessary here with newer cmake.port.mk
2022-09-02 13:21:20 +00:00
sthen
cebd2566d5 update to visidata-2.10 2022-09-02 08:50:37 +00:00
tb
5514f21fef Update to lean 3.48.0 2022-08-31 14:13:50 +00:00
sthen
f6fd8cefc2 set DPB_PROPERTIES=parallel for lapack, ok kmos steven 2022-08-31 12:50:28 +00:00
sthen
d83f47c17e build debug packages for numpy 2022-08-30 14:45:15 +00:00
sthen
9d1ca963dd unbreak, I didn't set MODPY_PEP517 correctly, reported by aja@ naddy@ 2022-08-28 19:00:50 +00:00
ajacoutot
e53dc96ca5 Remove. 2022-08-28 09:28:56 +00:00
sthen
0ebbedb44b update to py3-numexpr-2.8.3 2022-08-27 18:09:57 +00:00
sthen
1dd4726d2f update to py3-cvxopt-1.3.0 2022-08-27 15:33:53 +00:00
steven
1cfb7fb065 update to 7.2.0
tested also by Volker Schlecht
2022-08-24 19:53:38 +00:00
sthen
70ac2ee032 update to py3-pandas-1.4.3 2022-08-24 12:35:11 +00:00
kmos
166e440b6f math/py-cvxpy uses C++11 so shift to ports-gcc on base-gcc arches
Fixes the build on sparc64
2022-08-20 23:04:16 +00:00
sthen
526b2d5581 remove py2 backports of functionality from python 3.x which are no
longer used by other ports
2022-08-18 14:33:53 +00:00
fcambus
9f024bd2f7 Update z3 to 4.10.2. 2022-08-17 21:59:48 +00:00