git: f1f5471e9c1e - main - devel/py-cadquery-pywrap: Deprecate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Sep 2025 14:38:01 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f1f5471e9c1e710acdeec30d063574e8583a26d5
commit f1f5471e9c1e710acdeec30d063574e8583a26d5
Author: Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2025-09-29 14:36:20 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-09-29 14:36:20 +0000
devel/py-cadquery-pywrap: Deprecate
This port was part of an effort to port CadQuery. This has been
abandoned, so this port is no longer needed as it serves no other
purpose.
PR: 289793
Approved by: Neal Nelson <ports@nicandneal.net> (maintainer)
---
devel/py-cadquery-pywrap/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/devel/py-cadquery-pywrap/Makefile b/devel/py-cadquery-pywrap/Makefile
index 2b5cf13fb1b5..076d162deede 100644
--- a/devel/py-cadquery-pywrap/Makefile
+++ b/devel/py-cadquery-pywrap/Makefile
@@ -1,7 +1,7 @@
PORTNAME= cadquery-pywrap
DISTVERSIONPREFIX= occt
DISTVERSION= 7.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,9 @@ WWW= https://github.com/CadQuery/pywrap
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= This port was part of an effort to port CadQuery. This has been abandoned, so this port is no longer needed as it serves no other purpose.
+EXPIRATION_DATE=2025-12-31
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}clang>0:devel/py-clang@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cymbal>0:devel/py-cymbal@${PY_FLAVOR} \