Commit 4ec04844 authored by Rene Ladan's avatar Rene Ladan
Browse files

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.
parent 9d085888
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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

devel/py-cadquery-pywrap/Makefile

deleted100644 → 0
+0 −41
Original line number Diff line number Diff line
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>

devel/py-cadquery-pywrap/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1629989933
SHA256 (CadQuery-pywrap-occt7.5-e8c7bc9_GH0.tar.gz) = 974f5e462213aa9be933c00d56eff4837abb65b0d0fd7f6cb014f118dc94458b
SIZE (CadQuery-pywrap-occt7.5-e8c7bc9_GH0.tar.gz) = 5581348
+0 −4
Original line number Diff line number Diff line
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.