pkgsrc-WIP-changes archive

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

wip/py-toleranceinterval: import py37-toleranceinterval-0.0.3



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Sep 14 01:29:49 2020 +0100
Changeset:	9b7fa07d45b90304e6d5a91ce912d18050c5566d

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

Log Message:
wip/py-toleranceinterval: import py37-toleranceinterval-0.0.3

A small Python library for one-sided tolerance bounds and two-sided
tolerance intervals.

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

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

diffstat:
 py-toleranceinterval/DESCR    |  2 ++
 py-toleranceinterval/Makefile | 21 +++++++++++++++++
 py-toleranceinterval/PLIST    | 55 +++++++++++++++++++++++++++++++++++++++++++
 py-toleranceinterval/distinfo |  6 +++++
 4 files changed, 84 insertions(+)

diffs:
diff --git a/py-toleranceinterval/DESCR b/py-toleranceinterval/DESCR
new file mode 100644
index 0000000000..b46aed5c58
--- /dev/null
+++ b/py-toleranceinterval/DESCR
@@ -0,0 +1,2 @@
+A small Python library for one-sided tolerance bounds and two-sided
+tolerance intervals.
diff --git a/py-toleranceinterval/Makefile b/py-toleranceinterval/Makefile
new file mode 100644
index 0000000000..fb1bbf3051
--- /dev/null
+++ b/py-toleranceinterval/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	toleranceinterval-0.0.3
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math python
+MASTER_SITES=	https://files.pythonhosted.org/packages/b9/1e/f9732ca98c49ffcdc123991e5ea65a295c4026d8bc3a3edd0e07c09397a0/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/cjekel/tolerance_interval_py
+COMMENT=	Library for one-sided bounds and two-sided tolerance intervals
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-scipy>=1.4.1:../../math/py-scipy
+DEPENDS+=	${PYPKGPREFIX}-sympy>=1.5.1:../../math/py-sympy
+
+USE_LANGUAGES=	# none
+
+BUILDLINK_API_DEPENDS.py-numpy+=	${PYPKGPREFIX}-numpy>=1.14.0
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-toleranceinterval/PLIST b/py-toleranceinterval/PLIST
new file mode 100644
index 0000000000..7f377bd863
--- /dev/null
+++ b/py-toleranceinterval/PLIST
@@ -0,0 +1,55 @@
+@comment $NetBSD$
+${PYSITELIB}/tests/__init__.py
+${PYSITELIB}/tests/__init__.pyc
+${PYSITELIB}/tests/__init__.pyo
+${PYSITELIB}/tests/test_hk_errors.py
+${PYSITELIB}/tests/test_hk_errors.pyc
+${PYSITELIB}/tests/test_hk_errors.pyo
+${PYSITELIB}/tests/test_oneside_hansonkoopmans.py
+${PYSITELIB}/tests/test_oneside_hansonkoopmans.pyc
+${PYSITELIB}/tests/test_oneside_hansonkoopmans.pyo
+${PYSITELIB}/tests/test_oneside_hansonkoopmans_cmh.py
+${PYSITELIB}/tests/test_oneside_hansonkoopmans_cmh.pyc
+${PYSITELIB}/tests/test_oneside_hansonkoopmans_cmh.pyo
+${PYSITELIB}/tests/test_oneside_lognormal.py
+${PYSITELIB}/tests/test_oneside_lognormal.pyc
+${PYSITELIB}/tests/test_oneside_lognormal.pyo
+${PYSITELIB}/tests/test_oneside_nonparmetric.py
+${PYSITELIB}/tests/test_oneside_nonparmetric.pyc
+${PYSITELIB}/tests/test_oneside_nonparmetric.pyo
+${PYSITELIB}/tests/test_oneside_normal.py
+${PYSITELIB}/tests/test_oneside_normal.pyc
+${PYSITELIB}/tests/test_oneside_normal.pyo
+${PYSITELIB}/tests/test_twoside_lognormal.py
+${PYSITELIB}/tests/test_twoside_lognormal.pyc
+${PYSITELIB}/tests/test_twoside_lognormal.pyo
+${PYSITELIB}/tests/test_twoside_normal.py
+${PYSITELIB}/tests/test_twoside_normal.pyc
+${PYSITELIB}/tests/test_twoside_normal.pyo
+${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}/toleranceinterval/VERSION
+${PYSITELIB}/toleranceinterval/__init__.py
+${PYSITELIB}/toleranceinterval/__init__.pyc
+${PYSITELIB}/toleranceinterval/__init__.pyo
+${PYSITELIB}/toleranceinterval/checks.py
+${PYSITELIB}/toleranceinterval/checks.pyc
+${PYSITELIB}/toleranceinterval/checks.pyo
+${PYSITELIB}/toleranceinterval/hk.py
+${PYSITELIB}/toleranceinterval/hk.pyc
+${PYSITELIB}/toleranceinterval/hk.pyo
+${PYSITELIB}/toleranceinterval/oneside/__init__.py
+${PYSITELIB}/toleranceinterval/oneside/__init__.pyc
+${PYSITELIB}/toleranceinterval/oneside/__init__.pyo
+${PYSITELIB}/toleranceinterval/oneside/oneside.py
+${PYSITELIB}/toleranceinterval/oneside/oneside.pyc
+${PYSITELIB}/toleranceinterval/oneside/oneside.pyo
+${PYSITELIB}/toleranceinterval/twoside/__init__.py
+${PYSITELIB}/toleranceinterval/twoside/__init__.pyc
+${PYSITELIB}/toleranceinterval/twoside/__init__.pyo
+${PYSITELIB}/toleranceinterval/twoside/twoside.py
+${PYSITELIB}/toleranceinterval/twoside/twoside.pyc
+${PYSITELIB}/toleranceinterval/twoside/twoside.pyo
diff --git a/py-toleranceinterval/distinfo b/py-toleranceinterval/distinfo
new file mode 100644
index 0000000000..2829f57de8
--- /dev/null
+++ b/py-toleranceinterval/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (toleranceinterval-0.0.3.tar.gz) = 3ab6266b91d8eaafa3168d9eb01e3305ad499498
+RMD160 (toleranceinterval-0.0.3.tar.gz) = e639a0a9592a21fb74dc4714e712291047d0b32f
+SHA512 (toleranceinterval-0.0.3.tar.gz) = 626314046bec7f527f4239d89508cd117b80a20a9739c32abd0ecab36a92be4d64d1969fdecd8affed55b50806f2426849e5c002781021be6defd6ffe3151c0f
+Size (toleranceinterval-0.0.3.tar.gz) = 15294 bytes


Home | Main Index | Thread Index | Old Index