pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-spice: Python interface to ng-spice - initial revision
Module Name: pkgsrc-wip
Committed By: mayuresh <mayuresh%acm.org@localhost>
Pushed By: mayuresh
Date: Wed Sep 25 10:26:15 2024 +0530
Changeset: feff3d735dbe33eb1a06e6948d419504ce0e32f4
Added Files:
py-spice/COMMIT_MSG
py-spice/DESCR
py-spice/Makefile
py-spice/PLIST
py-spice/distinfo
Log Message:
py-spice: Python interface to ng-spice - initial revision
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=feff3d735dbe33eb1a06e6948d419504ce0e32f4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-spice/COMMIT_MSG | 3 +
py-spice/DESCR | 2 +
py-spice/Makefile | 19 +++++
py-spice/PLIST | 205 ++++++++++++++++++++++++++++++++++++++++++++++++++++
py-spice/distinfo | 5 ++
5 files changed, 234 insertions(+)
diffs:
diff --git a/py-spice/COMMIT_MSG b/py-spice/COMMIT_MSG
new file mode 100644
index 0000000000..5fe318df6c
--- /dev/null
+++ b/py-spice/COMMIT_MSG
@@ -0,0 +1,3 @@
+cad/py-spice: Add py-spice version 1.5
+
+Packaed in wip by Mayuresh (mayuresh%acm.org@localhost)
diff --git a/py-spice/DESCR b/py-spice/DESCR
new file mode 100644
index 0000000000..79a67f8cfd
--- /dev/null
+++ b/py-spice/DESCR
@@ -0,0 +1,2 @@
+PySpice is a Python module that provides interface to Ngspice and Xyce circuit
+simulators.
diff --git a/py-spice/Makefile b/py-spice/Makefile
new file mode 100644
index 0000000000..afcab5fed3
--- /dev/null
+++ b/py-spice/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME= PySpice-1.5
+PKGNAME= ${PYPKGPREFIX}-spice
+CATEGORIES= cad python
+MASTER_SITES= ${MASTER_SITE_PYPI:=P/PySpice/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://pyspice.fabrice-salvaire.fr/
+COMMENT= Python interface to the Ngspice and Xyce circuit simulators
+LICENSE= gnu-gpl-v3
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+post-install:
+ ${RM} -f ${DESTDIR}${PREFIX}/bin/py${PKGVERSION}-post-installation
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-spice/PLIST b/py-spice/PLIST
new file mode 100644
index 0000000000..6c6b66e8cf
--- /dev/null
+++ b/py-spice/PLIST
@@ -0,0 +1,205 @@
+@comment $NetBSD$
+bin/cir2py
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/PySpice/Config/ConfigInstall.py
+${PYSITELIB}/PySpice/Config/ConfigInstall.pyc
+${PYSITELIB}/PySpice/Config/ConfigInstall.pyo
+${PYSITELIB}/PySpice/Config/__init__.py
+${PYSITELIB}/PySpice/Config/__init__.pyc
+${PYSITELIB}/PySpice/Config/__init__.pyo
+${PYSITELIB}/PySpice/Config/logging.yml
+${PYSITELIB}/PySpice/DeviceLibrary/__init__.py
+${PYSITELIB}/PySpice/DeviceLibrary/__init__.pyc
+${PYSITELIB}/PySpice/DeviceLibrary/__init__.pyo
+${PYSITELIB}/PySpice/Doc/ExampleTools.py
+${PYSITELIB}/PySpice/Doc/ExampleTools.pyc
+${PYSITELIB}/PySpice/Doc/ExampleTools.pyo
+${PYSITELIB}/PySpice/Doc/__init__.py
+${PYSITELIB}/PySpice/Doc/__init__.pyc
+${PYSITELIB}/PySpice/Doc/__init__.pyo
+${PYSITELIB}/PySpice/Logging/Logging.py
+${PYSITELIB}/PySpice/Logging/Logging.pyc
+${PYSITELIB}/PySpice/Logging/Logging.pyo
+${PYSITELIB}/PySpice/Logging/__init__.py
+${PYSITELIB}/PySpice/Logging/__init__.pyc
+${PYSITELIB}/PySpice/Logging/__init__.pyo
+${PYSITELIB}/PySpice/Math/Calculus.py
+${PYSITELIB}/PySpice/Math/Calculus.pyc
+${PYSITELIB}/PySpice/Math/Calculus.pyo
+${PYSITELIB}/PySpice/Math/__init__.py
+${PYSITELIB}/PySpice/Math/__init__.pyc
+${PYSITELIB}/PySpice/Math/__init__.pyo
+${PYSITELIB}/PySpice/Physics/MaterialProperties.py
+${PYSITELIB}/PySpice/Physics/MaterialProperties.pyc
+${PYSITELIB}/PySpice/Physics/MaterialProperties.pyo
+${PYSITELIB}/PySpice/Physics/PhysicalConstants.py
+${PYSITELIB}/PySpice/Physics/PhysicalConstants.pyc
+${PYSITELIB}/PySpice/Physics/PhysicalConstants.pyo
+${PYSITELIB}/PySpice/Physics/Resistor.py
+${PYSITELIB}/PySpice/Physics/Resistor.pyc
+${PYSITELIB}/PySpice/Physics/Resistor.pyo
+${PYSITELIB}/PySpice/Physics/SemiConductor.py
+${PYSITELIB}/PySpice/Physics/SemiConductor.pyc
+${PYSITELIB}/PySpice/Physics/SemiConductor.pyo
+${PYSITELIB}/PySpice/Physics/__init__.py
+${PYSITELIB}/PySpice/Physics/__init__.pyc
+${PYSITELIB}/PySpice/Physics/__init__.pyo
+${PYSITELIB}/PySpice/Plot/BodeDiagram.py
+${PYSITELIB}/PySpice/Plot/BodeDiagram.pyc
+${PYSITELIB}/PySpice/Plot/BodeDiagram.pyo
+${PYSITELIB}/PySpice/Plot/__init__.py
+${PYSITELIB}/PySpice/Plot/__init__.pyc
+${PYSITELIB}/PySpice/Plot/__init__.pyo
+${PYSITELIB}/PySpice/Probe/Plot.py
+${PYSITELIB}/PySpice/Probe/Plot.pyc
+${PYSITELIB}/PySpice/Probe/Plot.pyo
+${PYSITELIB}/PySpice/Probe/WaveForm.py
+${PYSITELIB}/PySpice/Probe/WaveForm.pyc
+${PYSITELIB}/PySpice/Probe/WaveForm.pyo
+${PYSITELIB}/PySpice/Probe/__init__.py
+${PYSITELIB}/PySpice/Probe/__init__.pyc
+${PYSITELIB}/PySpice/Probe/__init__.pyo
+${PYSITELIB}/PySpice/Scripts/__init__.py
+${PYSITELIB}/PySpice/Scripts/__init__.pyc
+${PYSITELIB}/PySpice/Scripts/__init__.pyo
+${PYSITELIB}/PySpice/Scripts/cir2py.py
+${PYSITELIB}/PySpice/Scripts/cir2py.pyc
+${PYSITELIB}/PySpice/Scripts/cir2py.pyo
+${PYSITELIB}/PySpice/Scripts/py${PKGVERSION}_post_installation.py
+${PYSITELIB}/PySpice/Scripts/py${PKGVERSION}_post_installation.pyc
+${PYSITELIB}/PySpice/Scripts/py${PKGVERSION}_post_installation.pyo
+${PYSITELIB}/PySpice/Spice/BasicElement.py
+${PYSITELIB}/PySpice/Spice/BasicElement.pyc
+${PYSITELIB}/PySpice/Spice/BasicElement.pyo
+${PYSITELIB}/PySpice/Spice/ElementParameter.py
+${PYSITELIB}/PySpice/Spice/ElementParameter.pyc
+${PYSITELIB}/PySpice/Spice/ElementParameter.pyo
+${PYSITELIB}/PySpice/Spice/Expression/Ast.py
+${PYSITELIB}/PySpice/Spice/Expression/Ast.pyc
+${PYSITELIB}/PySpice/Spice/Expression/Ast.pyo
+${PYSITELIB}/PySpice/Spice/Expression/Parser.py
+${PYSITELIB}/PySpice/Spice/Expression/Parser.pyc
+${PYSITELIB}/PySpice/Spice/Expression/Parser.pyo
+${PYSITELIB}/PySpice/Spice/Expression/__init__.py
+${PYSITELIB}/PySpice/Spice/Expression/__init__.pyc
+${PYSITELIB}/PySpice/Spice/Expression/__init__.pyo
+${PYSITELIB}/PySpice/Spice/HighLevelElement.py
+${PYSITELIB}/PySpice/Spice/HighLevelElement.pyc
+${PYSITELIB}/PySpice/Spice/HighLevelElement.pyo
+${PYSITELIB}/PySpice/Spice/Library.py
+${PYSITELIB}/PySpice/Spice/Library.pyc
+${PYSITELIB}/PySpice/Spice/Library.pyo
+${PYSITELIB}/PySpice/Spice/Netlist.py
+${PYSITELIB}/PySpice/Spice/Netlist.pyc
+${PYSITELIB}/PySpice/Spice/Netlist.pyo
+${PYSITELIB}/PySpice/Spice/NgSpice/RawFile.py
+${PYSITELIB}/PySpice/Spice/NgSpice/RawFile.pyc
+${PYSITELIB}/PySpice/Spice/NgSpice/RawFile.pyo
+${PYSITELIB}/PySpice/Spice/NgSpice/Server.py
+${PYSITELIB}/PySpice/Spice/NgSpice/Server.pyc
+${PYSITELIB}/PySpice/Spice/NgSpice/Server.pyo
+${PYSITELIB}/PySpice/Spice/NgSpice/Shared.py
+${PYSITELIB}/PySpice/Spice/NgSpice/Shared.pyc
+${PYSITELIB}/PySpice/Spice/NgSpice/Shared.pyo
+${PYSITELIB}/PySpice/Spice/NgSpice/Simulation.py
+${PYSITELIB}/PySpice/Spice/NgSpice/Simulation.pyc
+${PYSITELIB}/PySpice/Spice/NgSpice/Simulation.pyo
+${PYSITELIB}/PySpice/Spice/NgSpice/SimulationType.py
+${PYSITELIB}/PySpice/Spice/NgSpice/SimulationType.pyc
+${PYSITELIB}/PySpice/Spice/NgSpice/SimulationType.pyo
+${PYSITELIB}/PySpice/Spice/NgSpice/__init__.py
+${PYSITELIB}/PySpice/Spice/NgSpice/__init__.pyc
+${PYSITELIB}/PySpice/Spice/NgSpice/__init__.pyo
+${PYSITELIB}/PySpice/Spice/NgSpice/api.h
+${PYSITELIB}/PySpice/Spice/Parser.py
+${PYSITELIB}/PySpice/Spice/Parser.pyc
+${PYSITELIB}/PySpice/Spice/Parser.pyo
+${PYSITELIB}/PySpice/Spice/Parser_jmgc.py
+${PYSITELIB}/PySpice/Spice/Parser_jmgc.pyc
+${PYSITELIB}/PySpice/Spice/Parser_jmgc.pyo
+${PYSITELIB}/PySpice/Spice/RawFile.py
+${PYSITELIB}/PySpice/Spice/RawFile.pyc
+${PYSITELIB}/PySpice/Spice/RawFile.pyo
+${PYSITELIB}/PySpice/Spice/Simulation.py
+${PYSITELIB}/PySpice/Spice/Simulation.pyc
+${PYSITELIB}/PySpice/Spice/Simulation.pyo
+${PYSITELIB}/PySpice/Spice/Xyce/RawFile.py
+${PYSITELIB}/PySpice/Spice/Xyce/RawFile.pyc
+${PYSITELIB}/PySpice/Spice/Xyce/RawFile.pyo
+${PYSITELIB}/PySpice/Spice/Xyce/Server.py
+${PYSITELIB}/PySpice/Spice/Xyce/Server.pyc
+${PYSITELIB}/PySpice/Spice/Xyce/Server.pyo
+${PYSITELIB}/PySpice/Spice/Xyce/Simulation.py
+${PYSITELIB}/PySpice/Spice/Xyce/Simulation.pyc
+${PYSITELIB}/PySpice/Spice/Xyce/Simulation.pyo
+${PYSITELIB}/PySpice/Spice/Xyce/__init__.py
+${PYSITELIB}/PySpice/Spice/Xyce/__init__.pyc
+${PYSITELIB}/PySpice/Spice/Xyce/__init__.pyo
+${PYSITELIB}/PySpice/Spice/__init__.py
+${PYSITELIB}/PySpice/Spice/__init__.pyc
+${PYSITELIB}/PySpice/Spice/__init__.pyo
+${PYSITELIB}/PySpice/Tools/EnumFactory.py
+${PYSITELIB}/PySpice/Tools/EnumFactory.pyc
+${PYSITELIB}/PySpice/Tools/EnumFactory.pyo
+${PYSITELIB}/PySpice/Tools/File.py
+${PYSITELIB}/PySpice/Tools/File.pyc
+${PYSITELIB}/PySpice/Tools/File.pyo
+${PYSITELIB}/PySpice/Tools/Path.py
+${PYSITELIB}/PySpice/Tools/Path.pyc
+${PYSITELIB}/PySpice/Tools/Path.pyo
+${PYSITELIB}/PySpice/Tools/StringTools.py
+${PYSITELIB}/PySpice/Tools/StringTools.pyc
+${PYSITELIB}/PySpice/Tools/StringTools.pyo
+${PYSITELIB}/PySpice/Tools/__init__.py
+${PYSITELIB}/PySpice/Tools/__init__.pyc
+${PYSITELIB}/PySpice/Tools/__init__.pyo
+${PYSITELIB}/PySpice/Unit/SiUnits.py
+${PYSITELIB}/PySpice/Unit/SiUnits.pyc
+${PYSITELIB}/PySpice/Unit/SiUnits.pyo
+${PYSITELIB}/PySpice/Unit/Unit.py
+${PYSITELIB}/PySpice/Unit/Unit.pyc
+${PYSITELIB}/PySpice/Unit/Unit.pyo
+${PYSITELIB}/PySpice/Unit/__init__.py
+${PYSITELIB}/PySpice/Unit/__init__.pyc
+${PYSITELIB}/PySpice/Unit/__init__.pyo
+${PYSITELIB}/PySpice/__init__.py
+${PYSITELIB}/PySpice/__init__.pyc
+${PYSITELIB}/PySpice/__init__.pyo
+${PYSITELIB}/tasks/SECRET_CONFIG.py
+${PYSITELIB}/tasks/SECRET_CONFIG.pyc
+${PYSITELIB}/tasks/SECRET_CONFIG.pyo
+${PYSITELIB}/tasks/__init__.py
+${PYSITELIB}/tasks/__init__.pyc
+${PYSITELIB}/tasks/__init__.pyo
+${PYSITELIB}/tasks/anaconda.py
+${PYSITELIB}/tasks/anaconda.pyc
+${PYSITELIB}/tasks/anaconda.pyo
+${PYSITELIB}/tasks/clean.py
+${PYSITELIB}/tasks/clean.pyc
+${PYSITELIB}/tasks/clean.pyo
+${PYSITELIB}/tasks/doc.py
+${PYSITELIB}/tasks/doc.pyc
+${PYSITELIB}/tasks/doc.pyo
+${PYSITELIB}/tasks/fix-dunder.py
+${PYSITELIB}/tasks/fix-dunder.pyc
+${PYSITELIB}/tasks/fix-dunder.pyo
+${PYSITELIB}/tasks/git.py
+${PYSITELIB}/tasks/git.pyc
+${PYSITELIB}/tasks/git.pyo
+${PYSITELIB}/tasks/github.py
+${PYSITELIB}/tasks/github.pyc
+${PYSITELIB}/tasks/github.pyo
+${PYSITELIB}/tasks/ng${PKGVERSION}.py
+${PYSITELIB}/tasks/ng${PKGVERSION}.pyc
+${PYSITELIB}/tasks/ng${PKGVERSION}.pyo
+${PYSITELIB}/tasks/release.py
+${PYSITELIB}/tasks/release.pyc
+${PYSITELIB}/tasks/release.pyo
+${PYSITELIB}/tasks/test.py
+${PYSITELIB}/tasks/test.pyc
+${PYSITELIB}/tasks/test.pyo
diff --git a/py-spice/distinfo b/py-spice/distinfo
new file mode 100644
index 0000000000..03cab5c915
--- /dev/null
+++ b/py-spice/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (PySpice-1.5.tar.gz) = 073c6b79969ceb25f6382b4381d334c340fbfdd0c05577869cea681b73e793f2
+SHA512 (PySpice-1.5.tar.gz) = 358cf6a1887923829e4737bad4ed6a6b510eb836d5a1200eb971a9beeb09046067afe457225cd9c468a6ada8a4a444c1a0b8310654f9c477a46a513b26294ff9
+Size (PySpice-1.5.tar.gz) = 685039 bytes
Home |
Main Index |
Thread Index |
Old Index