pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import wip/py-semopy to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Aug 23 00:03:12 2021 +0100
Changeset:	67bf67942f16e982d6dc9516ec99c83cee3e3415

Modified Files:
	Makefile
Added Files:
	py-semopy/DESCR
	py-semopy/Makefile
	py-semopy/PLIST
	py-semopy/distinfo

Log Message:
Import wip/py-semopy to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=67bf67942f16e982d6dc9516ec99c83cee3e3415

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile           |   1 +
 py-semopy/DESCR    |   2 +
 py-semopy/Makefile |  24 +++++++
 py-semopy/PLIST    | 190 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-semopy/distinfo |   6 ++
 5 files changed, 223 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 804562c8c6..10432e5c38 100644
--- a/Makefile
+++ b/Makefile
@@ -4503,6 +4503,7 @@ SUBDIR+=	py-selectolax
 SUBDIR+=	py-selenium-generator
 SUBDIR+=	py-semidbm
 SUBDIR+=	py-sempy
+SUBDIR+=	py-semopy
 SUBDIR+=	py-semver
 SUBDIR+=	py-sentinels
 SUBDIR+=	py-sentry
diff --git a/py-semopy/DESCR b/py-semopy/DESCR
new file mode 100644
index 0000000000..7fbadb194e
--- /dev/null
+++ b/py-semopy/DESCR
@@ -0,0 +1,2 @@
+semopy is a Python package that includes numerous
+Structural Equation Modelling (SEM) techniques
diff --git a/py-semopy/Makefile b/py-semopy/Makefile
new file mode 100644
index 0000000000..f6ad7c5ddc
--- /dev/null
+++ b/py-semopy/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	semopy-2.2.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/semopy/}
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://semopy.com
+COMMENT=	Structural Equation Modeling Optimization in Python
+LICENSE=	mit
+
+PYTHON_VERSIONS_INCOMPATIBLE+=	36
+
+DEPENDS+=	${PYPKGPREFIX}-scipy>=1.6.3:../../math/py-scipy
+DEPENDS+=	${PYPKGPREFIX}-pandas>=0.25.3:../../math/py-pandas
+DEPENDS+=	${PYPKGPREFIX}-sympy>=1.8:../../math/py-sympy
+DEPENDS+=	${PYPKGPREFIX}-scikit-learn>=0.22.1:../../math/py-scikit-learn
+DEPENDS+=	${PYPKGPREFIX}-statsmodels>=0.12.2:../../math/py-statsmodels
+
+
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-semopy/PLIST b/py-semopy/PLIST
new file mode 100644
index 0000000000..b4e0630921
--- /dev/null
+++ b/py-semopy/PLIST
@@ -0,0 +1,190 @@
+@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}/semopy/__init__.py
+${PYSITELIB}/semopy/__init__.pyc
+${PYSITELIB}/semopy/__init__.pyo
+${PYSITELIB}/semopy/constraints.py
+${PYSITELIB}/semopy/constraints.pyc
+${PYSITELIB}/semopy/constraints.pyo
+${PYSITELIB}/semopy/efa.py
+${PYSITELIB}/semopy/efa.pyc
+${PYSITELIB}/semopy/efa.pyo
+${PYSITELIB}/semopy/effects/__init__.py
+${PYSITELIB}/semopy/effects/__init__.pyc
+${PYSITELIB}/semopy/effects/__init__.pyo
+${PYSITELIB}/semopy/effects/effect_ar.py
+${PYSITELIB}/semopy/effects/effect_ar.pyc
+${PYSITELIB}/semopy/effects/effect_ar.pyo
+${PYSITELIB}/semopy/effects/effect_base.py
+${PYSITELIB}/semopy/effects/effect_base.pyc
+${PYSITELIB}/semopy/effects/effect_base.pyo
+${PYSITELIB}/semopy/effects/effect_blank.py
+${PYSITELIB}/semopy/effects/effect_blank.pyc
+${PYSITELIB}/semopy/effects/effect_blank.pyo
+${PYSITELIB}/semopy/effects/effect_free.py
+${PYSITELIB}/semopy/effects/effect_free.pyc
+${PYSITELIB}/semopy/effects/effect_free.pyo
+${PYSITELIB}/semopy/effects/effect_kernel.py
+${PYSITELIB}/semopy/effects/effect_kernel.pyc
+${PYSITELIB}/semopy/effects/effect_kernel.pyo
+${PYSITELIB}/semopy/effects/effect_ma.py
+${PYSITELIB}/semopy/effects/effect_ma.pyc
+${PYSITELIB}/semopy/effects/effect_ma.pyo
+${PYSITELIB}/semopy/effects/effect_matern.py
+${PYSITELIB}/semopy/effects/effect_matern.pyc
+${PYSITELIB}/semopy/effects/effect_matern.pyo
+${PYSITELIB}/semopy/effects/effect_static.py
+${PYSITELIB}/semopy/effects/effect_static.pyc
+${PYSITELIB}/semopy/effects/effect_static.pyo
+${PYSITELIB}/semopy/examples/__init__.py
+${PYSITELIB}/semopy/examples/__init__.pyc
+${PYSITELIB}/semopy/examples/__init__.pyo
+${PYSITELIB}/semopy/examples/article_data.csv
+${PYSITELIB}/semopy/examples/article_data_k.npy
+${PYSITELIB}/semopy/examples/article_data_k2.npy
+${PYSITELIB}/semopy/examples/article_data_ma.npy
+${PYSITELIB}/semopy/examples/article_data_ma_vars.txt
+${PYSITELIB}/semopy/examples/article_data_u.npy
+${PYSITELIB}/semopy/examples/article_data_u2.npy
+${PYSITELIB}/semopy/examples/article_data_u_vars.txt
+${PYSITELIB}/semopy/examples/article_params.csv
+${PYSITELIB}/semopy/examples/example_article.py
+${PYSITELIB}/semopy/examples/example_article.pyc
+${PYSITELIB}/semopy/examples/example_article.pyo
+${PYSITELIB}/semopy/examples/example_rf.py
+${PYSITELIB}/semopy/examples/example_rf.pyc
+${PYSITELIB}/semopy/examples/example_rf.pyo
+${PYSITELIB}/semopy/examples/example_rf_data.csv
+${PYSITELIB}/semopy/examples/example_rf_kinship.csv
+${PYSITELIB}/semopy/examples/holzinger39.py
+${PYSITELIB}/semopy/examples/holzinger39.pyc
+${PYSITELIB}/semopy/examples/holzinger39.pyo
+${PYSITELIB}/semopy/examples/holzinger_swineford39_data.csv
+${PYSITELIB}/semopy/examples/multivariate_data.csv
+${PYSITELIB}/semopy/examples/multivariate_regression.py
+${PYSITELIB}/semopy/examples/multivariate_regression.pyc
+${PYSITELIB}/semopy/examples/multivariate_regression.pyo
+${PYSITELIB}/semopy/examples/multivariate_regression_data.csv
+${PYSITELIB}/semopy/examples/multivariate_regression_params.csv
+${PYSITELIB}/semopy/examples/pd_data.csv
+${PYSITELIB}/semopy/examples/political_democracy.py
+${PYSITELIB}/semopy/examples/political_democracy.pyc
+${PYSITELIB}/semopy/examples/political_democracy.pyo
+${PYSITELIB}/semopy/examples/univariate_data.csv
+${PYSITELIB}/semopy/examples/univariate_regression.py
+${PYSITELIB}/semopy/examples/univariate_regression.pyc
+${PYSITELIB}/semopy/examples/univariate_regression.pyo
+${PYSITELIB}/semopy/examples/univariate_regression_data.csv
+${PYSITELIB}/semopy/examples/univariate_regression_many.py
+${PYSITELIB}/semopy/examples/univariate_regression_many.pyc
+${PYSITELIB}/semopy/examples/univariate_regression_many.pyo
+${PYSITELIB}/semopy/examples/univariate_regression_many_data.csv
+${PYSITELIB}/semopy/examples/univariate_regression_many_params.csv
+${PYSITELIB}/semopy/examples/univariate_regression_params.csv
+${PYSITELIB}/semopy/imputer.py
+${PYSITELIB}/semopy/imputer.pyc
+${PYSITELIB}/semopy/imputer.pyo
+${PYSITELIB}/semopy/inspector.py
+${PYSITELIB}/semopy/inspector.pyc
+${PYSITELIB}/semopy/inspector.pyo
+${PYSITELIB}/semopy/means.py
+${PYSITELIB}/semopy/means.pyc
+${PYSITELIB}/semopy/means.pyo
+${PYSITELIB}/semopy/model.py
+${PYSITELIB}/semopy/model.pyc
+${PYSITELIB}/semopy/model.pyo
+${PYSITELIB}/semopy/model_base.py
+${PYSITELIB}/semopy/model_base.pyc
+${PYSITELIB}/semopy/model_base.pyo
+${PYSITELIB}/semopy/model_effects.py
+${PYSITELIB}/semopy/model_effects.pyc
+${PYSITELIB}/semopy/model_effects.pyo
+${PYSITELIB}/semopy/model_generalized_effects.py
+${PYSITELIB}/semopy/model_generalized_effects.pyc
+${PYSITELIB}/semopy/model_generalized_effects.pyo
+${PYSITELIB}/semopy/model_generation/__init__.py
+${PYSITELIB}/semopy/model_generation/__init__.pyc
+${PYSITELIB}/semopy/model_generation/__init__.pyo
+${PYSITELIB}/semopy/model_generation/data.py
+${PYSITELIB}/semopy/model_generation/data.pyc
+${PYSITELIB}/semopy/model_generation/data.pyo
+${PYSITELIB}/semopy/model_generation/description.py
+${PYSITELIB}/semopy/model_generation/description.pyc
+${PYSITELIB}/semopy/model_generation/description.pyo
+${PYSITELIB}/semopy/model_generation/parameters.py
+${PYSITELIB}/semopy/model_generation/parameters.pyc
+${PYSITELIB}/semopy/model_generation/parameters.pyo
+${PYSITELIB}/semopy/model_means.py
+${PYSITELIB}/semopy/model_means.pyc
+${PYSITELIB}/semopy/model_means.pyo
+${PYSITELIB}/semopy/multigroup.py
+${PYSITELIB}/semopy/multigroup.pyc
+${PYSITELIB}/semopy/multigroup.pyo
+${PYSITELIB}/semopy/optimizer.py
+${PYSITELIB}/semopy/optimizer.pyc
+${PYSITELIB}/semopy/optimizer.pyo
+${PYSITELIB}/semopy/parser.py
+${PYSITELIB}/semopy/parser.pyc
+${PYSITELIB}/semopy/parser.pyo
+${PYSITELIB}/semopy/plot.py
+${PYSITELIB}/semopy/plot.pyc
+${PYSITELIB}/semopy/plot.pyo
+${PYSITELIB}/semopy/polycorr.py
+${PYSITELIB}/semopy/polycorr.pyc
+${PYSITELIB}/semopy/polycorr.pyo
+${PYSITELIB}/semopy/regularization.py
+${PYSITELIB}/semopy/regularization.pyc
+${PYSITELIB}/semopy/regularization.pyo
+${PYSITELIB}/semopy/report/__init__.py
+${PYSITELIB}/semopy/report/__init__.pyc
+${PYSITELIB}/semopy/report/__init__.pyo
+${PYSITELIB}/semopy/report/css/__init__.py
+${PYSITELIB}/semopy/report/css/__init__.pyc
+${PYSITELIB}/semopy/report/css/__init__.pyo
+${PYSITELIB}/semopy/report/css/bootstrap.min.css
+${PYSITELIB}/semopy/report/js/__init__.py
+${PYSITELIB}/semopy/report/js/__init__.pyc
+${PYSITELIB}/semopy/report/js/__init__.pyo
+${PYSITELIB}/semopy/report/js/bootstrap.min.js
+${PYSITELIB}/semopy/report/report.html
+${PYSITELIB}/semopy/report/report.py
+${PYSITELIB}/semopy/report/report.pyc
+${PYSITELIB}/semopy/report/report.pyo
+${PYSITELIB}/semopy/report/vis.txt
+${PYSITELIB}/semopy/solver.py
+${PYSITELIB}/semopy/solver.pyc
+${PYSITELIB}/semopy/solver.pyo
+${PYSITELIB}/semopy/startingvalues.py
+${PYSITELIB}/semopy/startingvalues.pyc
+${PYSITELIB}/semopy/startingvalues.pyo
+${PYSITELIB}/semopy/stats.py
+${PYSITELIB}/semopy/stats.pyc
+${PYSITELIB}/semopy/stats.pyo
+${PYSITELIB}/semopy/tests/__init__.py
+${PYSITELIB}/semopy/tests/__init__.pyc
+${PYSITELIB}/semopy/tests/__init__.pyo
+${PYSITELIB}/semopy/tests/test_means.py
+${PYSITELIB}/semopy/tests/test_means.pyc
+${PYSITELIB}/semopy/tests/test_means.pyo
+${PYSITELIB}/semopy/tests/test_model.py
+${PYSITELIB}/semopy/tests/test_model.pyc
+${PYSITELIB}/semopy/tests/test_model.pyo
+${PYSITELIB}/semopy/tests/test_model_effects.py
+${PYSITELIB}/semopy/tests/test_model_effects.pyc
+${PYSITELIB}/semopy/tests/test_model_effects.pyo
+${PYSITELIB}/semopy/tests/test_model_means.py
+${PYSITELIB}/semopy/tests/test_model_means.pyc
+${PYSITELIB}/semopy/tests/test_model_means.pyo
+${PYSITELIB}/semopy/tests/test_standard_errors.py
+${PYSITELIB}/semopy/tests/test_standard_errors.pyc
+${PYSITELIB}/semopy/tests/test_standard_errors.pyo
+${PYSITELIB}/semopy/unbias.py
+${PYSITELIB}/semopy/unbias.pyc
+${PYSITELIB}/semopy/unbias.pyo
+${PYSITELIB}/semopy/utils.py
+${PYSITELIB}/semopy/utils.pyc
+${PYSITELIB}/semopy/utils.pyo
diff --git a/py-semopy/distinfo b/py-semopy/distinfo
new file mode 100644
index 0000000000..29f1d7040b
--- /dev/null
+++ b/py-semopy/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (semopy-2.2.2.tar.gz) = d60350931a6684150b9608864a387a45862f4013
+RMD160 (semopy-2.2.2.tar.gz) = 7e10b6040e7828326ab5d0ba1a77b280f90e79ee
+SHA512 (semopy-2.2.2.tar.gz) = 3dd3e4d6d913599dc5f5dbb045fbdbc3a75f8e04133189319e32dcfcd47fe39619b976e4f32f1c86f8ad004ee1a4ce163942a9488277c5db417cea915660c2c7
+Size (semopy-2.2.2.tar.gz) = 1632439 bytes


Home | Main Index | Thread Index | Old Index