Page MenuHomeFreeBSD

michaelo (Michael Osipov)
User

Projects

User Details

User Since
Jul 19 2018, 5:53 PM (382 w, 2 d)

Recent Activity

Yesterday

michaelo requested review of D53766: devel/uv: Upgrade port to 0.9.9.
Fri, Nov 14, 8:50 PM

Thu, Nov 13

michaelo committed R11:999394b3f1e9: devel/py-maturin: Upgrade port to 1.10.1 (authored by michaelo).
devel/py-maturin: Upgrade port to 1.10.1
Thu, Nov 13, 8:29 AM
michaelo closed D53687: devel/py-maturin: Upgrade port to 1.10.1.
Thu, Nov 13, 8:29 AM
michaelo added a comment to D53687: devel/py-maturin: Upgrade port to 1.10.1.

It took me countless hours, but these do build:

archivers/py-cramjam chinese/py-rjieba databases/py-datafusion databases/py-sqlglotrs databases/py-sqloxide devel/py-tox-toml-fmt devel/py-deptry devel/py-qcs-sdk-python devel/py-regress devel/py-rpds-py devel/py-ruff devel/py-pyperscan devel/py-pyproject-fmt-rust devel/py-jellyfish devel/py-orjson devel/py-pendulum devel/py-pydantic-core devel/py-pyproject-fmt devel/py-ty devel/py-watchfiles devel/py-pycrdt devel/py-dbt-extractor devel/py-ormsgpack devel/py-fastuuid devel/py-uv-build08 lang/py-dhall math/py-clarabel math/py-pcodec misc/py-lazrs misc/py-hf-xet misc/py-polars misc/py-pyqir misc/py-safetensors www/py-adblock www/py-jh2 www/py-nh3 www/py-qh3 www/py-granian www/py-pywry www/py-primp security/py-cryptography textproc/py-pycddl textproc/py-jiter textproc/py-tokenizers textproc/py-textual-speedups x11-fonts/py-shaperglot
Thu, Nov 13, 8:28 AM
michaelo closed D53686: textproc/py-jiter: Upgrade port to 0.12.0.
Thu, Nov 13, 6:18 AM
michaelo committed R11:e44224053b97: textproc/py-jiter: Upgrade port to 0.12.0 (authored by michaelo).
textproc/py-jiter: Upgrade port to 0.12.0
Thu, Nov 13, 6:18 AM

Wed, Nov 12

michaelo added a comment to D53687: devel/py-maturin: Upgrade port to 1.10.1.
In D53687#1226367, @kai wrote:

Please check beforehand whether devel/py-maturin builds on all Tier1 FreeBSD releases (maybe CURRENT as well, if possible) and that the consumers (retrievable e.g. with portgrep -o -s -d py-maturin) also builds fine.
Otherwise, LGTM and thank you very much!

Wed, Nov 12, 3:20 PM
michaelo updated the diff for D53687: devel/py-maturin: Upgrade port to 1.10.1.

Now use "make cargo-crates"

Wed, Nov 12, 10:59 AM
michaelo closed D53698: devel/uv: Search in LOCALBASE for config files.
Wed, Nov 12, 10:45 AM
michaelo committed R11:cea12ee77c46: devel/uv: Search in LOCALBASE for config files (authored by michaelo).
devel/uv: Search in LOCALBASE for config files
Wed, Nov 12, 10:45 AM
michaelo updated the diff for D53686: textproc/py-jiter: Upgrade port to 0.12.0.

Recreate crates list

Wed, Nov 12, 10:43 AM
michaelo added a comment to D53686: textproc/py-jiter: Upgrade port to 0.12.0.

Hi @michaelo, thanks for an update to the port.

It appears some updates to CARGO_CRATES and distinfo are missing.

Can you update Makefile.crates using make cargo-crates and resubmit the patch?

Thanks!

Wed, Nov 12, 8:46 AM

Tue, Nov 11

michaelo added a comment to D53698: devel/uv: Search in LOCALBASE for config files.

truss output:

root@135-release-amd64-default-head:/usr/ports/devel/uv # grep /usr/local/etc --color out
read(3,"includedir /usr/local/etc/libmap"...,35) = 35 (0x23)
open("/usr/local/etc/libmap.d",O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC,0165) ERR#2 'No such file or directory'
fstatat(AT_FDCWD,"/usr/local/etc/xdg/uv/uv.toml",0x348e6c167210,0x0) ERR#2 'No such file or directory'
fstatat(AT_FDCWD,"/usr/local/etc/uv/uv.toml",0x348e6c167210,0x0) ERR#2 'No such file or directory'
root@135-release-amd64-default-head:/usr/ports/devel/uv #
Tue, Nov 11, 7:59 PM
michaelo requested review of D53698: devel/uv: Search in LOCALBASE for config files.
Tue, Nov 11, 7:58 PM
michaelo requested review of D53690: textproc/py-openpyxl: Upgrade port to 3.1.5.
Tue, Nov 11, 5:08 PM
michaelo requested review of D53689: textproc/py-et_xmlfile: Upgrade port to 2.0.0.
Tue, Nov 11, 4:50 PM
michaelo added a comment to D53687: devel/py-maturin: Upgrade port to 1.10.1.

Creates file produced by:

awk '/name = / { gsub(/"/, "", $3); name=$3 } /version = / { gsub(/"/, "", $3); print "\t\t" name "-" $3 " \\" }' Cargo.lock | sort -u > ../../Makefile.crates
Tue, Nov 11, 2:15 PM
michaelo requested review of D53687: devel/py-maturin: Upgrade port to 1.10.1.
Tue, Nov 11, 2:11 PM
michaelo abandoned D53489: lang/rust: Replace OpenSSL system default truststore with a more generic one.

Manually applied by maintainer.

Tue, Nov 11, 1:40 PM
michaelo requested review of D53686: textproc/py-jiter: Upgrade port to 0.12.0.
Tue, Nov 11, 1:34 PM
michaelo updated the diff for D53433: Mk/Uses/python.mk: Build Python wheels next to packages.

Updating the patch making bdist_wheel opt-in.

Tue, Nov 11, 11:37 AM
michaelo added a comment to D53489: lang/rust: Replace OpenSSL system default truststore with a more generic one.

It's not possible to mfh it, rust is at 1.89.0 in Q4.
It's probably possible to do a direct commit in Q4 but I've never done that. Feel free to do it if you think Q4 needs this patch.

Tue, Nov 11, 11:20 AM

Mon, Nov 10

michaelo closed D53373: databases/py-pyodbc: Upgrade port to 5.3.0.
Mon, Nov 10, 7:02 PM
michaelo committed R11:ab9284d4e744: databases/py-pyodbc: Upgrade port to 5.3.0 (authored by michaelo).
databases/py-pyodbc: Upgrade port to 5.3.0
Mon, Nov 10, 7:02 PM
michaelo abandoned D53392: devel/py-pydantic2: Upgrade port to 2.12.3.
Mon, Nov 10, 6:21 PM
michaelo added a comment to D53392: devel/py-pydantic2: Upgrade port to 2.12.3.

Reivew has been ignored by maintainer.

Mon, Nov 10, 6:20 PM
michaelo abandoned D53391: devel/py-pydantic-core: Upgrade port to 2.41.4.

Reivew has been ignored by maintainer.

Mon, Nov 10, 6:20 PM

Sun, Nov 9

michaelo added a comment to D53489: lang/rust: Replace OpenSSL system default truststore with a more generic one.

I'll commit your patch prior to landing rust 1.91.0 (to not bump rust too frequently, people will get mad at me otherwise)
I'll drop the version in the file name (it's a pain to maintain in the long run) -> files/patch-vendor_openssl-probe_src_lib.rs

Sun, Nov 9, 7:08 PM
michaelo added a comment to D53489: lang/rust: Replace OpenSSL system default truststore with a more generic one.

There are 2 version of openssl-probe (openssl-probe-0.1.5/ openssl-probe-0.1.6), only 0.1.6 needs to be patched?

Sun, Nov 9, 6:14 PM
michaelo added a comment to D53489: lang/rust: Replace OpenSSL system default truststore with a more generic one.

Both patches apply cleanly here.

Sun, Nov 9, 3:15 PM
michaelo added a comment to D53489: lang/rust: Replace OpenSSL system default truststore with a more generic one.

I'm updating rust to 1.91.0, does it apply to this version ?

Sun, Nov 9, 2:59 PM
michaelo committed R11:bb28805ce5c3: Revert "mail/py-offlineimap3: Upgrade port to 8.0.1" (authored by michaelo).
Revert "mail/py-offlineimap3: Upgrade port to 8.0.1"
Sun, Nov 9, 9:38 AM
michaelo added a reverting change for D53430: mail/py-offlineimap3: Upgrade port to 8.0.1: R11:bb28805ce5c3: Revert "mail/py-offlineimap3: Upgrade port to 8.0.1".
Sun, Nov 9, 9:38 AM
michaelo added a reverting change for R11:63810125020f: mail/py-offlineimap3: Upgrade port to 8.0.1: R11:bb28805ce5c3: Revert "mail/py-offlineimap3: Upgrade port to 8.0.1".
Sun, Nov 9, 9:38 AM
michaelo added a comment to D53489: lang/rust: Replace OpenSSL system default truststore with a more generic one.

@mikael Any objections? This has also been incorporated into devel/uv, upstream patch is in discussion.

Sun, Nov 9, 9:28 AM

Fri, Nov 7

michaelo added a comment to D53433: Mk/Uses/python.mk: Build Python wheels next to packages.

USES=distutils is going away because upstream is removing support for this entirely. It had been deprecated for quite some time but they are finally pulling the switch.

I know, this is why I said that with PEP 517 wheels already there, they just need to be in a distinct, explicit place for consumption.

Can you explain why this change needs revision? ATM, I don't see a way to make it even simple than this. Again, I don't expect you do upload anthing to PyPI. It is just a possible usecaes. I am happy if people can host their own indexes with this.

From a meta-/framework perspective, building wheels from USE_PYTHON=distutils (ie direct setup.py invocation) is not reliable unless you don't pass any flags or variables at all. This stems from setuptools themselves continuing to deal with a littany of legacy code and design which is frustrating to rid for modernity and maintenance sakes. Trying to build a binary wheel from built artefacts in this case may result in those artefacts getting wrongly rebuilt. (I had some local modifications where USE_PYTHON=distutils only built binary wheels and eliminated its do-install in favour of the PEP-517 do-install.)

For those ports that still have a setup.py without a corresponding or replacement pyproject.toml that doesn't need to have flags or variables passed into configure or build, PEP-517 already provides that setuptools is implicitly the build backend. Those ports can switch to USE_PYTHON=pep517. For ports that need to pass flags and variables, setuptools still doesn't support config settings passed from a build frontend like devel/py-build.

Fri, Nov 7, 6:58 PM
michaelo closed D53370: security/py-gssapi: Upgrade port to 1.10.1.
Fri, Nov 7, 2:03 PM
michaelo committed R11:019d791f0c5e: security/py-gssapi: Upgrade port to 1.10.1 (authored by michaelo).
security/py-gssapi: Upgrade port to 1.10.1
Fri, Nov 7, 2:03 PM
michaelo added a comment to D53370: security/py-gssapi: Upgrade port to 1.10.1.

Thank you for your contribution.

Fri, Nov 7, 1:32 PM
michaelo added a comment to D53433: Mk/Uses/python.mk: Build Python wheels next to packages.

I don't know whether it can be compiled on 13.5 and run older minor versions.

It can't generally. But this is not a problem, because the support window between two consecutive minor releases is usually tight and the official cluster always builds packages on the lowest minor version supported.

Fri, Nov 7, 12:53 PM
michaelo added a comment to D53433: Mk/Uses/python.mk: Build Python wheels next to packages.

Here is the definition: https://packaging.python.org/en/latest/specifications/binary-distribution-format/

There is a notion of a "platform tag" which denotes the platform for which the wheel has been built if it contains native code, by default it does "$(os}_${release}_${arch}". Run " pip debug --verbose" and see for compatible tags. If a wheel has been compiled with 13.5-RELEASE-p5 it won't be consumed by 13.5-RELEASE-p6. "wheel tags --remove --platform-tag=..." renames the file for multiplatform AND modfies the metadata (Tag: ) in WHEEL file. So I am not rebuilding, I am retagging. I first assumed a bug in poudriere: https://github.com/freebsd/poudriere/issues/1277, but then realized otherwise.

Well, to me it is the python part that should be fixed. FreeBSD guarantees ABI compatibility between minor releases, so the tag should look like py310-none-freebsd_13_amd64. This is the same how pkg handles our native packages ABI.

Re-tagging is not necessary as they are already correct. Not every wheel will have specific platform tags, in fact most if not all ports specifying NO_ARCH will have py3-none-any which allows consumption on anything with any implementation/distribution. Patch levels are not part of specific platform tags, only minor releases, like cp312-cp312-freebsd_14_3_release_amd64 (denotes compatibility with CPython >= 3.12 on 14.3-RELEASE amd64), cp37-abi3-freebsd_16_0_current_amd64 (CPython >= 3.7 ABI 3 on -CURRENT amd64). (If we enable building ports under other implementations like lang/rustpython, that's another can of worms entirely…) Note that 3.13 and later have differing ABIs wrt free-threaded mode or not, like cp313-cp313t-freebsd_16_0_current_amd64.

Fri, Nov 7, 10:59 AM
michaelo added a comment to D53433: Mk/Uses/python.mk: Build Python wheels next to packages.

USES=distutils is going away because upstream is removing support for this entirely. It had been deprecated for quite some time but they are finally pulling the switch.

I know, this is why I said that with PEP 517 wheels already there, they just need to be in a distinct, explicit place for consumption.

Can you explain why this change needs revision? ATM, I don't see a way to make it even simple than this. Again, I don't expect you do upload anthing to PyPI. It is just a possible usecaes. I am happy if people can host their own indexes with this.

From a meta-/framework perspective, building wheels from USE_PYTHON=distutils (ie direct setup.py invocation) is not reliable unless you don't pass any flags or variables at all. This stems from setuptools themselves continuing to deal with a littany of legacy code and design which is frustrating to rid for modernity and maintenance sakes. Trying to build a binary wheel from built artefacts in this case may result in those artefacts getting wrongly rebuilt. (I had some local modifications where USE_PYTHON=distutils only built binary wheels and eliminated its do-install in favour of the PEP-517 do-install.)

For those ports that still have a setup.py without a corresponding or replacement pyproject.toml that doesn't need to have flags or variables passed into configure or build, PEP-517 already provides that setuptools is implicitly the build backend. Those ports can switch to USE_PYTHON=pep517. For ports that need to pass flags and variables, setuptools still doesn't support config settings passed from a build frontend like devel/py-build.

Fri, Nov 7, 8:46 AM
michaelo added a comment to D53433: Mk/Uses/python.mk: Build Python wheels next to packages.

My ideal longterm goal: The Project hosts canonical poudriere builds and these could produce FreeBSD-specific wheels which could be uploaded to PyPI and would dramatically improve the situation for the Python ecosystem on FreeBSD.

Not happening. We already build artefacts for ports with non-standard flags and such, which are inappropriate to share to PyPI.

Fri, Nov 7, 8:22 AM

Thu, Nov 6

michaelo added a comment to D53433: Mk/Uses/python.mk: Build Python wheels next to packages.

This looks OK to me, but I'm a python hat wearer.

Thu, Nov 6, 3:48 PM
michaelo committed R11:63810125020f: mail/py-offlineimap3: Upgrade port to 8.0.1 (authored by michaelo).
mail/py-offlineimap3: Upgrade port to 8.0.1
Thu, Nov 6, 1:59 PM
michaelo closed D53430: mail/py-offlineimap3: Upgrade port to 8.0.1.
Thu, Nov 6, 1:57 PM
michaelo committed R11:aab3b2ee1b9c: mail/py-offlineimap3: Upgrade port to 8.0.1 (authored by michaelo).
mail/py-offlineimap3: Upgrade port to 8.0.1
Thu, Nov 6, 1:56 PM
michaelo updated the diff for D53370: security/py-gssapi: Upgrade port to 1.10.1.

Update range in comment

Thu, Nov 6, 1:44 PM
michaelo added a comment to D53370: security/py-gssapi: Upgrade port to 1.10.1.

Please keep the comment, updating it as appropriate.

Thu, Nov 6, 1:00 PM
michaelo closed D53416: textproc/py-regex: Upgrade port to 2025.11.3.
Thu, Nov 6, 12:40 PM
michaelo committed R11:8df09e6d8e9f: textproc/py-regex: Upgrade port to 2025.11.3 (authored by michaelo).
textproc/py-regex: Upgrade port to 2025.11.3
Thu, Nov 6, 12:40 PM
michaelo retitled D53416: textproc/py-regex: Upgrade port to 2025.11.3 from textproc/py-regex: Upgrade port to 2025.10.23 to textproc/py-regex: Upgrade port to 2025.11.3.
Thu, Nov 6, 12:36 PM
michaelo updated the diff for D53416: textproc/py-regex: Upgrade port to 2025.11.3.

Update port

Thu, Nov 6, 12:36 PM
michaelo added a comment to D53370: security/py-gssapi: Upgrade port to 1.10.1.

Any opinion or objection?

Thu, Nov 6, 10:10 AM
michaelo added a comment to D53391: devel/py-pydantic-core: Upgrade port to 2.41.4.

@sunpoet Any opinion or objection?

Thu, Nov 6, 10:10 AM
michaelo added a comment to D53392: devel/py-pydantic2: Upgrade port to 2.12.3.

@sunpoet Any opinion or objection?

Thu, Nov 6, 10:09 AM
michaelo added a comment to D53393: math/py-pandas: Upgrade port to 2.3.3.

Any opinion or objection?

Thu, Nov 6, 10:09 AM
michaelo added a comment to D53383: security/py-cryptography: Upgrade port to 46.0.3.

@sunpoet Any opinion or objection?

Thu, Nov 6, 10:09 AM
michaelo added a comment to D53430: mail/py-offlineimap3: Upgrade port to 8.0.1.

@dereks_lifeofadishwasher.com Any opinion or objection?

Thu, Nov 6, 10:08 AM
michaelo updated subscribers of D53489: lang/rust: Replace OpenSSL system default truststore with a more generic one.

@mikael Any opinion, objection?

Thu, Nov 6, 10:07 AM
michaelo updated the diff for D53433: Mk/Uses/python.mk: Build Python wheels next to packages.
Thu, Nov 6, 9:19 AM
michaelo added a comment to D53433: Mk/Uses/python.mk: Build Python wheels next to packages.

@arrowd I have now simplified the patch to work out of the box. It requires a subsequent patch (already prepared) for ports (seven of them) which overwrite those commands. The collection logic can fully live in poudriere: https://github.com/michael-o/poudriere-python-wheels/pull/1/files#diff-0afccccb8f3a6069f1dad4ec5c98125d10435243f7848807d2bcf65e00e88282R20-R34

Thu, Nov 6, 8:59 AM
michaelo retitled D53433: Mk/Uses/python.mk: Build Python wheels next to packages from Mk/Uses/python.mk: Enable building Python wheel files alongside packages to Mk/Uses/python.mk: Build Python wheels next to packages.
Thu, Nov 6, 8:57 AM
michaelo updated the diff for D53433: Mk/Uses/python.mk: Build Python wheels next to packages.

Simplify approach by making wheel destination explicit

Thu, Nov 6, 8:57 AM

Wed, Nov 5

michaelo added a comment to D53433: Mk/Uses/python.mk: Build Python wheels next to packages.

I agree with you, but that you I think require a PEP describing this (e.g., https://peps.python.org/pep-0513/).

While this sounds complex, I think this would be just a several lines of code in a correct place. If you don't want to open a PEP for this (which also shouldn't as complex as manylinux one) we could at least patch this in our Python ports.

After that one needs to modify pip, setuptools, maturin, uv, and likely other code. It isn't straight forward.

Hmm, why so much places should be touched? Everything should start working out of the box when we get Python to use proper tags, no?

Wed, Nov 5, 1:55 PM
michaelo added a comment to D53433: Mk/Uses/python.mk: Build Python wheels next to packages.

There is a subtile difference where. The wheels are already there with PEP 517, distutils just requires one more step, but I expect distutils to disappear in the future. So basically either "make wheel" would be a noop or it would move/copy the *.whl to ${WRKDIR}/whl/

All right, if wheels are already generated unconditionally, then this point is resolved.

Wed, Nov 5, 1:38 PM
michaelo added a comment to D53433: Mk/Uses/python.mk: Build Python wheels next to packages.

As a plugin, yes?

If it can be completely done via a hook - yes, but not necessary. It might be as well a core feature.

But as long as It is not stable I don't want to have it upstream and constantly break people's stuff unless we mark it as experimental.

This is not a problem - we have poudriere-devel exactly for that.

Wed, Nov 5, 9:48 AM

Tue, Nov 4

michaelo added a reviewer for D53433: Mk/Uses/python.mk: Build Python wheels next to packages: bdrewery.
Tue, Nov 4, 1:21 PM
michaelo added a comment to D53433: Mk/Uses/python.mk: Build Python wheels next to packages.

@arrowd There is one issue with retagging the wheel inside of the jail. Let's say the jail has been updated from 13.5-RELEASE-p5 to 13.5-RELEASE-p7. There is a wheel for package foo. The multiplatform wheel goes only to 13.5-RELEASE-p5. Unless the port is upgraded to a newer version the multiplatform tags will never be updated and for jails running 13.5-RELEASE-p6+ unavailable. This means that I still need to perform the retagging for older wheels, but not for newer ones with a poudriere hook. So at the end it will be duplicate work. I don't know wether this is really smart to do...

Tue, Nov 4, 1:18 PM
michaelo added a comment to D53433: Mk/Uses/python.mk: Build Python wheels next to packages.

It should be turned into a proper pull request to the Poudriere upstream repo.

Tue, Nov 4, 12:31 PM
michaelo added a comment to D53433: Mk/Uses/python.mk: Build Python wheels next to packages.

Link your Poudriere changes in there, so it is possible to get an idea how this is going to work overall.

Tue, Nov 4, 11:58 AM
michaelo added a comment to D53433: Mk/Uses/python.mk: Build Python wheels next to packages.

Then this change alone isn't really enough and I'm not even sure it is a right step forward.

Tue, Nov 4, 10:35 AM
michaelo added a comment to D53433: Mk/Uses/python.mk: Build Python wheels next to packages.

My ideal longterm goal: The Project hosts canonical poudriere builds and these could produce FreeBSD-specific wheels which could be uploaded to PyPI and would dramatically improve the situation for the Python ecosystem on FreeBSD.

Tue, Nov 4, 8:56 AM
michaelo added a comment to D53433: Mk/Uses/python.mk: Build Python wheels next to packages.

I don't quite get the rationale. Can you provide an example how is it going to be used?

Tue, Nov 4, 8:54 AM

Mon, Nov 3

michaelo added a comment to D53490: devel/uv: Make the selected TLS provider use the system default truststore.

@yuri Thank you for the merge!

Mon, Nov 3, 10:46 AM

Sun, Nov 2

michaelo committed R11:fb265a6856dd: science/py-scikit-learn: Add pytest test dependency (authored by rfyu28uyeg_snkmail.com).
science/py-scikit-learn: Add pytest test dependency
Sun, Nov 2, 9:45 PM

Sat, Nov 1

michaelo added reviewers for D53433: Mk/Uses/python.mk: Build Python wheels next to packages: wen, vishwin, mandree.
Sat, Nov 1, 10:33 PM

Fri, Oct 31

michaelo added a reviewer for D53490: devel/uv: Make the selected TLS provider use the system default truststore: vishwin.
Fri, Oct 31, 9:48 PM
michaelo added a reviewer for D53489: lang/rust: Replace OpenSSL system default truststore with a more generic one: vishwin.
Fri, Oct 31, 9:48 PM

Thu, Oct 30

michaelo added a reviewer for D53490: devel/uv: Make the selected TLS provider use the system default truststore: rust.
Thu, Oct 30, 9:57 PM
michaelo requested review of D53490: devel/uv: Make the selected TLS provider use the system default truststore.
Thu, Oct 30, 9:55 PM
michaelo updated the summary of D53489: lang/rust: Replace OpenSSL system default truststore with a more generic one.
Thu, Oct 30, 9:51 PM
michaelo added a reviewer for D53489: lang/rust: Replace OpenSSL system default truststore with a more generic one: rust.
Thu, Oct 30, 9:48 PM
michaelo requested review of D53489: lang/rust: Replace OpenSSL system default truststore with a more generic one.
Thu, Oct 30, 9:47 PM
michaelo closed D53432: science/py-scikit-learn: Upgrade port to 1.7.2.
Thu, Oct 30, 9:37 PM
michaelo committed R11:954ab31f55ba: science/py-scikit-learn: Upgrade port to 1.7.2 (authored by michaelo).
science/py-scikit-learn: Upgrade port to 1.7.2
Thu, Oct 30, 9:37 PM
michaelo added a comment to D53370: security/py-gssapi: Upgrade port to 1.10.1.

Does this version build successfully against each version of Python currently in the tree, and against each GSSAPI library?

It does officially support 3.13 and 3.14, therefore I removed the comment. If you consider to limit the Python version it should be in the variable to fail hard and not just a comment. WDYT?

See: https://github.com/pythongssapi/python-gssapi/commit/d792186a8b80e4906773b2d39a9815371ce1499c

Thu, Oct 30, 8:00 PM
michaelo abandoned D53425: devel/meson-python: Upgrade port to 0.18.0.

Manually merged by @vishwin.

Thu, Oct 30, 7:56 PM
michaelo committed R11:13679a6e8597: devel/py-pyproject-metadata: Depend on pytest for 'make test' (authored by michaelo).
devel/py-pyproject-metadata: Depend on pytest for 'make test'
Thu, Oct 30, 8:49 AM

Wed, Oct 29

michaelo added a comment to D53370: security/py-gssapi: Upgrade port to 1.10.1.

Does this version build successfully against each version of Python currently in the tree, and against each GSSAPI library?

Wed, Oct 29, 12:41 PM
michaelo added a reviewer for D53433: Mk/Uses/python.mk: Build Python wheels next to packages: Python.
Wed, Oct 29, 11:38 AM
michaelo requested review of D53433: Mk/Uses/python.mk: Build Python wheels next to packages.
Wed, Oct 29, 11:37 AM
michaelo requested review of D53432: science/py-scikit-learn: Upgrade port to 1.7.2.
Wed, Oct 29, 10:25 AM
michaelo requested review of D53430: mail/py-offlineimap3: Upgrade port to 8.0.1.
Wed, Oct 29, 9:54 AM
michaelo committed R11:d4d7e188a0b6: science/py-scikit-sparse: Fix incorrect distinfo (authored by rfyu28uyeg_snkmail.com).
science/py-scikit-sparse: Fix incorrect distinfo
Wed, Oct 29, 7:31 AM
michaelo committed R11:1822a3d8a533: science/py-scikit-sparse: Fix incorrect distinfo (authored by rfyu28uyeg_snkmail.com).
science/py-scikit-sparse: Fix incorrect distinfo
Wed, Oct 29, 7:30 AM

Tue, Oct 28

michaelo requested review of D53425: devel/meson-python: Upgrade port to 0.18.0.
Tue, Oct 28, 10:41 PM
michaelo requested review of D53416: textproc/py-regex: Upgrade port to 2025.11.3.
Tue, Oct 28, 8:17 PM
michaelo added a reviewer for D53393: math/py-pandas: Upgrade port to 2.3.3: Python.
Tue, Oct 28, 9:35 AM
michaelo requested review of D53393: math/py-pandas: Upgrade port to 2.3.3.
Tue, Oct 28, 9:34 AM