pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-brewer2mpl



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Apr 24 15:22:22 UTC 2025

Modified Files:
        pkgsrc/graphics/py-brewer2mpl: Makefile PLIST

Log Message:
py-brewer2mpl: converted to wheel.mk


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-brewer2mpl/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-brewer2mpl/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-brewer2mpl/Makefile
diff -u pkgsrc/graphics/py-brewer2mpl/Makefile:1.2 pkgsrc/graphics/py-brewer2mpl/Makefile:1.3
--- pkgsrc/graphics/py-brewer2mpl/Makefile:1.2  Tue Jan  4 20:54:04 2022
+++ pkgsrc/graphics/py-brewer2mpl/Makefile      Thu Apr 24 15:22:22 2025
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2022/01/04 20:54:04 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/24 15:22:22 adam Exp $
 
 DISTNAME=      brewer2mpl-1.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
-CATEGORIES=    graphics
+PKGREVISION=   2
+CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/brewer2mpl/}
 EXTRACT_SUFX=  .zip
 
@@ -12,7 +12,9 @@ HOMEPAGE=     https://github.com/jiffyclub/b
 COMMENT=       Connect colorbrewer2.org color maps to Python and matplotlib
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+
 USE_LANGUAGES= # none
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-brewer2mpl/PLIST
diff -u pkgsrc/graphics/py-brewer2mpl/PLIST:1.1 pkgsrc/graphics/py-brewer2mpl/PLIST:1.2
--- pkgsrc/graphics/py-brewer2mpl/PLIST:1.1     Fri Jul 15 07:31:16 2016
+++ pkgsrc/graphics/py-brewer2mpl/PLIST Thu Apr 24 15:22:22 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2016/07/15 07:31:16 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2025/04/24 15:22:22 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/brewer2mpl/__init__.py
 ${PYSITELIB}/brewer2mpl/__init__.pyc
 ${PYSITELIB}/brewer2mpl/__init__.pyo



Home | Main Index | Thread Index | Old Index