pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-exifread



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun May  4 08:39:40 UTC 2025

Modified Files:
        pkgsrc/graphics/py-exifread: PLIST distinfo
Added Files:
        pkgsrc/graphics/py-exifread/patches: patch-pyproject.toml

Log Message:
py-exifread: do not install tests


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/py-exifread/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/py-exifread/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/py-exifread/patches/patch-pyproject.toml

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-exifread/PLIST
diff -u pkgsrc/graphics/py-exifread/PLIST:1.6 pkgsrc/graphics/py-exifread/PLIST:1.7
--- pkgsrc/graphics/py-exifread/PLIST:1.6       Sat May  3 07:11:40 2025
+++ pkgsrc/graphics/py-exifread/PLIST   Sun May  4 08:39:40 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2025/05/03 07:11:40 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2025/05/04 08:39:40 adam Exp $
 bin/exifread-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -85,9 +85,3 @@ ${PYSITELIB}/exifread/tags/str_utils.pyo
 ${PYSITELIB}/exifread/utils.py
 ${PYSITELIB}/exifread/utils.pyc
 ${PYSITELIB}/exifread/utils.pyo
-${PYSITELIB}/tests/__init__.py
-${PYSITELIB}/tests/__init__.pyc
-${PYSITELIB}/tests/__init__.pyo
-${PYSITELIB}/tests/test_process_file.py
-${PYSITELIB}/tests/test_process_file.pyc
-${PYSITELIB}/tests/test_process_file.pyo

Index: pkgsrc/graphics/py-exifread/distinfo
diff -u pkgsrc/graphics/py-exifread/distinfo:1.7 pkgsrc/graphics/py-exifread/distinfo:1.8
--- pkgsrc/graphics/py-exifread/distinfo:1.7    Sat May  3 07:11:40 2025
+++ pkgsrc/graphics/py-exifread/distinfo        Sun May  4 08:39:40 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.7 2025/05/03 07:11:40 wiz Exp $
+$NetBSD: distinfo,v 1.8 2025/05/04 08:39:40 adam Exp $
 
 BLAKE2s (exifread-3.2.0.tar.gz) = 44e2cc2ccfb7d1f2631ca584718c3a69657a4dd7e562c37928f14605861db93f
 SHA512 (exifread-3.2.0.tar.gz) = 8e349ef1737f1d31db3e0632d2bdedc09aad60c34f4a30941fae3d65af45acc64c0ca3c149d641ae2a279d3aed5099fd39dac7a53140bf7d856ee746a3647698
 Size (exifread-3.2.0.tar.gz) = 49741 bytes
+SHA1 (patch-pyproject.toml) = 48be11c81ec4f47acf134c27e6fae8e5042bb53a

Added files:

Index: pkgsrc/graphics/py-exifread/patches/patch-pyproject.toml
diff -u /dev/null pkgsrc/graphics/py-exifread/patches/patch-pyproject.toml:1.1
--- /dev/null   Sun May  4 08:39:40 2025
+++ pkgsrc/graphics/py-exifread/patches/patch-pyproject.toml    Sun May  4 08:39:40 2025
@@ -0,0 +1,18 @@
+$NetBSD: patch-pyproject.toml,v 1.1 2025/05/04 08:39:40 adam Exp $
+
+Do not install tests.
+
+--- pyproject.toml.orig        2025-04-26 22:28:35.000000000 +0000
++++ pyproject.toml
+@@ -47,9 +47,8 @@ Changelog = "https://github.com/ianare/e
+ "EXIF.py" = "exifread.cli:main"
+ 
+ 
+-[tool.setuptools.packages]
+-find = {}
+-
++[tool.setuptools.packages.find]
++exclude = ["tests*"]
+ 
+ [tool.setuptools.dynamic]
+ version = {attr = "exifread.__version__"}



Home | Main Index | Thread Index | Old Index