pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
i+py-happy-control in wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By: jihbed
Date: Fri Nov 25 15:35:02 2022 +0000
Changeset: 544b60bad71c06fbf062d029d85b988cb3e5b6d7
Modified Files:
Makefile
Added Files:
py-happy-control/DESCR
py-happy-control/Makefile
py-happy-control/PLIST
py-happy-control/distinfo
Log Message:
i+py-happy-control in wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=544b60bad71c06fbf062d029d85b988cb3e5b6d7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-happy-control/DESCR | 4 ++++
py-happy-control/Makefile | 24 ++++++++++++++++++++++++
py-happy-control/PLIST | 22 ++++++++++++++++++++++
py-happy-control/distinfo | 5 +++++
5 files changed, 56 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 4ae008223d..f6f53fb50f 100644
--- a/Makefile
+++ b/Makefile
@@ -3954,6 +3954,7 @@ SUBDIR+= py-gts
SUBDIR+= py-gvar
SUBDIR+= py-gwcs
SUBDIR+= py-gwsurrogate
+SUBDIR+= py-happy-control
SUBDIR+= py-hal-cgp
SUBDIR+= py-halp
SUBDIR+= py-hamcrest
diff --git a/py-happy-control/DESCR b/py-happy-control/DESCR
new file mode 100644
index 0000000000..befd2f4e38
--- /dev/null
+++ b/py-happy-control/DESCR
@@ -0,0 +1,4 @@
+Nonlinear Algebraic Approximation of Control Systems
+A Python implementation of an algorithm for construction
+homogeneous approximations of nonlinear control systems.
+For description of the algorithm refer
diff --git a/py-happy-control/Makefile b/py-happy-control/Makefile
new file mode 100644
index 0000000000..71a1e199ec
--- /dev/null
+++ b/py-happy-control/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME= happy_control-0.1.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= math python
+MASTER_SITES= ${MASTER_SITE_PYPI:=h/happy_control/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/ViktorRusakov/happy-control
+COMMENT= Nonlinear Algebraic Approximation in Control systems
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-antlr4-[0-9]*:../../textproc/py-antlr4
+DEPENDS+= ${PYPKGPREFIX}-cython>=0.29.14:../../devel/py-cython
+DEPENDS+= ${PYPKGPREFIX}-sympy>=1.5.1:../../math/py-sympy
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+BUILDLINK_API_DEPENDS.py-numpy+= ${PYPKGPREFIX}-numpy>=1.18.1
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-happy-control/PLIST b/py-happy-control/PLIST
new file mode 100644
index 0000000000..30c76ce817
--- /dev/null
+++ b/py-happy-control/PLIST
@@ -0,0 +1,22 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/happy_control/Lie_tools.py
+${PYSITELIB}/happy_control/Lie_tools.pyc
+${PYSITELIB}/happy_control/Lie_tools.pyo
+${PYSITELIB}/happy_control/__init__.py
+${PYSITELIB}/happy_control/__init__.pyc
+${PYSITELIB}/happy_control/__init__.pyo
+${PYSITELIB}/happy_control/approximation_tools.py
+${PYSITELIB}/happy_control/approximation_tools.pyc
+${PYSITELIB}/happy_control/approximation_tools.pyo
+${PYSITELIB}/happy_control/fliess/lie_basis.pickle
+${PYSITELIB}/happy_control/fliess/moments_grading.pickle
+${PYSITELIB}/happy_control/nonlinear_moments/lie_basis.pickle
+${PYSITELIB}/happy_control/nonlinear_moments/moments_grading.pickle
+${PYSITELIB}/happy_control/shuffle_tools.py
+${PYSITELIB}/happy_control/shuffle_tools.pyc
+${PYSITELIB}/happy_control/shuffle_tools.pyo
diff --git a/py-happy-control/distinfo b/py-happy-control/distinfo
new file mode 100644
index 0000000000..e0703fc108
--- /dev/null
+++ b/py-happy-control/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (happy_control-0.1.1.tar.gz) = a4ac3cce2bfb9e2b10ef20062ae956093068c36f6420ab9f28b8252234c5a6bd
+SHA512 (happy_control-0.1.1.tar.gz) = f3a23a60b04ca30a3239ced27fccbff147a812c76101b7f40eb4a0104d2dbb6359bc1db08c311090b93f17ff329ade007e0225a45e4648e7b95fc01b54d95fda
+Size (happy_control-0.1.1.tar.gz) = 1276027 bytes
Home |
Main Index |
Thread Index |
Old Index