pkgsrc-WIP-changes archive

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

new package py-fssa



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sat Nov 28 00:06:11 2015 +0100
Changeset:	3f9c1f7972115ae9f71bbdbd248af557987dbaed

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

Log Message:
new package py-fssa

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

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

diffstat:
 py-fssa/DESCR    |  1 +
 py-fssa/Makefile | 22 ++++++++++++++++++++++
 py-fssa/PLIST    | 24 ++++++++++++++++++++++++
 py-fssa/distinfo |  6 ++++++
 4 files changed, 53 insertions(+)

diffs:
diff --git a/py-fssa/DESCR b/py-fssa/DESCR
new file mode 100644
index 0000000..84490d9
--- /dev/null
+++ b/py-fssa/DESCR
@@ -0,0 +1 @@
+Scientific Python package for finite-size scaling analysis at phase transitions
diff --git a/py-fssa/Makefile b/py-fssa/Makefile
new file mode 100644
index 0000000..f8338d6
--- /dev/null
+++ b/py-fssa/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	fssa-0.7.4
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math python
+MASTER_SITES=	https://pypi.python.org/packages/source/f/fssa/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://pypi.python.org/packages/source/f/fssa/
+COMMENT=	Package for finite-size scaling analysis at phase transitions
+LICENSE=	2-clause-bsd
+
+DEPENDS+=	${PYPKGPREFIX}-scipy>=0.15.0:../../math/py-scipy
+DEPENDS+=	${PYPKGPREFIX}-future>=0.15.2:../../wip/py-future
+
+WRKSRC=		${WRKDIR}/fssa-0.7.4
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-fssa/PLIST b/py-fssa/PLIST
new file mode 100644
index 0000000..bb34de6
--- /dev/null
+++ b/py-fssa/PLIST
@@ -0,0 +1,24 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/fssa/__init__.py
+${PYSITELIB}/fssa/__init__.pyc
+${PYSITELIB}/fssa/__init__.pyo
+${PYSITELIB}/fssa/fssa.py
+${PYSITELIB}/fssa/fssa.pyc
+${PYSITELIB}/fssa/fssa.pyo
+${PYSITELIB}/fssa/optimize.py
+${PYSITELIB}/fssa/optimize.pyc
+${PYSITELIB}/fssa/optimize.pyo
+${PYSITELIB}/fssa/test/__init__.py
+${PYSITELIB}/fssa/test/__init__.pyc
+${PYSITELIB}/fssa/test/__init__.pyo
+${PYSITELIB}/fssa/test/test_fss.py
+${PYSITELIB}/fssa/test/test_fss.pyc
+${PYSITELIB}/fssa/test/test_fss.pyo
diff --git a/py-fssa/distinfo b/py-fssa/distinfo
new file mode 100644
index 0000000..9d86dd7
--- /dev/null
+++ b/py-fssa/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (fssa-0.7.4.tar.gz) = ccb506c2603ab6ca5c3442759690816806866a5c
+RMD160 (fssa-0.7.4.tar.gz) = 02d3e8006b6af5d0b6d8c71c810087f1296a67ad
+SHA512 (fssa-0.7.4.tar.gz) = a4b359e54f62589e27ee57db379dc8df63c25993de57dea4854fb9fa05d759e786fa5f83b229a2de30d061ffa90ac3af033901d6b1620b2f20f86bb3fac37fba
+Size (fssa-0.7.4.tar.gz) = 1417415 bytes


Home | Main Index | Thread Index | Old Index