summaryrefslogtreecommitdiff
path: root/devel/py-pydemumble
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pydemumble')
-rw-r--r--devel/py-pydemumble/Makefile20
-rw-r--r--devel/py-pydemumble/distinfo3
-rw-r--r--devel/py-pydemumble/pkg-descr2
3 files changed, 25 insertions, 0 deletions
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.