pkgsrc-WIP-changes archive

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

Import wip/py-talk2stat to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Aug 22 23:59:16 2021 +0100
Changeset:	bcb2f377d036248ef880ce573832f7289a81466b

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

Log Message:
Import wip/py-talk2stat to wip

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

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

diffstat:
 Makefile              |  1 +
 py-talk2stat/DESCR    |  8 ++++++++
 py-talk2stat/Makefile | 19 +++++++++++++++++++
 py-talk2stat/PLIST    | 12 ++++++++++++
 py-talk2stat/distinfo |  6 ++++++
 5 files changed, 46 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 5ddf24f2f4..9ccaa634b9 100644
--- a/Makefile
+++ b/Makefile
@@ -4637,6 +4637,7 @@ SUBDIR+=	py-tablib-garetjax
 SUBDIR+=	py-tagger
 SUBDIR+=	py-taglib
 SUBDIR+=	py-taler-util
+SUBDIR+=	py-talk2stat
 SUBDIR+=	py-tappy
 SUBDIR+=	py-tardis-sn
 SUBDIR+=	py-tashaphyne
diff --git a/py-talk2stat/DESCR b/py-talk2stat/DESCR
new file mode 100644
index 0000000000..f300fb6d76
--- /dev/null
+++ b/py-talk2stat/DESCR
@@ -0,0 +1,8 @@
+talk2stat allows programs (such as latextopdf, nodejs) to communicate
+with statistical packages. Currently, we connect with R, julia, matlab,
+or python but extending it to other tools like Stata or SAS, is very
+simple. The package contains two main functions: server() talks to the
+client program (e.g latextopdf) via a socket (inet), and to the stats
+package (R, julia, matlab, python) via a bi-directional pipe. The client()
+function is called by the user (e.g. latextopdf) to establish a connection
+with the server and pass code to the statistical package, and get the results.
diff --git a/py-talk2stat/Makefile b/py-talk2stat/Makefile
new file mode 100644
index 0000000000..a350705d79
--- /dev/null
+++ b/py-talk2stat/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	talk2stat-0.1.4
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math python
+MASTER_SITES=	${MASTER_SITE_PYPI:=t/talk2stat/}
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://pypi.org/project/talk2stat/
+COMMENT=	Python package to communicate with statistical software
+LICENSE=	mit
+
+PYTHON_VERSIONS_INCOMPATIBLE+=	27
+
+DEPENDS+=	${PYPKGPREFIX}-pexpect>=4.8.0:../../devel/py-pexpect
+
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-talk2stat/PLIST b/py-talk2stat/PLIST
new file mode 100644
index 0000000000..296fca857c
--- /dev/null
+++ b/py-talk2stat/PLIST
@@ -0,0 +1,12 @@
+@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}/talk2stat/__init__.py
+${PYSITELIB}/talk2stat/__init__.pyc
+${PYSITELIB}/talk2stat/__init__.pyo
+${PYSITELIB}/talk2stat/talk2stat.py
+${PYSITELIB}/talk2stat/talk2stat.pyc
+${PYSITELIB}/talk2stat/talk2stat.pyo
diff --git a/py-talk2stat/distinfo b/py-talk2stat/distinfo
new file mode 100644
index 0000000000..8cbe2a0fd3
--- /dev/null
+++ b/py-talk2stat/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (talk2stat-0.1.4.tar.gz) = 713c0e4b34d7d36b6b3cd93eeb67a656cda59ed3
+RMD160 (talk2stat-0.1.4.tar.gz) = e33012a28f4e653cacc4c1e2fbc6d6f04697ca8e
+SHA512 (talk2stat-0.1.4.tar.gz) = 36e436f71f77d6eec4ed8fa5a38c2d2884047baeb4d2dd3149700dc67cbdead2d2ce553b52898c407f68b50c3867d8bce03ca0ca6976f8925031d16534e30ae7
+Size (talk2stat-0.1.4.tar.gz) = 7710 bytes


Home | Main Index | Thread Index | Old Index