pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-blurhash
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 30 11:37:23 UTC 2024
Modified Files:
pkgsrc/graphics/py-blurhash: Makefile PLIST
Log Message:
py-blurhash: convert to wheel.mk.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/py-blurhash/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-blurhash/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/py-blurhash/Makefile
diff -u pkgsrc/graphics/py-blurhash/Makefile:1.6 pkgsrc/graphics/py-blurhash/Makefile:1.7
--- pkgsrc/graphics/py-blurhash/Makefile:1.6 Tue Aug 1 23:20:44 2023
+++ pkgsrc/graphics/py-blurhash/Makefile Tue Apr 30 11:37:23 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2023/08/01 23:20:44 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2024/04/30 11:37:23 wiz Exp $
DISTNAME= blurhash-1.1.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/blurhash/}
@@ -11,14 +11,16 @@ HOMEPAGE= https://github.com/halcy/blurh
COMMENT= Implementation of the blurhash algorithm in pure python
LICENSE= mit
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+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_VERSIONED_DEPENDENCIES= Pillow test:test
-
PYTHON_VERSIONS_INCOMPATIBLE= 27 38
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/py-blurhash/PLIST
diff -u pkgsrc/graphics/py-blurhash/PLIST:1.1 pkgsrc/graphics/py-blurhash/PLIST:1.2
--- pkgsrc/graphics/py-blurhash/PLIST:1.1 Thu Mar 5 20:36:44 2020
+++ pkgsrc/graphics/py-blurhash/PLIST Tue Apr 30 11:37:23 2024
@@ -1,12 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2020/03/05 20:36:44 nia 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
+@comment $NetBSD: PLIST,v 1.2 2024/04/30 11:37:23 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/blurhash/__init__.py
-${PYSITELIB}/blurhash/__init__.pyo
${PYSITELIB}/blurhash/__init__.pyc
-${PYSITELIB}/blurhash/blurhash.pyo
-${PYSITELIB}/blurhash/blurhash.pyc
+${PYSITELIB}/blurhash/__init__.pyo
${PYSITELIB}/blurhash/blurhash.py
+${PYSITELIB}/blurhash/blurhash.pyc
+${PYSITELIB}/blurhash/blurhash.pyo
Home |
Main Index |
Thread Index |
Old Index