25445 Commits

Author SHA1 Message Date
landry
e9f49bf2ec devel/proj: update to 9.0.0.
see https://github.com/OSGeo/PROJ/releases/tag/9.0.0
went in a bulk without fallout, ok ajacoutot@
2022-03-04 07:39:55 +00:00
jeremy
982280b435 Hookup ruby-mini_portile2 2022-03-03 22:32:15 +00:00
jeremy
7897f95776 Import ruby-mini_portile2
Dependency needed for ruby-nokogiri.

OK sebastia@
2022-03-03 22:20:58 +00:00
sthen
6832a396f9 update to p5-Locale-Maketext-Gettext-1.32 2022-03-03 11:30:21 +00:00
sthen
2e441960f4 update to p5-Locale-Codes-3.70 2022-03-03 11:30:21 +00:00
sthen
c23cb95675 update to py-intervaltree-3.1.0 2022-03-03 10:04:24 +00:00
ajacoutot
68ec8fd189 Update to harfbuzz-4.0.0. 2022-03-03 07:29:28 +00:00
kn
bbf845bbf1 Register gtest as build and test dependency
The most obvious thing was missing in the previous diff.
Found the hard way by phessler in an arm64 bulk.
2022-03-02 21:42:10 +00:00
op
5164b3d923 update devel/scons to 4.3.0
changelog: https://github.com/SCons/scons/releases/tag/4.3.0

tested all consumers on amd64 except devel/arm-compute-library which is
aarch64 only.

ok sthen@
2022-03-02 17:03:28 +00:00
sthen
8397ee13cb +pystring 2022-03-02 16:21:18 +00:00
sthen
46038c301e import ports/devel/pystring, from Dimitri Karamazov, ok on earlier versions
daniel@ op@, spelling tweak by me

Pystring is a collection of C++ functions which match the interface and
behavior of python's string class methods using std::string.
2022-03-02 16:20:01 +00:00
sthen
4a400f7546 update to py3-regex-2022.3.2 2022-03-02 13:00:55 +00:00
kn
54ff61aeb3 Enable tests
"98% tests passed, 3 tests failed out of 180" on amd64 and arm64.
sparc64 fails to build, i.e. enabling tests knocks out the package itself,
thus disable it until we fixed it.

Heavy lifting and diff from Andrew Krasavin
sparc64 tests/exclusion from me
Feedback OK op
2022-03-02 11:46:58 +00:00
sthen
33209053e8 update to py3-hypothesis-6.39.0 2022-03-02 11:10:07 +00:00
fcambus
7861845025 Update perltidy to 20220217. 2022-03-02 09:57:26 +00:00
daniel
2e90173d6e update py-pebble to 4.6.3
This fixes some runtime breakage on python 3.8+. See:
  https://github.com/noxdafox/pebble/issues/75
2022-03-02 05:39:33 +00:00
sthen
0f1a96de66 we no longer need GNU tar to extract these archives correctly 2022-03-01 21:26:19 +00:00
sthen
502b5cba21 update to ccache-4.6 2022-03-01 21:14:19 +00:00
sthen
0004605039 update to maturin-0.12.9, from Dimitri Karamazov (maintainer) 2022-03-01 21:06:24 +00:00
sthen
af3aee1d6d update to cgdb-0.8.0 2022-03-01 13:43:32 +00:00
bket
762edac018 devel/pytest-expect: s/py-msgpack/py-u-msgpack
As a result two patches can be dropped.

OK sthen@
2022-03-01 10:35:46 +00:00
sthen
de0b567d0c update to py3-construct-2.10.68, which amongst other things gets rid of an
annoying deprecation warning
2022-03-01 10:29:53 +00:00
sthen
da22480ebe update uncompyle6 to latest release, but mark broken as it doesn't handle
Python 3.9.10 yet
2022-02-28 15:35:39 +00:00
sthen
94c5ab822d update to py3-xdis-6.0.3 2022-02-28 15:28:28 +00:00
sthen
04699bb55f update to py3-test-xdist-2.5.0 2022-02-28 13:24:49 +00:00
sthen
369e4ca9b2 update to py3-test-httpbin-1.0.2 2022-02-28 12:43:11 +00:00
sthen
09b6636da7 update to py3-pytest-subtests-0.6.0 2022-02-28 12:40:37 +00:00
sthen
c4c4c3e967 update to py3-test-cov-3.0.0 2022-02-28 12:37:55 +00:00
sthen
568952cfcb update to py3-GitPython-3.1.27 2022-02-28 12:14:27 +00:00
sthen
6bf0648084 update to py3-gitdb-4.0.2 2022-02-28 12:14:23 +00:00
sthen
5226402b41 update to py3-isodate-0.6.1 2022-02-28 12:10:18 +00:00
sthen
fc63ec80f3 update to py3-coveralls-3.3.1 2022-02-28 11:59:11 +00:00
sthen
ca7ba75f3c update to doit-0.34.1 2022-02-28 11:55:33 +00:00
sthen
821d44957e update to py3-crc32c-2.2 2022-02-28 11:31:39 +00:00
sthen
57929885f9 py-setuptools-rust: needs py-typing-extensions 2022-02-28 11:22:37 +00:00
bket
546a3e5f69 py-test needs py-argcomplete and py-xmlschema as TDEP
While here clean-up RDEP.

Feedback and OK sthen@
2022-02-28 11:00:42 +00:00
daniel
76c370ee65 we have newer py-test now 2022-02-27 23:33:08 +00:00
sthen
c39c6d521a py3-setuptools_scm now needs py3-packaging; add missing RDEP
setuptools picks up some extensions (lile setultools_scm) present at
build time and fails if they don't load, even if they're not wanted by
the software you're trying to build, so this caused a bunch of breakage
in unrelated ports as run into by naddy
2022-02-27 22:50:23 +00:00
sthen
dce6959375 actually I had it right in devel/Makefile before, py2 py-py is unused
now, I just forgot to change FLAVOR/PLIST in the port itself
2022-02-27 22:27:25 +00:00
sthen
f9429b6180 readd py2 py-py to devel/Makefile, the port itself is still 2+3 needed for py-six 2022-02-27 21:56:37 +00:00
sthen
972da482cf update to py3-setuptools-rust-1.1.2 2022-02-27 13:43:46 +00:00
sthen
954a4a7b21 update to py3-regex-2022.1.18 2022-02-27 13:40:32 +00:00
sthen
bcde6f05a4 update to py3-country-22.1.10 2022-02-27 13:17:58 +00:00
sthen
9219508fe6 update to py3-click-plugins-1.1.1 2022-02-27 13:14:30 +00:00
sthen
92a9a0d029 update to py3-ConfigArgParse-1.5.3 2022-02-27 13:13:06 +00:00
sthen
23b3a0256a libdvdread: cherrypick patches from upstream. from Brad 2022-02-27 12:42:43 +00:00
sthen
0227f0a14e update to py3-setuptools_scm-6.4.2, ok/feedback bket@ 2022-02-27 12:40:15 +00:00
sthen
b7f96c6de7 tidy: no point doing py-foo -> py3-foo and then listing py3-foo in
obsolete_reason; just list both in obsolete_reason
2022-02-27 12:21:37 +00:00
ajacoutot
a31e7b7be1 Update to libgit2-1.4.2. 2022-02-27 10:57:02 +00:00
naddy
a3c56cbfe6 bump again for plist changes 7.0 -> 7.1
A sparc64 snapshot was accidentally built on a 7.0 kernel but after
the REVISION bumps in ports.

requested by sthen@
2022-02-26 22:59:44 +00:00