git: 5cf2cccbe080 - main - all: expire indirect consumers of lang/cython0 on 2026-09-15
Rene Ladan <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <6a6d32d6.448c1.2b8e4d9a__35519.0587391675$1785541348$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=5cf2cccbe080db9074e281d01ba47098e9921c65 commit 5cf2cccbe080db9074e281d01ba47098e9921c65 Author: Rene Ladan <[email protected]> AuthorDate: 2026-07-31 23:41:02 +0000 Commit: Rene Ladan <[email protected]> CommitDate: 2026-07-31 23:42:02 +0000 all: expire indirect consumers of lang/cython0 on 2026-09-15 --- cad/cura/Makefile | 5 ++++- devel/py-trimesh/Makefile | 5 ++++- games/unknown-horizons/Makefile | 5 ++++- misc/py-torch-geometric/Makefile | 4 ++++ net/py-pytradfri/Makefile | 5 ++++- science/py-chempy/Makefile | 5 ++++- 6 files changed, 24 insertions(+), 5 deletions(-) diff --git a/cad/cura/Makefile b/cad/cura/Makefile index 6703d3fc799a..dc79be61e337 100644 --- a/cad/cura/Makefile +++ b/cad/cura/Makefile @@ -1,6 +1,6 @@ PORTNAME= Cura DISTVERSION= 5.7.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= cad DIST_SUBDIR= Ultimaker @@ -12,6 +12,9 @@ WWW= https://github.com/Ultimaker/Cura/wiki LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Depends on expiring devel/py-trimesh +EXPIRATION_DATE=2026-09-15 + BUILD_DEPENDS= Uranium>0,1:cad/uranium RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zeroconf>0:net/py-zeroconf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyserial>0:comms/py-pyserial@${PY_FLAVOR} \ diff --git a/devel/py-trimesh/Makefile b/devel/py-trimesh/Makefile index 7c2a04dd7229..ee8a8741e209 100644 --- a/devel/py-trimesh/Makefile +++ b/devel/py-trimesh/Makefile @@ -1,6 +1,6 @@ PORTNAME= trimesh PORTVERSION= 3.5.25 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel cad python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,9 @@ WWW= https://pypi.org/project/trimesh/\#description LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md +DEPRECATED= Depends on expiring math/py-python-fcl +EXPIRATION_DATE=2026-09-15 + # This order of dependancies directly lifted from setup.py please do not change! NEEDED_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} \ diff --git a/games/unknown-horizons/Makefile b/games/unknown-horizons/Makefile index 303e7e3192d8..a5ea5fb9c036 100644 --- a/games/unknown-horizons/Makefile +++ b/games/unknown-horizons/Makefile @@ -1,6 +1,6 @@ PORTNAME= unknown-horizons PORTVERSION= 2019.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MAINTAINER= [email protected] @@ -10,6 +10,9 @@ WWW= https://www.unknown-horizons.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/doc/licenses/GPL +DEPRECATED= Depends on expiring net/py-pyenet (ENET option) +EXPIRATION_DATE=2026-09-15 + BUILD_DEPENDS= ${PY_PILLOW} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fife>0:games/py-fife@${PY_FLAVOR} \ diff --git a/misc/py-torch-geometric/Makefile b/misc/py-torch-geometric/Makefile index c30e9b132a44..8237ada43930 100644 --- a/misc/py-torch-geometric/Makefile +++ b/misc/py-torch-geometric/Makefile @@ -1,5 +1,6 @@ PORTNAME= torch-geometric DISTVERSION= 2.8.0 +PORTREVISION= 1 CATEGORIES= misc python # machine-learning #MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +14,9 @@ WWW= https://pyg.org/ \ LICENSE= MIT +DEPRECATED= Depends on expiring math/py-dgl +EXPIRATION_DATE=2026-09-15 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>0:devel/py-flit-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \ diff --git a/net/py-pytradfri/Makefile b/net/py-pytradfri/Makefile index 693f4e1d9f84..de568325a0ba 100644 --- a/net/py-pytradfri/Makefile +++ b/net/py-pytradfri/Makefile @@ -1,6 +1,6 @@ PORTNAME= pytradfri DISTVERSION= 13.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,9 @@ WWW= https://github.com/ggravlingen/pytradfri LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Depends on expirign net/py-DTLSSocket +EXPIRATION_DATE=2026-09-15 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiocoap>=0:net/py-aiocoap@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}DTLSSocket>=0:net/py-DTLSSocket@${PY_FLAVOR} diff --git a/science/py-chempy/Makefile b/science/py-chempy/Makefile index 88f254afd589..5508ae6ebb7f 100644 --- a/science/py-chempy/Makefile +++ b/science/py-chempy/Makefile @@ -1,6 +1,6 @@ PORTNAME= chempy DISTVERSION= 0.10.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science python # chemistry MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,9 @@ WWW= https://github.com/bjodah/chempy LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Depends on expiring math/py-pygslodeiv2 (EXTRAS option) +EXPIRATION_DATE=2026-09-15 + PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dot2tex>=2.11.3:print/dot2tex@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.2.3:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \