pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang
Module Name: pkgsrc
Committed By: adam
Date: Thu Apr 17 15:49:48 UTC 2025
Modified Files:
pkgsrc/lang: Makefile
Added Files:
pkgsrc/lang/py-pydemumble: DESCR Makefile PLIST distinfo
Log Message:
py-pydemumble: added version 0.0.1
A Python wrapper library for demumble; demumble is a tool to demangle C++,
Rust, and Swift symbol names.
To generate a diff of this commit:
cvs rdiff -u -r1.754 -r1.755 pkgsrc/lang/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/py-pydemumble/DESCR \
pkgsrc/lang/py-pydemumble/Makefile pkgsrc/lang/py-pydemumble/PLIST \
pkgsrc/lang/py-pydemumble/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/Makefile
diff -u pkgsrc/lang/Makefile:1.754 pkgsrc/lang/Makefile:1.755
--- pkgsrc/lang/Makefile:1.754 Tue Apr 1 17:47:18 2025
+++ pkgsrc/lang/Makefile Thu Apr 17 15:49:47 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.754 2025/04/01 17:47:18 bsiegert Exp $
+# $NetBSD: Makefile,v 1.755 2025/04/17 15:49:47 adam Exp $
#
COMMENT= Programming languages
@@ -249,6 +249,7 @@ SUBDIR+= py-basicproperty
SUBDIR+= py-byterun
SUBDIR+= py-cmake-language-server
SUBDIR+= py-cxfreeze
+SUBDIR+= py-cxxheaderparser
SUBDIR+= py-execjs
SUBDIR+= py-executing
SUBDIR+= py-findpython
@@ -266,6 +267,7 @@ SUBDIR+= py-parso
SUBDIR+= py-paver
SUBDIR+= py-pure-eval
SUBDIR+= py-py3c
+SUBDIR+= py-pydemumble
SUBDIR+= py-pyformlang
SUBDIR+= py-pygls
SUBDIR+= py-pyrex
Added files:
Index: pkgsrc/lang/py-pydemumble/DESCR
diff -u /dev/null pkgsrc/lang/py-pydemumble/DESCR:1.1
--- /dev/null Thu Apr 17 15:49:48 2025
+++ pkgsrc/lang/py-pydemumble/DESCR Thu Apr 17 15:49:47 2025
@@ -0,0 +1,2 @@
+A Python wrapper library for demumble; demumble is a tool to demangle C++,
+Rust, and Swift symbol names.
Index: pkgsrc/lang/py-pydemumble/Makefile
diff -u /dev/null pkgsrc/lang/py-pydemumble/Makefile:1.1
--- /dev/null Thu Apr 17 15:49:48 2025
+++ pkgsrc/lang/py-pydemumble/Makefile Thu Apr 17 15:49:47 2025
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2025/04/17 15:49:47 adam Exp $
+
+DISTNAME= pydemumble-0.0.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= lang python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pydemumble/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/angr/pydemumble
+COMMENT= Python wrapper library for demumble
+LICENSE= modified-bsd
+
+TOOL_DEPENDS+= ninja-build>0:../../devel/ninja-build
+# bundled
+#TOOL_DEPENDS+= ${PYPKGPREFIX}-nanobind>=1.3.2:../../devel/py-nanobind
+TOOL_DEPENDS+= ${PYPKGPREFIX}-scikit-build-core>=0.10:../../devel/py-scikit-build-core
+
+USE_CXX_FEATURES= c++17
+USE_LANGUAGES= c c++
+USE_TOOLS+= cmake
+
+PYTHON_VERSIONS_INCOMPATIBLE= 39
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/lang/py-pydemumble/PLIST
diff -u /dev/null pkgsrc/lang/py-pydemumble/PLIST:1.1
--- /dev/null Thu Apr 17 15:49:48 2025
+++ pkgsrc/lang/py-pydemumble/PLIST Thu Apr 17 15:49:47 2025
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2025/04/17 15:49:47 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/pydemumble/__init__.py
+${PYSITELIB}/pydemumble/__init__.pyc
+${PYSITELIB}/pydemumble/__init__.pyo
+${PYSITELIB}/pydemumble/pydemumble.abi3.so
Index: pkgsrc/lang/py-pydemumble/distinfo
diff -u /dev/null pkgsrc/lang/py-pydemumble/distinfo:1.1
--- /dev/null Thu Apr 17 15:49:48 2025
+++ pkgsrc/lang/py-pydemumble/distinfo Thu Apr 17 15:49:47 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/04/17 15:49:47 adam Exp $
+
+BLAKE2s (pydemumble-0.0.1.tar.gz) = fb9db9aa845cc611252728369e64bdf8e1c6ddbdf5ec5afd0551a1c88be1c8f0
+SHA512 (pydemumble-0.0.1.tar.gz) = 691574fea4d1d986bc60b4b928e20f4bf077b69182210db9a0183874bd748bbaa5d49daaa68a66dafbd0e64ccfd24995ffe97d08bc2bcde0884d4c69c6a97f41
+Size (pydemumble-0.0.1.tar.gz) = 1298294 bytes
Home |
Main Index |
Thread Index |
Old Index