head 1.13; access; symbols pkgsrc-2026Q1:1.13.0.4 pkgsrc-2026Q1-base:1.13 pkgsrc-2025Q4:1.13.0.2 pkgsrc-2025Q4-base:1.13 pkgsrc-2025Q3:1.12.0.2 pkgsrc-2025Q3-base:1.12 pkgsrc-2025Q2:1.10.0.6 pkgsrc-2025Q2-base:1.10 pkgsrc-2025Q1:1.10.0.4 pkgsrc-2025Q1-base:1.10 pkgsrc-2024Q4:1.10.0.2 pkgsrc-2024Q4-base:1.10 pkgsrc-2024Q3:1.8.0.4 pkgsrc-2024Q3-base:1.8 pkgsrc-2024Q2:1.8.0.2 pkgsrc-2024Q2-base:1.8 pkgsrc-2024Q1:1.6.0.6 pkgsrc-2024Q1-base:1.6 pkgsrc-2023Q4:1.6.0.4 pkgsrc-2023Q4-base:1.6 pkgsrc-2023Q3:1.6.0.2 pkgsrc-2023Q3-base:1.6 pkgsrc-2023Q2:1.4.0.12 pkgsrc-2023Q2-base:1.4 pkgsrc-2023Q1:1.4.0.10 pkgsrc-2023Q1-base:1.4 pkgsrc-2022Q4:1.4.0.8 pkgsrc-2022Q4-base:1.4 pkgsrc-2022Q3:1.4.0.6 pkgsrc-2022Q3-base:1.4 pkgsrc-2022Q2:1.4.0.4 pkgsrc-2022Q2-base:1.4 pkgsrc-2022Q1:1.4.0.2 pkgsrc-2022Q1-base:1.4 pkgsrc-2021Q4:1.3.0.8 pkgsrc-2021Q4-base:1.3 pkgsrc-2021Q3:1.3.0.6 pkgsrc-2021Q3-base:1.3 pkgsrc-2021Q2:1.3.0.4 pkgsrc-2021Q2-base:1.3 pkgsrc-2021Q1:1.3.0.2 pkgsrc-2021Q1-base:1.3 pkgsrc-2020Q4:1.2.0.6 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.4 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.2 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1; locks; strict; comment @# @; 1.13 date 2025.10.09.07.57.41; author wiz; state Exp; branches; next 1.12; commitid t4nMY0Dt3rBjSRdG; 1.12 date 2025.08.26.13.20.26; author adam; state Exp; branches; next 1.11; commitid MYpm3VTdzezQ4f8G; 1.11 date 2025.07.03.19.18.05; author wiz; state Exp; branches; next 1.10; commitid VtH4NTLuuL94Nk1G; 1.10 date 2024.11.11.07.28.34; author wiz; state Exp; branches; next 1.9; commitid 1fBDq3LwS98NncxF; 1.9 date 2024.10.14.06.45.45; author wiz; state Exp; branches; next 1.8; commitid ynDJEEQamKd33BtF; 1.8 date 2024.05.10.10.35.20; author wiz; state Exp; branches; next 1.7; commitid jvAE5qreIb5Smr9F; 1.7 date 2024.04.30.11.37.23; author wiz; state Exp; branches; next 1.6; commitid wbHu3YlWDq462a8F; 1.6 date 2023.08.01.23.20.44; author wiz; state Exp; branches; next 1.5; commitid lyjXpsSeA6xpH8zE; 1.5 date 2023.07.01.08.37.36; author wiz; state Exp; branches; next 1.4; commitid OGZpaIgVtdY8O4vE; 1.4 date 2022.01.04.20.54.04; author wiz; state Exp; branches; next 1.3; commitid CYyhdK9qtoffkmnD; 1.3 date 2021.03.10.18.49.07; author adam; state Exp; branches; next 1.2; commitid Pz84zukVGRG5iNKC; 1.2 date 2020.05.16.17.42.42; author adam; state Exp; branches; next 1.1; commitid aH7iO70Nhu7cvu8C; 1.1 date 2020.03.05.20.36.44; author nia; state Exp; branches; next ; commitid z79swiSlnj2iMfZB; desc @@ 1.13 log @*: remove reference to (removed) Python 3.9 @ text @# $NetBSD: Makefile,v 1.12 2025/08/26 13:20:26 adam Exp $ DISTNAME= blurhash-1.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=b/blurhash/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/halcy/blurhash-python COMMENT= Implementation of the blurhash algorithm in pure Python LICENSE= mit TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools TEST_DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow TEST_DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 310 .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" @ 1.12 log @py-blurhash: updated to 1.1.5 1.1.5 No code changes, this is just a tagged release to (hopefully) run a publish pipeline that will make a release appear on pypi that has been done entirely inside CI. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.11 2025/07/03 19:18:05 wiz Exp $ d20 1 a20 1 PYTHON_VERSIONS_INCOMPATIBLE= 39 310 @ 1.11 log @*: py-numpy needs Python >= 3.11 now @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.10 2024/11/11 07:28:34 wiz Exp $ d3 1 a3 1 DISTNAME= blurhash-1.1.4 a4 1 PKGREVISION= 2 d10 1 a10 1 COMMENT= Implementation of the blurhash algorithm in pure python d14 1 a14 1 DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow @ 1.10 log @py-*: remove unused tool dependency py-setuptools includes the py-wheel functionality nowadays @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2024/10/14 06:45:45 wiz Exp $ d21 2 @ 1.9 log @*: clean-up after python38 removal @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2024/05/10 10:35:20 wiz Exp $ a14 1 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel @ 1.8 log @py-blurhash: remove unused include @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2024/04/30 11:37:23 wiz Exp $ a21 2 PYTHON_VERSIONS_INCOMPATIBLE= 27 38 @ 1.7 log @py-blurhash: convert to wheel.mk. Bump PKGREVISION. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2023/08/01 23:20:44 wiz Exp $ a24 1 .include "../../lang/python/versioned_dependencies.mk" @ 1.6 log @*: remove more references to Python 3.7 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2023/07/01 08:37:36 wiz Exp $ d5 1 a5 1 PKGREVISION= 1 d14 3 d18 1 a21 2 PYTHON_VERSIONED_DEPENDENCIES= Pillow test:test d24 1 a24 1 .include "../../lang/python/egg.mk" @ 1.5 log @*: restrict py-numpy users to 3.9+ in preparation for update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2022/01/04 20:54:04 wiz Exp $ d20 1 a20 1 PYTHON_VERSIONS_INCOMPATIBLE= 27 37 38 @ 1.4 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.3 2021/03/10 18:49:07 adam Exp $ d20 2 @ 1.3 log @Use Pillow as versioned dependency @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2020/05/16 17:42:42 adam Exp $ d5 1 @ 1.2 log @pytest from versioned depends @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2020/03/05 20:36:44 nia Exp $ a12 1 TEST_DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow d17 1 a17 1 PYTHON_VERSIONED_DEPENDENCIES= test:test @ 1.1 log @graphics: Add py-blurhash Pure-Python implementation of the blurhash algorithm. BlurHash is a compact representation of a placeholder for an image. @ text @d1 1 a1 1 # $NetBSD$ d13 3 d18 1 a18 3 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy TEST_DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow d21 1 @