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:   wiz
Date:           Tue Feb 17 15:35:47 UTC 2026

Modified Files:
        pkgsrc/graphics/py-brewer2mpl: distinfo
Added Files:
        pkgsrc/graphics/py-brewer2mpl/patches: patch-setup.py

Log Message:
py-brewer2pml: fix build with setuptools 82

XXX: this has been replaced with palettable in 2015


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/py-brewer2mpl/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/py-brewer2mpl/patches/patch-setup.py

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/distinfo
diff -u pkgsrc/graphics/py-brewer2mpl/distinfo:1.4 pkgsrc/graphics/py-brewer2mpl/distinfo:1.5
--- pkgsrc/graphics/py-brewer2mpl/distinfo:1.4  Tue Oct 26 10:46:44 2021
+++ pkgsrc/graphics/py-brewer2mpl/distinfo      Tue Feb 17 15:35:47 2026
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:46:44 nia Exp $
+$NetBSD: distinfo,v 1.5 2026/02/17 15:35:47 wiz Exp $
 
 BLAKE2s (brewer2mpl-1.4.1.zip) = e36c9bb42a1cc98360ba4dde80aee8c8b0d99c610e5dd3aa5344f853a8b66784
 SHA512 (brewer2mpl-1.4.1.zip) = 102fe462f6ae5134a026c52158715c8d38e7202095a360b357522e446b157c801b78d50db69a718262e69a1ef1042240f4e26176353d27780895ccc2412ac0df
 Size (brewer2mpl-1.4.1.zip) = 29347 bytes
+SHA1 (patch-setup.py) = 84cfb88210c6e72394e0b251c909d219b1721bf4

Added files:

Index: pkgsrc/graphics/py-brewer2mpl/patches/patch-setup.py
diff -u /dev/null pkgsrc/graphics/py-brewer2mpl/patches/patch-setup.py:1.1
--- /dev/null   Tue Feb 17 15:35:47 2026
+++ pkgsrc/graphics/py-brewer2mpl/patches/patch-setup.py        Tue Feb 17 15:35:47 2026
@@ -0,0 +1,13 @@
+$NetBSD: patch-setup.py,v 1.1 2026/02/17 15:35:47 wiz Exp $
+
+Fix build with setuptools 82.
+
+--- setup.py.orig      2026-02-17 15:34:37.912569558 +0000
++++ setup.py
+@@ -1,6 +1,3 @@
+-from ez_setup import use_setuptools
+-use_setuptools()
+-
+ from setuptools import setup
+ 
+ with open('README.rst', 'r') as f:



Home | Main Index | Thread Index | Old Index