168450 Commits

Author SHA1 Message Date
martin
5fcf5611d4 Fix on at least sparc64 by using ports-gcc.
OK kmos@
2022-08-17 18:47:19 +00:00
sthen
b3388449a6 update to isc-bind-9.18.6 2022-08-17 15:45:06 +00:00
sthen
ad5f96885c move py-parsing back to using "pip wheel" instead of py-build to avoid recursion 2022-08-17 15:28:13 +00:00
kmos
8417069fd9 Hook py-websockets up to build 2022-08-17 15:14:29 +00:00
kmos
8337baad88 websockets is a library for building WebSocket servers and clients
in Python with a focus on correctness, simplicity, robustness, and
performance.

Built on top of asyncio, Python's standard asynchronous I/O framework,
it provides an elegant coroutine-based API.

ok sthen@

From maintainer George Rosamond
2022-08-17 15:13:53 +00:00
sthen
f9aea48d07 set CARGO_BUILD_JOBS=${MAKE_JOBS} in MAKE_ENV, it is otherwise defaulting
to parallel build which eats all memory on i386. (before rust 1.63.0 it
ran into problems sometimes, but now it hits it every time)

good clues from semarie@
2022-08-17 12:10:32 +00:00
sthen
1a77396a9c update to py3-cvxpy-1.2.1 2022-08-17 10:22:51 +00:00
sthen
8c517eaed8 needs python.port.mk to provide MODPY_FLAVOR, so that the correct (py3)
flavour of py-yaml is installed
2022-08-17 09:52:16 +00:00
sthen
52af9bfc01 backport upstream build fix for newer setuptools 2022-08-17 09:33:18 +00:00
op
7b52795ca5 update net/bwm-ng to 0.6.3
0.6.2 and 0.6.3 are mostly bugfixes: https://www.gropp.org/bwm-ng/changelog

ok solene@
2022-08-17 09:18:28 +00:00
mestre
86b4cbd9a2 update to 2022.08.14
new extractors: jixie, moview, parler, truth
2022-08-17 07:14:03 +00:00
ajacoutot
cd0bba394a Update to libgnomekbd-3.28.0. 2022-08-17 07:06:02 +00:00
ajacoutot
0a7e479d9a Missing RDEP on x11/gnome/libgnomekbd. 2022-08-17 06:58:47 +00:00
rsadowski
db3df6c770 Update jenkins-devel to 2.364 2022-08-17 05:54:53 +00:00
bket
578a25a8c1 Update to notmuch-0.36
Changes: https://notmuchmail.org/news/release-0.36/

OK sthen@
2022-08-17 04:55:24 +00:00
jeremy
9842cf89af Update to sequel_pg 1.16.0 2022-08-16 23:09:16 +00:00
naddy
1ccfd9e508 audio/sidplay: fix sndio output (apparently never tested) 2022-08-16 22:31:37 +00:00
jca
2f2499611b Restrict rizin to amd64 and i386 (sole archs supported by the native debug code)
It may be possible to disable the native debug code to benefit from
other rizin features on other archs, but it's not clear to me how to do
that using the meson build system.
2022-08-16 22:03:35 +00:00
sthen
3d3ce64cdc rizin: add py-yaml as a BDEP, it's picked up during
configure and used during build. reported by naddy@, ok edd@
2022-08-16 21:46:23 +00:00
bluhm
9b73d382b0 update udpbench to 1.04 2022-08-16 20:43:11 +00:00
pvk
eb1b28b04a Update ansible-core 2.13.2 -> 2.13.3
Changelog: https://github.com/ansible/ansible/blob/stable-2.13/changelogs/CHANGELOG-v2.13.rst#v2-13-3
2022-08-16 20:09:46 +00:00
sthen
e5780fd782 update to ipython-8.4.0, many thanks to bket@ for testing with
jupyter-notebook.  ok bket@
2022-08-16 19:30:17 +00:00
sthen
a10675d5e2 avoid BDEP loop 2022-08-16 19:26:24 +00:00
bket
2225112a39 Update to lz4-1.9.4
Maintenance release, which is a drop-in replacement for existing
features. Changelog can be found at
ttps://github.com/lz4/lz4/releases/tag/v1.9.4.

Minor of liblz4 has been bumped because a symbol has been added.

OK sthen@
2022-08-16 19:19:07 +00:00
sthen
4fc3c82918 avoid BDEP loop 2022-08-16 19:17:49 +00:00
sthen
6fb9e0a07b avoid BDEP loop 2022-08-16 19:15:17 +00:00
pvk
43b8865baa Update opensearch 2.1.0 -> 2.2.0
Release notes: https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.2.0.md
ok op@
2022-08-16 19:02:43 +00:00
sthen
89c16d202d +py-asttokens py-executing py-littleutils py-pure_eval py-stack_data py-typeguard 2022-08-16 18:54:37 +00:00
op
cc2f699d25 +opensearch-dashboards 2022-08-16 18:54:11 +00:00
op
53d15d2e73 +_opensearch-dashboards 2022-08-16 18:53:43 +00:00
op
6e7c38de12 import opensearch-dashboards-2.2.0
OpenSearch Dashboards is the default visualization tool for data in
OpenSearch.  It also serves as a user interface for many of the
OpenSearch plugins, including security, alerting, Index State
Management, SQL, and more.

joint work with pkv@, thanks a lot!!
2022-08-16 18:52:40 +00:00
sthen
6eddbd43f6 import ports/devel/py-typeguard, ok bket@
This library provides run-time type checking for functions defined with
PEP 484 argument (and return) type annotations.
2022-08-16 18:52:12 +00:00
sthen
a24002e98e import ports/devel/py-stack_data, tweak/ok bket@
This is a library that extracts data from stack frames and tracebacks,
particularly to display more useful tracebacks than the default.
It powers the tracebacks in IPython and futurecoder.
2022-08-16 18:51:56 +00:00
sthen
e031e07f13 import ports/devel/py-pure_eval, ok bket@
This is a Python package that lets you safely evaluate certain AST nodes
without triggering arbitrary code that may have unwanted side effects.
2022-08-16 18:51:42 +00:00
sthen
f682c72102 import ports/devel/py-littleutils, ok bket@
Small personal collection of python utility functions.
2022-08-16 18:51:22 +00:00
sthen
9c9e60b3ed import ports/devel/py-executing, ok bket@
This mini-package lets you get information about what a frame is
currently doing, particularly the AST node being executed.
2022-08-16 18:51:07 +00:00
sthen
e24781aaf2 import ports/devel/py-asttokens, tweak/ok bket
The asttokens module annotates Python abstract syntax trees (ASTs) with
the positions of tokens and text in the source code that generated them.

It makes it possible for tools that work with logical AST nodes to
find the particular text that resulted in those nodes, for example for
automated refactoring or highlighting.
2022-08-16 18:50:50 +00:00
bket
34747bc093 Update to remind-4.0.3
Changes:
https://git.skoll.ca/Skollsoft-Public/Remind/src/tag/04.00.03/docs/WHATSNEW

From maintainer Martin Ziemer <horrad@horrad.de>
2022-08-16 17:42:21 +00:00
gonzalo
08f629aa6a Update Duf to 0.8.1
OK op@
2022-08-16 15:55:18 +00:00
jturner
7e695309ca Update janet to 1.24.0 2022-08-16 14:34:15 +00:00
landry
e5e737a860 www/mozilla: add wip support for PGO (profile guided optimizations)
fetch & use llvm profiling data directly from mozilla's taskcluster
not used yet, needs to specify MOZILLA_PROFDATA_TASKID in the consumer.
2022-08-16 13:40:36 +00:00
sthen
002b22af08 tweak comment 2022-08-16 12:57:10 +00:00
sthen
f3259f3704 update to mongodb-4.4.16 2022-08-16 12:53:33 +00:00
sthen
ceb5991ffe use MODPY_PEP517 2022-08-16 12:14:27 +00:00
sthen
e0d6ad3776 remove now-unneeded comment 2022-08-16 12:13:25 +00:00
sthen
5ded5c2185 use MODPY_PEP517 2022-08-16 12:12:36 +00:00
sthen
35f910e621 use ${MODPY_BIN} -m build rather than pip to build wheels 2022-08-16 12:10:28 +00:00
sthen
c8e783c86b py-gevent: move zope.event/zope.interface from TDEP to RDEP
spotted by robert@
2022-08-16 11:46:33 +00:00
sthen
9d1de03b21 update to py3-pygments-2.13.0 2022-08-16 11:17:37 +00:00
sthen
770e56d582 update to py3-repoze-who-2.4.1 2022-08-16 11:02:49 +00:00