pkgsrc-WIP-changes archive

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

Import wip/py-ppscore-1.2.0 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Feb 26 17:59:19 2021 +0100
Changeset:	79cd389eeb858c3ffe3e7783d3505aac98da2975

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

Log Message:
Import wip/py-ppscore-1.2.0 to wip

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

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

diffstat:
 Makefile            |  1 +
 py-ppscore/DESCR    |  4 ++++
 py-ppscore/Makefile | 19 +++++++++++++++++++
 py-ppscore/PLIST    | 13 +++++++++++++
 py-ppscore/distinfo |  6 ++++++
 5 files changed, 43 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index c12febc01a..60859e8994 100644
--- a/Makefile
+++ b/Makefile
@@ -4185,6 +4185,7 @@ SUBDIR+=	py-potr
 SUBDIR+=	py-pox
 SUBDIR+=	py-pp
 SUBDIR+=	py-ppft
+SUBDIR+=	py-ppscore
 SUBDIR+=	py-prayertime
 SUBDIR+=	py-prel
 SUBDIR+=	py-premailer
diff --git a/py-ppscore/DESCR b/py-ppscore/DESCR
new file mode 100644
index 0000000000..b7542453ff
--- /dev/null
+++ b/py-ppscore/DESCR
@@ -0,0 +1,4 @@
+The PPS is an asymmetric, data-type-agnostic score that can detect.
+linear or non-linear relationships between two columns. The score.
+ranges from 0 (no predictive power) to 1 (perfect predictive power).
+It can be used as an alternative to the correlation (matrix).
diff --git a/py-ppscore/Makefile b/py-ppscore/Makefile
new file mode 100644
index 0000000000..f552ec2c48
--- /dev/null
+++ b/py-ppscore/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	ppscore-1.2.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math python
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/ppscore/}
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/8080labs/ppscore/
+COMMENT=	Python implementation of the Predictive Power Score
+LICENSE=	mit
+
+PYTHON_VERSIONS_INCOMPATIBLE=   27
+
+DEPENDS+=	${PYPKGPREFIX}-pandas>=0.25.3:../../math/py-pandas
+DEPENDS+=	${PYPKGPREFIX}-scikit-learn>=0.22.1:../../math/py-scikit-learn
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-ppscore/PLIST b/py-ppscore/PLIST
new file mode 100644
index 0000000000..3355e74374
--- /dev/null
+++ b/py-ppscore/PLIST
@@ -0,0 +1,13 @@
+@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}/ppscore/__init__.py
+${PYSITELIB}/ppscore/__init__.pyc
+${PYSITELIB}/ppscore/__init__.pyo
+${PYSITELIB}/ppscore/calculation.py
+${PYSITELIB}/ppscore/calculation.pyc
+${PYSITELIB}/ppscore/calculation.pyo
diff --git a/py-ppscore/distinfo b/py-ppscore/distinfo
new file mode 100644
index 0000000000..bf478ec446
--- /dev/null
+++ b/py-ppscore/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (ppscore-1.2.0.tar.gz) = 4e04619ea1d2bdd6bac51804b6d6c347a937c16d
+RMD160 (ppscore-1.2.0.tar.gz) = febbf42aab4e70c2bc3379c0b8f040d88514d4de
+SHA512 (ppscore-1.2.0.tar.gz) = 28fd54d85ae4405b3778fc15f177b7bd58bc6e84e5e7384b666f32b7026b73497c59deb8e31383130c713c29079ebd8db1c31bd59fb41dfb28a301eed354d534
+Size (ppscore-1.2.0.tar.gz) = 47053 bytes


Home | Main Index | Thread Index | Old Index