git: 4ec048441924 - main - devel/py-cadquery-pywrap: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Dec 2025 12:04:58 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4ec048441924982bde982bf954a987ae117d3547
commit 4ec048441924982bde982bf954a987ae117d3547
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 12:04:51 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 12:04:51 +0000
devel/py-cadquery-pywrap: Remove expired port
2025-12-31 devel/py-cadquery-pywrap: 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.
---
MOVED | 1 +
devel/Makefile | 1 -
devel/py-cadquery-pywrap/Makefile | 41 --------------------------------------
devel/py-cadquery-pywrap/distinfo | 3 ---
devel/py-cadquery-pywrap/pkg-descr | 4 ----
5 files changed, 1 insertion(+), 49 deletions(-)
diff --git a/MOVED b/MOVED
index e1baf1307ae9..a1d5ea1e22f3 100644
--- a/MOVED
+++ b/MOVED
@@ -4975,3 +4975,4 @@ devel/arachne-pnr|devel/nextpnr|2025-12-31|Has expired: Superseded by devel/next
graphics/jpgtn||2025-12-31|Has expired: obsolete historical tool, use imagemagick instead
security/rkhunter||2025-12-31|Has expired: Project abandoned in 2009
graphics/tumble||2025-12-31|Has expired: historical tool, use imagemagick instead
+devel/py-cadquery-pywrap||2025-12-31|Has expired: 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
diff --git a/devel/Makefile b/devel/Makefile
index 64b242532d6d..17d9b9180250 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4631,7 +4631,6 @@
SUBDIR += py-cacheyou
SUBDIR += py-cachier
SUBDIR += py-cachy
- SUBDIR += py-cadquery-pywrap
SUBDIR += py-calver
SUBDIR += py-camel-converter
SUBDIR += py-canonicaljson
diff --git a/devel/py-cadquery-pywrap/Makefile b/devel/py-cadquery-pywrap/Makefile
deleted file mode 100644
index 076d162deede..000000000000
--- a/devel/py-cadquery-pywrap/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-PORTNAME= cadquery-pywrap
-DISTVERSIONPREFIX= occt
-DISTVERSION= 7.5
-PORTREVISION= 4
-CATEGORIES= devel python
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= ports@nicandneal.net
-COMMENT= C++ binding generator for python
-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} \
- ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.11.2:devel/py-Jinja2@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}joblib>0:devel/py-joblib@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}logzero>0:devel/py-logzero@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}path>0:devel/py-path@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pybind11>=2.6:devel/py-pybind11@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}schema>0:devel/py-schema@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}toml>0:textproc/py-toml@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}toposort>0:devel/py-toposort@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR}
-
-USES= llvm:11,run python
-USE_GITHUB= yes
-GH_ACCOUNT= CadQuery
-GH_PROJECT= pywrap
-GH_TAGNAME= e8c7bc9
-USE_PYTHON= autoplist concurrent distutils
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/devel/py-cadquery-pywrap/distinfo b/devel/py-cadquery-pywrap/distinfo
deleted file mode 100644
index ce2afd05e92a..000000000000
--- a/devel/py-cadquery-pywrap/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1629989933
-SHA256 (CadQuery-pywrap-occt7.5-e8c7bc9_GH0.tar.gz) = 974f5e462213aa9be933c00d56eff4837abb65b0d0fd7f6cb014f118dc94458b
-SIZE (CadQuery-pywrap-occt7.5-e8c7bc9_GH0.tar.gz) = 5581348
diff --git a/devel/py-cadquery-pywrap/pkg-descr b/devel/py-cadquery-pywrap/pkg-descr
deleted file mode 100644
index 0206e3eccb61..000000000000
--- a/devel/py-cadquery-pywrap/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-PyWrap is a C++ binding generator using pybind11, libclang and jinja.
-The main goal of this project is to automatically generate bindings for OCCT7.3
-and beyond without single manual edit of the generated code.
-Once finished the project will be usable as a general C++ binding generator.