pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-c-lasso-1.0.8 import to wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Sun Dec 27 16:10:34 2020 +0100
Changeset: 5f4067b054a13c43e43b61e92108e575766b340d
Modified Files:
Makefile
Added Files:
py-c-lasso/.Makefile.url2pkg~.kate-swp
py-c-lasso/DESCR
py-c-lasso/Makefile
py-c-lasso/PLIST
py-c-lasso/distinfo
Log Message:
py-c-lasso-1.0.8 import to wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5f4067b054a13c43e43b61e92108e575766b340d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-c-lasso/.Makefile.url2pkg~.kate-swp | Bin 0 -> 91 bytes
py-c-lasso/DESCR | 3 +++
py-c-lasso/Makefile | 22 +++++++++++++++++
py-c-lasso/PLIST | 43 +++++++++++++++++++++++++++++++++
py-c-lasso/distinfo | 6 +++++
6 files changed, 75 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 5b187fd6b4..cf1615084c 100644
--- a/Makefile
+++ b/Makefile
@@ -3190,6 +3190,7 @@ SUBDIR+= py-brython
SUBDIR+= py-bsddb
SUBDIR+= py-bson
SUBDIR+= py-bxa
+SUBDIR+= py-c-lasso
SUBDIR+= py-cPyparsing
SUBDIR+= py-cachelib
SUBDIR+= py-calphad
diff --git a/py-c-lasso/.Makefile.url2pkg~.kate-swp b/py-c-lasso/.Makefile.url2pkg~.kate-swp
new file mode 100644
index 0000000000..78ec70567f
Binary files /dev/null and b/py-c-lasso/.Makefile.url2pkg~.kate-swp differ
diff --git a/py-c-lasso/DESCR b/py-c-lasso/DESCR
new file mode 100644
index 0000000000..041ab9d926
--- /dev/null
+++ b/py-c-lasso/DESCR
@@ -0,0 +1,3 @@
+c-lasso is a Python package that enables sparse and robust
+linear regression and classification with linear equality
+constraints on the model parameters
diff --git a/py-c-lasso/Makefile b/py-c-lasso/Makefile
new file mode 100644
index 0000000000..552d696393
--- /dev/null
+++ b/py-c-lasso/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME= c-lasso-1.0.8
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= math python
+MASTER_SITES= ${MASTER_SITE_PYPI:=c/c-lasso/}
+
+MAINTAINER= jihbed.research%gmail.com@localhost
+HOMEPAGE= https://github.com/Leo-Simpson/CLasso
+COMMENT= Algorithms for constrained Lasso problems
+LICENSE= mit
+
+PYTHON_VERSIONS_INCOMPATIBLE+= 27
+
+DEPENDS+= ${PYPKGPREFIX}-h5py>=0:../../devel/py-h5py
+DEPENDS+= ${PYPKGPREFIX}-matplotlib>=0:../../graphics/py-matplotlib
+#DEPENDS+= ${PYPKGPREFIX}-scipy>=0:../../math/py-scipy
+
+BUILDLINK_API_DEPENDS.${PYPKGPREFIX}-numpy+= ${PYPKGPREFIX}-numpy>=1.0
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-c-lasso/PLIST b/py-c-lasso/PLIST
new file mode 100644
index 0000000000..034cf6add8
--- /dev/null
+++ b/py-c-lasso/PLIST
@@ -0,0 +1,43 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/classo/__init__.py
+${PYSITELIB}/classo/__init__.pyc
+${PYSITELIB}/classo/__init__.pyo
+${PYSITELIB}/classo/_version.py
+${PYSITELIB}/classo/_version.pyc
+${PYSITELIB}/classo/_version.pyo
+${PYSITELIB}/classo/compact_func.py
+${PYSITELIB}/classo/compact_func.pyc
+${PYSITELIB}/classo/compact_func.pyo
+${PYSITELIB}/classo/cross_validation.py
+${PYSITELIB}/classo/cross_validation.pyc
+${PYSITELIB}/classo/cross_validation.pyo
+${PYSITELIB}/classo/misc_functions.py
+${PYSITELIB}/classo/misc_functions.pyc
+${PYSITELIB}/classo/misc_functions.pyo
+${PYSITELIB}/classo/path_alg.py
+${PYSITELIB}/classo/path_alg.pyc
+${PYSITELIB}/classo/path_alg.pyo
+${PYSITELIB}/classo/solve_R1.py
+${PYSITELIB}/classo/solve_R1.pyc
+${PYSITELIB}/classo/solve_R1.pyo
+${PYSITELIB}/classo/solve_R2.py
+${PYSITELIB}/classo/solve_R2.pyc
+${PYSITELIB}/classo/solve_R2.pyo
+${PYSITELIB}/classo/solve_R3.py
+${PYSITELIB}/classo/solve_R3.pyc
+${PYSITELIB}/classo/solve_R3.pyo
+${PYSITELIB}/classo/solve_R4.py
+${PYSITELIB}/classo/solve_R4.pyc
+${PYSITELIB}/classo/solve_R4.pyo
+${PYSITELIB}/classo/solver.py
+${PYSITELIB}/classo/solver.pyc
+${PYSITELIB}/classo/solver.pyo
+${PYSITELIB}/classo/stability_selection.py
+${PYSITELIB}/classo/stability_selection.pyc
+${PYSITELIB}/classo/stability_selection.pyo
diff --git a/py-c-lasso/distinfo b/py-c-lasso/distinfo
new file mode 100644
index 0000000000..ebc53c6fea
--- /dev/null
+++ b/py-c-lasso/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (c-lasso-1.0.8.tar.gz) = 8ea8af64eb15fb0187b3de88a5ff4c0a7105af65
+RMD160 (c-lasso-1.0.8.tar.gz) = b4c9867a303685f6e264d9e37be151b636b41cfb
+SHA512 (c-lasso-1.0.8.tar.gz) = f0e16ebd5c0f04e8c84d709017f07a5fed3ecaed824176f9e61e2ce79ee270b223ac737ff12d8de4e601fde3b1b01e94abc61ed6a14f1ef702bfb8343d66a78b
+Size (c-lasso-1.0.8.tar.gz) = 62157 bytes
Home |
Main Index |
Thread Index |
Old Index