pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-powerlaw
Module Name: pkgsrc
Committed By: adam
Date: Tue Aug 11 05:27:40 UTC 2026
Modified Files:
pkgsrc/math/py-powerlaw: Makefile PLIST distinfo
Log Message:
py-powerlaw: updated to 2.0.0
v2.0 is a major refactor of the underlying codebase led by @Jfeatherstone.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/math/py-powerlaw/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-powerlaw/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/py-powerlaw/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-powerlaw/Makefile
diff -u pkgsrc/math/py-powerlaw/Makefile:1.15 pkgsrc/math/py-powerlaw/Makefile:1.16
--- pkgsrc/math/py-powerlaw/Makefile:1.15 Sun Jun 28 15:41:30 2026
+++ pkgsrc/math/py-powerlaw/Makefile Tue Aug 11 05:27:40 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2026/06/28 15:41:30 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2026/08/11 05:27:40 adam Exp $
-DISTNAME= powerlaw-1.4.6
+DISTNAME= powerlaw-2.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/powerlaw/}
@@ -11,15 +10,18 @@ HOMEPAGE= https://github.com/jeffalstott
COMMENT= Toolbox for analysis of heavy-tailed distributions
LICENSE= mit
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=8.0:../../devel/py-setuptools_scm
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
+DEPENDS+= ${PYPKGPREFIX}-tqdm-[0-9]*:../../misc/py-tqdm
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 310 311
.include "../../devel/py-cython/buildlink3.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/py-powerlaw/PLIST
diff -u pkgsrc/math/py-powerlaw/PLIST:1.3 pkgsrc/math/py-powerlaw/PLIST:1.4
--- pkgsrc/math/py-powerlaw/PLIST:1.3 Sun Oct 7 07:02:39 2018
+++ pkgsrc/math/py-powerlaw/PLIST Tue Aug 11 05:27:40 2026
@@ -1,9 +1,43 @@
-@comment $NetBSD: PLIST,v 1.3 2018/10/07 07:02:39 adam Exp $
-${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}/powerlaw.py
-${PYSITELIB}/powerlaw.pyc
-${PYSITELIB}/powerlaw.pyo
+@comment $NetBSD: PLIST,v 1.4 2026/08/11 05:27:40 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/powerlaw/__init__.py
+${PYSITELIB}/powerlaw/__init__.pyc
+${PYSITELIB}/powerlaw/__init__.pyo
+${PYSITELIB}/powerlaw/_version.py
+${PYSITELIB}/powerlaw/_version.pyc
+${PYSITELIB}/powerlaw/_version.pyo
+${PYSITELIB}/powerlaw/data.py
+${PYSITELIB}/powerlaw/data.pyc
+${PYSITELIB}/powerlaw/data.pyo
+${PYSITELIB}/powerlaw/distributions.py
+${PYSITELIB}/powerlaw/distributions.pyc
+${PYSITELIB}/powerlaw/distributions.pyo
+${PYSITELIB}/powerlaw/fitting.py
+${PYSITELIB}/powerlaw/fitting.pyc
+${PYSITELIB}/powerlaw/fitting.pyo
+${PYSITELIB}/powerlaw/functional.py
+${PYSITELIB}/powerlaw/functional.pyc
+${PYSITELIB}/powerlaw/functional.pyo
+${PYSITELIB}/powerlaw/plotting.py
+${PYSITELIB}/powerlaw/plotting.pyc
+${PYSITELIB}/powerlaw/plotting.pyo
+${PYSITELIB}/powerlaw/reference_data/blackouts.txt
+${PYSITELIB}/powerlaw/reference_data/cities.txt
+${PYSITELIB}/powerlaw/reference_data/fires.txt
+${PYSITELIB}/powerlaw/reference_data/flares.txt
+${PYSITELIB}/powerlaw/reference_data/quakes.txt
+${PYSITELIB}/powerlaw/reference_data/quakes_original.txt
+${PYSITELIB}/powerlaw/reference_data/surnames.txt
+${PYSITELIB}/powerlaw/reference_data/terrorism.txt
+${PYSITELIB}/powerlaw/reference_data/weblinks.hist
+${PYSITELIB}/powerlaw/reference_data/words.txt
+${PYSITELIB}/powerlaw/statistics.py
+${PYSITELIB}/powerlaw/statistics.pyc
+${PYSITELIB}/powerlaw/statistics.pyo
+${PYSITELIB}/powerlaw/utils.py
+${PYSITELIB}/powerlaw/utils.pyc
+${PYSITELIB}/powerlaw/utils.pyo
Index: pkgsrc/math/py-powerlaw/distinfo
diff -u pkgsrc/math/py-powerlaw/distinfo:1.6 pkgsrc/math/py-powerlaw/distinfo:1.7
--- pkgsrc/math/py-powerlaw/distinfo:1.6 Tue Oct 26 10:56:03 2021
+++ pkgsrc/math/py-powerlaw/distinfo Tue Aug 11 05:27:40 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:56:03 nia Exp $
+$NetBSD: distinfo,v 1.7 2026/08/11 05:27:40 adam Exp $
-BLAKE2s (powerlaw-1.4.6.tar.gz) = d06d7c9f199d6d940a48c7a1dae1b5e88b1c7f0b7ab8f53e1bfed5e001deb149
-SHA512 (powerlaw-1.4.6.tar.gz) = 95c83e3ee9b28be9da6a4f5f0cd77c6df8a70ff2dfd5bf333893928abecc7efa5ab2fbde366e94df2ee3f37f7bcfe8cd00343b099706ac1b13aa423a9ec0e07e
-Size (powerlaw-1.4.6.tar.gz) = 27928 bytes
+BLAKE2s (powerlaw-2.0.0.tar.gz) = 3effebdab4b1d4d654016c645e1a2d567bcadcb0d01ea424d7c0796910978dfc
+SHA512 (powerlaw-2.0.0.tar.gz) = 527c0552e18c6e65f4c69cae24d65bc9a82abd08094811cc1e25a723458527e72e845b24e8f63b43cbd8c065a07082490bff57f413cb0c68de23ca766ed7f305
+Size (powerlaw-2.0.0.tar.gz) = 2158287 bytes
Home |
Main Index |
Thread Index |
Old Index