Commit Graph

2476 Commits

Author SHA1 Message Date
ajacoutot aa7091aa40 Remove empty trailing line(s). 2023-01-25 10:54:32 +00:00
martin 39ba8148b4 Update py-bottleneck to 1.3.6. 2023-01-24 09:20:46 +00:00
martin 24fa08e3e8 Update py-affine to 2.4.0. 2023-01-24 08:29:52 +00:00
ajacoutot 9592fca5cf Add mssing BUILD+RUN_DEPENDS on devel/py-gobject3${MODPY_FLAVOR}.
build breakage reported by naddy@
2023-01-23 09:21:38 +00:00
sthen 7d942d7e25 update to visidata-2.11 2023-01-22 15:02:57 +00:00
ajacoutot 8709a107e1 Update to gnumeric-1.12.54. 2023-01-20 09:36:05 +00:00
daniel 893abb61c5 update scipy to 1.6.3
ok sthen@
2023-01-19 03:13:35 +00:00
phessler d500cdf9a0 add forgotten REVISION bump 2023-01-18 21:24:29 +00:00
phessler 5223354db6 sprinkle USE_NOEXECONLY to not segfault while building 2023-01-18 18:14:33 +00:00
daniel 6802ac4174 update sklearn to 1.2.0
ok pirofti@ (MAINTAINER)
2023-01-17 00:19:04 +00:00
bcallah 11b82debd0 Update to bc-gh-6.2.2
Changelog: https://github.com/gavinhoward/bc/compare/5.2.5...6.2.2
2023-01-16 19:15:06 +00:00
sthen 2b2538c1a8 update to py3-numpy-1.24.1 2023-01-16 12:13:03 +00:00
kn d7000659e1 update to cfitsio 4.2.0 2023-01-15 02:44:49 +00:00
tb c34ec940b3 py-numpy: add missing TDEPs. py3-typing_extensions (tests break badly if
it isn't installed). test_requirements.txt also lists py3-test-cov and
py3-wheel, so add them as well.

ok phessler
2023-01-13 08:24:08 +00:00
sthen 25fdaf201c update to py3-numpy-1.24.0 (and I rechecked that --disable-optimization
is still needed on i386)
2023-01-12 21:42:05 +00:00
tb b8e9b0024f py-numpy: enable fortran again on aarch64 2023-01-11 22:03:44 +00:00
sthen 496a6dfcaa +py-gmpy2 2023-01-11 15:56:20 +00:00
sthen 496b01d40c import ports/math/py-gmpy2, ok tb@
gmpy2 is an optimized, C-coded Python extension module that supports
fast multiple-precision arithmetic.

gmpy2 is based on the original gmpy module but adds support for
correctly rounded multiple-precision real arithmetic (using the MPFR
library) and complex arithmetic (using the MPC library).
2023-01-11 15:55:11 +00:00
phessler a954514d48 unbreak by temporarily stop using a fortran compiler
suggested by jca@
OK tb@
2023-01-10 09:24:03 +00:00
rsadowski d23b038578 Add labplot 2023-01-07 20:38:42 +00:00
rsadowski 5d4315bc1a Import labplot-2.9.0, OK kn@
LabPlot is a program for two- and three-dimensional graphical presentation of
data sets and functions. LabPlot allows you to work with multiple plots which
each can have multiple graphs. The graphs can be produced from data or from
functions.
2023-01-07 20:37:25 +00:00
lraab a37fc028df math/ hook py-contourpy up 2022-12-26 15:58:03 +00:00
lraab d4e53215ca math/py-contourpy: import 1.0.6
ContourPy is a Python library for calculating contours of 2D
quadrilateral grids

feedback from and ok sthen@
2022-12-26 15:56:39 +00:00
sthen e2832ebdc4 use MODPY_PYBUILD=setuptools_scm rather than BDEPs on setuptools-scm 2022-12-19 13:05:01 +00:00
op d485d3ee83 update math/cglm to 0.8.8
- new abs functions for vec2, ivec2, ivec3, ivec4
 - fix assertion in test_clamp on x86
 - fix missing abs declaration on Emscripten
2022-12-15 12:07:27 +00:00
sthen 4951c727ca add missing BDEP on math/py-oldest-support-numpy;
$ grep requires pyproject.toml
requires = ["setuptools>=41.2", "cython>=0.19", "oldest-supported-numpy"]
2022-12-09 14:26:44 +00:00
martin 224747f5ee Update py-netcdf4 to 1.6.2. 2022-12-09 08:44:36 +00:00
martin 9eaf574281 Update py-cftime to 1.6.2. 2022-12-09 08:29:44 +00:00
sthen fcb28fbc46 update to py3-numpy-1.23.5 2022-12-07 09:22:19 +00:00
sthen 3babce085a update to calc-2.14.1.2 2022-11-30 08:48:11 +00:00
sthen 5935cedbb5 update to calc-2.14.1.1 2022-11-28 10:31:02 +00:00
sthen d858b7cc2a Ports built with setuptools on python 3.10 don't need a RUN_DEPENDS on
setuptools (it's used as a package locator but importlib.metadata in
newer Python core or the external importlib_metadata are preferred).
So drop the RDEP in that case (it's still kept for py27) and bump
revisions.
2022-11-26 23:28:11 +00:00
sthen c3246a42a5 replace patch with a dep on oldest-supported-numoy, now that we have it 2022-11-26 09:58:02 +00:00
sthen 05068640ea BDEP on math/py-oldest-supported-numpy 2022-11-25 19:36:05 +00:00
sthen 1497c50b7d use MODPY_PYBUILD 2022-11-25 19:30:34 +00:00
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