pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-nihtest



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan  3 16:28:37 UTC 2024

Modified Files:
        pkgsrc/devel/py-nihtest: Makefile distinfo
Added Files:
        pkgsrc/devel/py-nihtest/patches: patch-nihtest_File.py

Log Message:
py-nihtest: include post-release patch

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-nihtest/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-nihtest/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-nihtest/patches/patch-nihtest_File.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-nihtest/Makefile
diff -u pkgsrc/devel/py-nihtest/Makefile:1.11 pkgsrc/devel/py-nihtest/Makefile:1.12
--- pkgsrc/devel/py-nihtest/Makefile:1.11       Wed Jan  3 16:13:57 2024
+++ pkgsrc/devel/py-nihtest/Makefile    Wed Jan  3 16:28:36 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2024/01/03 16:13:57 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/01/03 16:28:36 wiz Exp $
 
 DISTNAME=      nihtest-1.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/nihtest/}
 

Index: pkgsrc/devel/py-nihtest/distinfo
diff -u pkgsrc/devel/py-nihtest/distinfo:1.6 pkgsrc/devel/py-nihtest/distinfo:1.7
--- pkgsrc/devel/py-nihtest/distinfo:1.6        Wed Jan  3 16:13:57 2024
+++ pkgsrc/devel/py-nihtest/distinfo    Wed Jan  3 16:28:36 2024
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2024/01/03 16:13:57 wiz Exp $
+$NetBSD: distinfo,v 1.7 2024/01/03 16:28:36 wiz Exp $
 
 BLAKE2s (nihtest-1.4.0.tar.gz) = 88ed5330bdaad6ebdfab96f1e9b5a44b7d1b6ccc53860b8b093b11ccd4b61ee2
 SHA512 (nihtest-1.4.0.tar.gz) = f574cc5192f73d2bf650e92635e9a521f70297ac387ff741c7dd64e2578162851c9ddb3d526476e13802e9408353b4201d6315a0bbbf83cbcb959f5b341a8be3
 Size (nihtest-1.4.0.tar.gz) = 39082 bytes
+SHA1 (patch-nihtest_File.py) = 699ba3891cab3dcc9b4c87ad53127729a5e136c2

Added files:

Index: pkgsrc/devel/py-nihtest/patches/patch-nihtest_File.py
diff -u /dev/null pkgsrc/devel/py-nihtest/patches/patch-nihtest_File.py:1.1
--- /dev/null   Wed Jan  3 16:28:37 2024
+++ pkgsrc/devel/py-nihtest/patches/patch-nihtest_File.py       Wed Jan  3 16:28:37 2024
@@ -0,0 +1,16 @@
+$NetBSD: patch-nihtest_File.py,v 1.1 2024/01/03 16:28:37 wiz Exp $
+
+Use absolute path.
+https://github.com/nih-at/nihtest/commit/9629144acbe2c7ff07a43035b3f885d5fbc8f0d9
+
+--- nihtest/File.py.orig       2024-01-03 16:27:03.810550090 +0000
++++ nihtest/File.py
+@@ -23,7 +23,7 @@ class File:
+         self.result = result
+ 
+     def file_name(self, directory):
+-        return sandbox.sub(directory, self.name)
++        return sandbox.sub(os.path.abspath(directory), self.name)
+ 
+     def compare(self, configuration, directory):
+         if not self.result:



Home | Main Index | Thread Index | Old Index