summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2025-07-07 11:00:38 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2025-07-07 11:00:38 +0000
commitadd2136b32dec2c120f85909a299de475c4053f0 (patch)
treee7419c307853cf79994a7b893b687d5fd87a36c3
parentx11/showmethekey: Update to 1.18.4 (diff)
devel/py-pydemumble: new port had been added (+)
Python wrapper library for demumble, a tool to demangle C++ (Itanium ABI and MSVC), Rust, and Swift symbol names.
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-pydemumble/Makefile20
-rw-r--r--devel/py-pydemumble/distinfo3
-rw-r--r--devel/py-pydemumble/pkg-descr2
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 179acc191414..8eb929e0150a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5581,6 +5581,7 @@
SUBDIR += py-pydash
SUBDIR += py-pydbus
SUBDIR += py-pydecor
+ SUBDIR += py-pydemumble
SUBDIR += py-pydenticon
SUBDIR += py-pydevd
SUBDIR += py-pydispatcher
diff --git a/devel/py-pydemumble/Makefile b/devel/py-pydemumble/Makefile
new file mode 100644
index 000000000000..b4c8a92b20df
--- /dev/null
+++ b/devel/py-pydemumble/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= pydemumble
+PORTVERSION= 0.0.1
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= python@FreeBSD.org
+COMMENT= Python wrapper for demumble: C++, Rust, and Swift symbol demangler
+WWW= https://github.com/angr/pydemumble \
+ https://pypi.org/project/pydemumble/
+
+LICENSE= BSD2CLAUSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nanobind>=1.3.2:devel/py-nanobind@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}scikit-build-core>=0.10:devel/py-scikit-build-core@${PY_FLAVOR}
+
+USES= cmake:indirect python
+USE_PYTHON= autoplist pep517
+
+.include <bsd.port.mk>
diff --git a/devel/py-pydemumble/distinfo b/devel/py-pydemumble/distinfo
new file mode 100644
index 000000000000..cd0e781ae5c1
--- /dev/null
+++ b/devel/py-pydemumble/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1739596754
+SHA256 (pydemumble-0.0.1.tar.gz) = 715f34fa999add1ef9337d1aae32d3b4b2a2a8dea0ddf363fcb1dac10593ca43
+SIZE (pydemumble-0.0.1.tar.gz) = 1298294
diff --git a/devel/py-pydemumble/pkg-descr b/devel/py-pydemumble/pkg-descr
new file mode 100644
index 000000000000..bf96c145e4f3
--- /dev/null
+++ b/devel/py-pydemumble/pkg-descr
@@ -0,0 +1,2 @@
+Python wrapper library for demumble, a tool to demangle C++
+(Itanium ABI and MSVC), Rust, and Swift symbol names.