pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-matplotlib



Module Name:    pkgsrc
Committed By:   bacon
Date:           Sun Jul 23 14:43:03 UTC 2023

Modified Files:
        pkgsrc/graphics/py-matplotlib: distinfo
        pkgsrc/graphics/py-matplotlib/patches: patch-environment.yml
            patch-lib_matplotlib.egg-info_requires.txt patch-setup.py

Log Message:
py-matplotlib: Improve patch comments


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/graphics/py-matplotlib/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/graphics/py-matplotlib/patches/patch-environment.yml \
    pkgsrc/graphics/py-matplotlib/patches/patch-lib_matplotlib.egg-info_requires.txt
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/py-matplotlib/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-matplotlib/distinfo
diff -u pkgsrc/graphics/py-matplotlib/distinfo:1.55 pkgsrc/graphics/py-matplotlib/distinfo:1.56
--- pkgsrc/graphics/py-matplotlib/distinfo:1.55 Thu Jul 20 14:46:43 2023
+++ pkgsrc/graphics/py-matplotlib/distinfo      Sun Jul 23 14:43:02 2023
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.55 2023/07/20 14:46:43 bacon Exp $
+$NetBSD: distinfo,v 1.56 2023/07/23 14:43:02 bacon Exp $
 
 BLAKE2s (matplotlib-3.7.2.tar.gz) = 64843ae84c2d9270682380569fef63795b56178e695e74b845c37ebd654bcd30
 SHA512 (matplotlib-3.7.2.tar.gz) = 3ddb223c869c01cf71ab65a628a3c996eed1ff8b2375c02e3158a5750652a5d8277a55706e50890c15c14c7a104db01f01b01ca8964f85b6ffec104fc273872d
 Size (matplotlib-3.7.2.tar.gz) = 38095843 bytes
-SHA1 (patch-environment.yml) = a86cf81f749f862f65af7fda1b4b7e7a2601cfa0
-SHA1 (patch-lib_matplotlib.egg-info_requires.txt) = c4ed622c0cc799352c7ed9f31986f7efba4591f5
+SHA1 (patch-environment.yml) = ee90f3806410c05d4396f8ab6e2ce2f07385f41e
+SHA1 (patch-lib_matplotlib.egg-info_requires.txt) = 444dc332ccba024b7320334cf237773ff0ab2a97
 SHA1 (patch-mplsetup.cfg) = 06bf93f112ab4ed4604179c1cc7fd2bdee62b56d
-SHA1 (patch-setup.py) = 8e370514af5577677b05c6362792664b5762853a
+SHA1 (patch-setup.py) = f8c1b72e7ac1acefb324b53bb60b2f7de4aae3e8

Index: pkgsrc/graphics/py-matplotlib/patches/patch-environment.yml
diff -u pkgsrc/graphics/py-matplotlib/patches/patch-environment.yml:1.1 pkgsrc/graphics/py-matplotlib/patches/patch-environment.yml:1.2
--- pkgsrc/graphics/py-matplotlib/patches/patch-environment.yml:1.1     Thu Jul 20 14:46:43 2023
+++ pkgsrc/graphics/py-matplotlib/patches/patch-environment.yml Sun Jul 23 14:43:02 2023
@@ -1,6 +1,8 @@
-$NetBSD: patch-environment.yml,v 1.1 2023/07/20 14:46:43 bacon Exp $
+$NetBSD: patch-environment.yml,v 1.2 2023/07/23 14:43:02 bacon Exp $
 
 # Hack to allow apps to run despite known issues
+# Remove this patch when the upstream issue is fixed
+# https://github.com/matplotlib/matplotlib/issues/26152
 
 --- environment.yml.orig       2023-07-20 13:09:50.054239819 +0000
 +++ environment.yml
Index: pkgsrc/graphics/py-matplotlib/patches/patch-lib_matplotlib.egg-info_requires.txt
diff -u pkgsrc/graphics/py-matplotlib/patches/patch-lib_matplotlib.egg-info_requires.txt:1.1 pkgsrc/graphics/py-matplotlib/patches/patch-lib_matplotlib.egg-info_requires.txt:1.2
--- pkgsrc/graphics/py-matplotlib/patches/patch-lib_matplotlib.egg-info_requires.txt:1.1        Thu Jul 20 14:46:43 2023
+++ pkgsrc/graphics/py-matplotlib/patches/patch-lib_matplotlib.egg-info_requires.txt    Sun Jul 23 14:43:02 2023
@@ -1,6 +1,8 @@
-$NetBSD: patch-lib_matplotlib.egg-info_requires.txt,v 1.1 2023/07/20 14:46:43 bacon Exp $
+$NetBSD: patch-lib_matplotlib.egg-info_requires.txt,v 1.2 2023/07/23 14:43:02 bacon Exp $
 
 # Hack to allow apps to run despite known issues
+# Remove this patch when the upstream issue is fixed
+# https://github.com/matplotlib/matplotlib/issues/26152
 
 --- lib/matplotlib.egg-info/requires.txt.orig  2023-07-20 13:09:04.809660522 +0000
 +++ lib/matplotlib.egg-info/requires.txt

Index: pkgsrc/graphics/py-matplotlib/patches/patch-setup.py
diff -u pkgsrc/graphics/py-matplotlib/patches/patch-setup.py:1.5 pkgsrc/graphics/py-matplotlib/patches/patch-setup.py:1.6
--- pkgsrc/graphics/py-matplotlib/patches/patch-setup.py:1.5    Thu Jul 20 14:46:43 2023
+++ pkgsrc/graphics/py-matplotlib/patches/patch-setup.py        Sun Jul 23 14:43:02 2023
@@ -1,6 +1,8 @@
-$NetBSD: patch-setup.py,v 1.5 2023/07/20 14:46:43 bacon Exp $
+$NetBSD: patch-setup.py,v 1.6 2023/07/23 14:43:02 bacon Exp $
 
 # Hack to allow apps to run despite known issues
+# Remove this patch when the upstream issue is fixed
+# https://github.com/matplotlib/matplotlib/issues/26152
 
 --- setup.py.orig      2023-07-20 13:08:02.696854685 +0000
 +++ setup.py



Home | Main Index | Thread Index | Old Index