sthen
f7458d555a
update to py3-dill-0.3.5.1
2022-08-27 10:26:27 +00:00
sthen
197f6fb62e
fix bogus MODPY_VERSION in plist
2022-08-27 10:13:39 +00:00
sthen
90ce6fd711
drop py-uv, it was previously used for py-neovim with py2 but that was
...
not needed for a while. abandoned upstream, won't work with py3.10,
and uvloop suggested instead (https://github.com/saghul/pyuv/issues/270 )
ok edd@
2022-08-27 09:32:20 +00:00
sthen
956e3b651c
more s/MODPY_VERSION/3.9 in plist
2022-08-27 08:33:14 +00:00
sthen
10a5cda2ed
s//3.9/ in plist
2022-08-27 07:33:18 +00:00
sthen
c68c17471e
update HOMEPAGE and sync plist
2022-08-26 21:08:49 +00:00
sthen
1ad2d1aed8
update to py3-cffi-1.15.1
2022-08-26 15:34:06 +00:00
sthen
69b208a0ef
update to py3-hypothesis-6.47.1
2022-08-26 13:56:11 +00:00
landry
8f2a577177
devel/py-build{bot,slave}: update to 3.6.0.
...
see http://docs.buildbot.net/current/relnotes/index.html#buildbot-3-6-0-2022-08-25
2022-08-26 13:52:20 +00:00
sthen
566672b28e
update to cvs-fast-export-1.59
2022-08-26 13:15:25 +00:00
sthen
bdf9e5374b
update to py3-asn1-modules-0.2.8
2022-08-26 13:14:18 +00:00
sthen
978bb85c54
update to py3-lazy-object-proxy-1.7.1
2022-08-26 08:08:15 +00:00
sthen
cfbdfefd77
update to py3-filetype-1.1.0
2022-08-26 08:03:34 +00:00
fcambus
cb61ab7536
binutils: fix error in comment, bfd.info is installed by devel/gdb.
2022-08-26 07:55:19 +00:00
sthen
69ce15ddc1
update to py3-hatchling-1.8.1
2022-08-26 07:50:50 +00:00
sthen
a243eca138
update to py-funcy-1.17
2022-08-26 07:48:24 +00:00
sthen
07cb2996d1
update to py3-flaky-3.7.0
2022-08-26 07:41:18 +00:00
sthen
e69dfec703
update to py3-cachetools-5.2.0
2022-08-26 07:38:00 +00:00
rsadowski
c7e4b9ddd1
Update jenkins-devel to 2.365
2022-08-26 05:09:55 +00:00
rsadowski
497d9ba8a7
Update KDE Gear to 22.08 and ksnip to 1.10.0
...
https://kde.org/announcements/gear/22.08.0/
https://github.com/ksnip/ksnip/releases/tag/v1.10.0
Ksnip, kimageannotator, kimagemapeditor also had to be
included in this update as KDE depends on it.
2022-08-25 20:13:13 +00:00
rsadowski
4b8ff8da6d
Update CMake to 3.24.1
...
Version 3.24:
https://cmake.org/cmake/help/v3.24/release/3.24.html
Bugfix update 3.24.1:
https://www.kitware.com/cmake-3-24-1-is-available-for-download/
OK tb@ for version 3.24.0
2022-08-25 20:06:36 +00:00
jca
6a9ebc1247
Prepare for riscv64 rust support
...
Help from semarie@, ok semarie@ ajacoutot@ (maintainer)
2022-08-25 11:44:39 +00:00
jca
045015cdb7
Those ports use the ring crate and can't build on powerpc64 and riscv64.
...
The ring-v0.16.20 crate (latest) only builds on a handful of archs.
Work seems to be ongoing upstream to add support for more architectures.
ok semarie@
2022-08-24 21:53:42 +00:00
jca
59f3e357d6
Bump cc and libc crates in those rust ports
...
cc >= 1.0.73 (latest) and libc >= 0.2.113 (latest is 0.2.232) are needed
for powerpc64 and riscv64 support. semarie@ will take care of the
lang/rust bits.
Help from semarie@, powerpc64 tests by gkoehler@, ok semarie@
2022-08-24 21:43:08 +00:00
jasper
35fc22f822
py-cstruct-2.2
2022-08-24 13:35:49 +00:00
jasper
7c18aa053e
update to py-elftools-0.29
2022-08-24 13:31:20 +00:00
sthen
cb1297f088
update to ccache-4.6.2
2022-08-24 12:54:55 +00:00
sthen
06a65875a8
update to py3-jaraco-functools-3.5.1
2022-08-24 12:41:17 +00:00
sthen
817f871e53
update to reposurgeon-4.32
2022-08-24 11:56:17 +00:00
bluhm
87167c64c8
update p5-Params-Util to 1.102
2022-08-23 20:36:44 +00:00
bluhm
247bd9c65a
update p5-Type-Tiny to 1.016008
2022-08-23 19:03:17 +00:00
bluhm
362ca64ffb
update p5-File-BaseDir to 0.09
2022-08-23 18:38:38 +00:00
kmos
cc534aabcf
https://github.com/kislyuk/argcomplete/blob/develop/Changes.rst
...
Update to 2.0.0
Brings fish support and Python 3.10 support
ok sthen
2022-08-23 16:51:20 +00:00
sthen
4b78aec7e2
update to py3-tempora-5.0.2
2022-08-22 12:15:41 +00:00
sthen
cb4dd38add
py3-importlib_resources no longer needed since we switched default to py3.9
2022-08-22 11:52:48 +00:00
sthen
35b1f3c797
update to py3-jsonschema-4.14.0
2022-08-22 11:37:49 +00:00
sthen
71b43596a2
update to py3-typing_extensions-4.3.0, ok Renaud Allard (maintainer)
2022-08-22 10:50:05 +00:00
sthen
61ab9c7d25
update to libyaml-0.2.5, ok pea@
2022-08-21 13:25:38 +00:00
rsadowski
820da671b4
Enable some DEBUG_PACKAGES
2022-08-21 13:22:27 +00:00
op
0effa842bb
update devel/scons to 4.4.0
...
changelog: https://github.com/SCons/scons/releases/tag/4.4.0
ok sthen@
2022-08-21 08:59:46 +00:00
kmos
d69be21811
Mark BROKEN-sparc64 since ports-clang emits assembly that the assembler in
...
base cannot understand
/tmp/testplug-3405d1.s:2847: Error: can't resolve `.L.str.48'
2022-08-20 23:37:41 +00:00
kmos
826d2761cc
Mark BROKEN-sparc64 since ports-clang outputs assembly that the assembler in
...
base cannot understand
/tmp/testplug-b7d3f7.s:2847: Error: can't resolve `.L.str.48'
2022-08-20 23:36:13 +00:00
kmos
f1bca41c3a
devel/etl needs c++11 so requires ports-gcc on base-gcc arches
...
Fixes the build on sparc64
2022-08-20 23:01:56 +00:00
kmos
07ba8ad713
Do the usual base-gcc c99 dance to fix build on sparc64
2022-08-20 22:34:58 +00:00
sthen
a2de78acf9
update to py3-apipkg-3.0.1
2022-08-20 14:35:22 +00:00
sthen
879cad6e26
update to py3-execnet-1.9.0
2022-08-20 14:35:22 +00:00
sthen
c021d5cbbd
update to py3-setuptools-rust-1.5.1
2022-08-20 13:54:29 +00:00
sthen
20f6dedead
update to py3-jsonschema-4.13.0
2022-08-20 13:17:49 +00:00
sthen
3f36380e4e
+py-hatch-fancy-pypi-readme
2022-08-20 13:16:58 +00:00
sthen
1dc92824c5
import ports/devel/py-hatch-fancy-pypi-readme, ok kmos@
...
hatch-fancy-pypi-readme is a Hatch metadata plugin which allows you to
define your PyPI project description in terms of concatenated fragments
that are based on static strings, files, and most importantly: parts of
files defined using cut-off points or regular expressions.
2022-08-20 13:16:23 +00:00