pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/url2pkg/files
Module Name: pkgsrc
Committed By: rillig
Date: Sun Aug 13 20:46:35 UTC 2023
Modified Files:
pkgsrc/pkgtools/url2pkg/files: url2pkg_test.py
Log Message:
url2pkg: fix test
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/pkgtools/url2pkg/files/url2pkg_test.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/url2pkg/files/url2pkg_test.py
diff -u pkgsrc/pkgtools/url2pkg/files/url2pkg_test.py:1.42 pkgsrc/pkgtools/url2pkg/files/url2pkg_test.py:1.43
--- pkgsrc/pkgtools/url2pkg/files/url2pkg_test.py:1.42 Sun Jan 22 18:58:45 2023
+++ pkgsrc/pkgtools/url2pkg/files/url2pkg_test.py Sun Aug 13 20:46:35 2023
@@ -1,4 +1,4 @@
-# $NetBSD: url2pkg_test.py,v 1.42 2023/01/22 18:58:45 rillig Exp $
+# $NetBSD: url2pkg_test.py,v 1.43 2023/08/13 20:46:35 rillig Exp $
# URLs for manual testing:
#
@@ -1278,6 +1278,8 @@ def test_Adjuster_adjust_python_module(t
'COMMENT= TODO: Short description of the package',
'#LICENSE= # TODO: (see mk/license.mk)',
'',
+ 'PYTHON_VERSIONS_INCOMPATIBLE= 27',
+ '',
'.include "../../lang/python/egg.mk"',
'.include "../../mk/bsd.pkg.mk"',
]
Home |
Main Index |
Thread Index |
Old Index