head 1.10; access; symbols pkgsrc-2023Q4:1.10.0.4 pkgsrc-2023Q4-base:1.10 pkgsrc-2023Q3:1.10.0.2 pkgsrc-2023Q3-base:1.10 pkgsrc-2023Q2:1.8.0.10 pkgsrc-2023Q2-base:1.8 pkgsrc-2023Q1:1.8.0.8 pkgsrc-2023Q1-base:1.8 pkgsrc-2022Q4:1.8.0.6 pkgsrc-2022Q4-base:1.8 pkgsrc-2022Q3:1.8.0.4 pkgsrc-2022Q3-base:1.8 pkgsrc-2022Q2:1.8.0.2 pkgsrc-2022Q2-base:1.8 pkgsrc-2022Q1:1.7.0.2 pkgsrc-2022Q1-base:1.7 pkgsrc-2021Q4:1.5.0.6 pkgsrc-2021Q4-base:1.5 pkgsrc-2021Q3:1.5.0.4 pkgsrc-2021Q3-base:1.5 pkgsrc-2021Q2:1.5.0.2 pkgsrc-2021Q2-base:1.5 pkgsrc-2021Q1:1.4.0.16 pkgsrc-2021Q1-base:1.4 pkgsrc-2020Q4:1.4.0.14 pkgsrc-2020Q4-base:1.4 pkgsrc-2020Q3:1.4.0.12 pkgsrc-2020Q3-base:1.4 pkgsrc-2020Q2:1.4.0.10 pkgsrc-2020Q2-base:1.4 pkgsrc-2020Q1:1.4.0.6 pkgsrc-2020Q1-base:1.4 pkgsrc-2019Q4:1.4.0.8 pkgsrc-2019Q4-base:1.4 pkgsrc-2019Q3:1.4.0.4 pkgsrc-2019Q3-base:1.4 pkgsrc-2019Q2:1.4.0.2 pkgsrc-2019Q2-base:1.4 pkgsrc-2019Q1:1.3.0.4 pkgsrc-2019Q1-base:1.3 pkgsrc-2018Q4:1.3.0.2 pkgsrc-2018Q4-base:1.3 pkgsrc-2018Q3:1.2.0.2 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.1.0.4 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.2 pkgsrc-2018Q1-base:1.1; locks; strict; comment @# @; 1.10 date 2023.08.01.23.20.48; author wiz; state Exp; branches; next 1.9; commitid lyjXpsSeA6xpH8zE; 1.9 date 2023.07.01.08.37.40; author wiz; state Exp; branches; next 1.8; commitid OGZpaIgVtdY8O4vE; 1.8 date 2022.04.10.00.57.14; author gutteridge; state Exp; branches; next 1.7; commitid 53ZWhv2DKvpNCAzD; 1.7 date 2022.01.04.20.54.15; author wiz; state Exp; branches; next 1.6; commitid CYyhdK9qtoffkmnD; 1.6 date 2021.12.30.13.05.37; author adam; state Exp; branches; next 1.5; commitid w23rFuQ4pTWhUFmD; 1.5 date 2021.04.09.14.41.35; author tnn; state Exp; branches; next 1.4; commitid UfqIfcWkKjrgXCOC; 1.4 date 2019.06.16.19.22.59; author adam; state Exp; branches; next 1.3; commitid JyNOhrBvZda8PrrB; 1.3 date 2018.10.07.07.02.39; author adam; state Exp; branches; next 1.2; commitid u4NQLwZLcOlpPZUA; 1.2 date 2018.08.30.11.14.05; author adam; state Exp; branches; next 1.1; commitid 60ki4nCS2Lznr8QA; 1.1 date 2018.01.24.00.45.21; author minskim; state Exp; branches; next ; commitid TtIOBQY1Bhk7Y3oA; desc @@ 1.10 log @*: remove more references to Python 3.7 @ text @# $NetBSD: Makefile,v 1.9 2023/07/01 08:37:40 wiz Exp $ DISTNAME= powerlaw-1.4.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=p/powerlaw/} MAINTAINER= minskim@@NetBSD.org 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 USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 38 .include "../../devel/py-cython/buildlink3.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" @ 1.9 log @*: restrict py-numpy users to 3.9+ in preparation for update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2022/04/10 00:57:14 gutteridge Exp $ d21 1 a21 1 PYTHON_VERSIONS_INCOMPATIBLE= 27 37 38 @ 1.8 log @Fix build breakage from py-scipy now being Python >= 3.8 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2022/01/04 20:54:15 wiz Exp $ d21 1 a21 1 PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # py-matplotlib, py-scipy @ 1.7 log @*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2021/12/30 13:05:37 adam Exp $ d21 1 a21 1 PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-matplotlib, py-scipy @ 1.6 log @Forget about Python 3.6 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2021/04/09 14:41:35 tnn Exp $ d5 1 @ 1.5 log @revert wrong fix for py-scipy python 3.6 deprecation, fix properly @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2019/06/16 19:22:59 adam Exp $ d20 1 a20 1 PYTHON_VERSIONS_INCOMPATIBLE= 36 27 # py-matplotlib, py-scipy @ 1.4 log @py-powerlaw: updated to 1.4.6 1.4.6: Unknown changes @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2018/10/07 07:02:39 adam Exp $ d20 1 a20 1 PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-matplotlib, py-scipy @ 1.3 log @py-powerlaw: updated to 1.4.5 1.4.5: Unknown changes @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2018/08/30 11:14:05 adam Exp $ d3 2 a4 2 DISTNAME= powerlaw-1.4.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} d20 2 @ 1.2 log @py-powerlaw: updated to 1.4.4 1.4.4: Unknown changes @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2018/01/24 00:45:21 minskim Exp $ d3 1 a3 1 DISTNAME= powerlaw-1.4.4 d21 1 a21 1 .include "../../lang/python/distutils.mk" @ 1.1 log @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. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= powerlaw-1.4.3 a17 1 PYDISTUTILSPKG= yes d21 1 a21 1 .include "../../lang/python/extension.mk" @