pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-powerlaw math/py-powerlaw: Import version 1.4.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b244d5b34685
branches:  trunk
changeset: 374480:b244d5b34685
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Jan 24 00:45:21 2018 +0000

description:
math/py-powerlaw: Import version 1.4.3

powerlaw is a toolbox using the statistical methods to determine if a
probability distribution fits a power law.

diffstat:

 math/py-powerlaw/DESCR    |   2 ++
 math/py-powerlaw/Makefile |  23 +++++++++++++++++++++++
 math/py-powerlaw/PLIST    |   4 ++++
 math/py-powerlaw/distinfo |   6 ++++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 53e35828c38e -r b244d5b34685 math/py-powerlaw/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-powerlaw/DESCR    Wed Jan 24 00:45:21 2018 +0000
@@ -0,0 +1,2 @@
+powerlaw is a toolbox using the statistical methods to determine if a
+probability distribution fits a power law.
diff -r 53e35828c38e -r b244d5b34685 math/py-powerlaw/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-powerlaw/Makefile Wed Jan 24 00:45:21 2018 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2018/01/24 00:45:21 minskim Exp $
+
+DISTNAME=      powerlaw-1.4.3
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    math python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/powerlaw/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/jeffalstott/powerlaw
+COMMENT=       Toolbox for analysis of heavy-tailed distributions
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
+DEPENDS+=      ${PYPKGPREFIX}-mpmath-[0-9]*:../../math/py-mpmath
+DEPENDS+=      ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
+DEPENDS+=      ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
+
+PYDISTUTILSPKG=        yes
+USE_LANGUAGES= # none
+
+.include "../../devel/py-cython/buildlink3.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 53e35828c38e -r b244d5b34685 math/py-powerlaw/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-powerlaw/PLIST    Wed Jan 24 00:45:21 2018 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2018/01/24 00:45:21 minskim Exp $
+${PYSITELIB}/powerlaw.py
+${PYSITELIB}/powerlaw.pyc
+${PYSITELIB}/powerlaw.pyo
diff -r 53e35828c38e -r b244d5b34685 math/py-powerlaw/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-powerlaw/distinfo Wed Jan 24 00:45:21 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/01/24 00:45:21 minskim Exp $
+
+SHA1 (powerlaw-1.4.3.tar.gz) = b474b2c046d3edce23b0f74de65d391e61e0cd6e
+RMD160 (powerlaw-1.4.3.tar.gz) = ecf7c01ebeceebd9530e80c438dbdd268cabcba4
+SHA512 (powerlaw-1.4.3.tar.gz) = f1f406e492d26c5e5a07bf7243c5ec857021b10b2f703b83c2dc635346281efb1e26feac5e686325c64f2ff45fa0356061afaea5f94a784f60f6e147ef8eb6b0
+Size (powerlaw-1.4.3.tar.gz) = 24089 bytes



Home | Main Index | Thread Index | Old Index