pkgsrc-WIP-changes archive

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

+py-qexpy



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Wed Sep 7 22:59:52 2016 +0000
Changeset:	502cf32ccfeeeb996d815e80a54f931a4263a732

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

Log Message:
+py-qexpy

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

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

diffstat:
 py-qexpy/DESCR    |  8 ++++++++
 py-qexpy/Makefile | 23 +++++++++++++++++++++++
 py-qexpy/PLIST    | 22 ++++++++++++++++++++++
 py-qexpy/distinfo |  6 ++++++
 4 files changed, 59 insertions(+)

diffs:
diff --git a/py-qexpy/DESCR b/py-qexpy/DESCR
new file mode 100644
index 0000000..39b72a4
--- /dev/null
+++ b/py-qexpy/DESCR
@@ -0,0 +1,8 @@
+QExPy (Queen's Experimental Physics) is a python 3 package designed to
+facilitate data analysis in undergraduate physics laboratories.
+The package contains a module to easily propagate errors in uncertainty
+calculations, and a module that provides an intuitive interface to plot
+and fit data. The package is designed to be efficient, correct, and to
+allow for a pedagogic introduction to error analysis. The package is
+extensively tested in the Jupyter Notebook environment to allow high
+quality reports to be generated directly from a browser
diff --git a/py-qexpy/Makefile b/py-qexpy/Makefile
new file mode 100644
index 0000000..dc1f6d0
--- /dev/null
+++ b/py-qexpy/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	qexpy-0.3.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math
+MASTER_SITES=	https://pypi.python.org/packages/61/87/15cf8be5acc2523b26eaf96f1e44630d11e0220903688ba80633c86768a0/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/Queens-Physics/QExPy
+COMMENT=	Analysis and data plotting aimed at undergraduate physics
+LICENSE=	gnu-gpl-v3
+
+DEPENDS+=	${PYPKGPREFIX}-scipy>=0.18.0:../../math/py-scipy
+DEPENDS+=	${PYPKGPREFIX}-bokeh>=0.12.2:../../wip/py-bokeh
+
+WRKSRC=		${WRKDIR}/qexpy-0.3.2
+
+USE_LANGUAGES=	# none
+
+.include "../../graphics/py-matplotlib/buildlink3.mk"
+.include "../../lang/python/distutils.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-qexpy/PLIST b/py-qexpy/PLIST
new file mode 100644
index 0000000..21b3cad
--- /dev/null
+++ b/py-qexpy/PLIST
@@ -0,0 +1,22 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/qexpy/__init__.py
+${PYSITELIB}/qexpy/__init__.pyc
+${PYSITELIB}/qexpy/__init__.pyo
+${PYSITELIB}/qexpy/_test.py
+${PYSITELIB}/qexpy/_test.pyc
+${PYSITELIB}/qexpy/_test.pyo
+${PYSITELIB}/qexpy/error.py
+${PYSITELIB}/qexpy/error_operations.py
+${PYSITELIB}/qexpy/fitting.py
+${PYSITELIB}/qexpy/fitting.pyc
+${PYSITELIB}/qexpy/fitting.pyo
+${PYSITELIB}/qexpy/plot_utils.py
+${PYSITELIB}/qexpy/plot_utils.pyc
+${PYSITELIB}/qexpy/plot_utils.pyo
+${PYSITELIB}/qexpy/plotting.py
+${PYSITELIB}/qexpy/plotting.pyc
+${PYSITELIB}/qexpy/plotting.pyo
+${PYSITELIB}/qexpy/utils.py
+${PYSITELIB}/qexpy/utils.pyc
+${PYSITELIB}/qexpy/utils.pyo
diff --git a/py-qexpy/distinfo b/py-qexpy/distinfo
new file mode 100644
index 0000000..a6d55d1
--- /dev/null
+++ b/py-qexpy/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (qexpy-0.3.2.tar.gz) = 6356f3e9154fd0806983a207be10c16ced2abf72
+RMD160 (qexpy-0.3.2.tar.gz) = 8f3d0767d0f8db54e13e6174f1baebc4fda69f9f
+SHA512 (qexpy-0.3.2.tar.gz) = 0d0e0f3e67230ed7778282b2295312be9f0f63a80f99ac59ee3eb1b43d29fb80b79e38235d331cc38c9bb8889afcad3eebe8c797defd147945f6ca2d19df1969
+Size (qexpy-0.3.2.tar.gz) = 31917 bytes


Home | Main Index | Thread Index | Old Index