pkgsrc-WIP-changes archive

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

+new pkg



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Wed Jul 13 02:34:02 2016 +0100
Changeset:	fec9d98bed8e8b0ab2582083c1e6ceb2af56c392

Added Files:
	py-iisignature/DESCR
	py-iisignature/Makefile
	py-iisignature/PLIST
	py-iisignature/distinfo

Log Message:
+new pkg

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

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

diffstat:
 py-iisignature/DESCR    |  3 +++
 py-iisignature/Makefile | 20 ++++++++++++++++++++
 py-iisignature/PLIST    | 12 ++++++++++++
 py-iisignature/distinfo |  6 ++++++
 4 files changed, 41 insertions(+)

diffs:
diff --git a/py-iisignature/DESCR b/py-iisignature/DESCR
new file mode 100644
index 0000000..6e4773b
--- /dev/null
+++ b/py-iisignature/DESCR
@@ -0,0 +1,3 @@
+This package provides tools for calculating the signature and log signature of
+a data stream. These are summary statistics of piecewise linear paths,
+consisting of iterated integrals, inspired by rough path theory.
diff --git a/py-iisignature/Makefile b/py-iisignature/Makefile
new file mode 100644
index 0000000..d64371b
--- /dev/null
+++ b/py-iisignature/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	iisignature-0.15
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math
+MASTER_SITES=	https://pypi.python.org/packages/67/63/f1ad74ee52f8232cbd5e85bc5959d2e4cea10ba4a8ed9431194ab81d15e1/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=https://github.com/bottler/iisignature
+COMMENT=	Iterated integral signature calculations
+LICENSE=	mit
+
+WRKSRC=		${WRKDIR}/iisignature-0.15
+
+USE_LANGUAGES=	c c++
+
+.include "../../lang/python/egg.mk"
+BUILDLINK_API_DEPENDS.py-numpy+=	${PYPKGPREFIX}-numpy>=1.7
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-iisignature/PLIST b/py-iisignature/PLIST
new file mode 100644
index 0000000..63a5b6e
--- /dev/null
+++ b/py-iisignature/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}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/iisignature.so
+${PYSITELIB}/iisignature_data/__init__.py
+${PYSITELIB}/iisignature_data/__init__.pyc
+${PYSITELIB}/iisignature_data/__init__.pyo
+${PYSITELIB}/iisignature_data/bchLyndon20.dat
diff --git a/py-iisignature/distinfo b/py-iisignature/distinfo
new file mode 100644
index 0000000..119b6f9
--- /dev/null
+++ b/py-iisignature/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (iisignature-0.15.tar.gz) = 341ec9282d8b0d4ed816a779f0ce17c032a79856
+RMD160 (iisignature-0.15.tar.gz) = e29d6946eafcfaa653dd5863fc69cb6ec1d6f9e2
+SHA512 (iisignature-0.15.tar.gz) = 8e81fa8c9f6bf9012f548204d016bacc84467868aebf018b80fb981cd24fccbe5cd10e3984d6c67ed99296e97805131932488f9d0db8708ad6d2b72ed55340de
+Size (iisignature-0.15.tar.gz) = 1218301 bytes


Home | Main Index | Thread Index | Old Index