pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-reprotest



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov  9 22:51:19 UTC 2022

Modified Files:
        pkgsrc/sysutils/py-reprotest: Makefile

Log Message:
py-reprotest: for python 3.x only

Perhaps even 3.9+, but the bulk builds will tell


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/py-reprotest/Makefile

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

Modified files:

Index: pkgsrc/sysutils/py-reprotest/Makefile
diff -u pkgsrc/sysutils/py-reprotest/Makefile:1.1 pkgsrc/sysutils/py-reprotest/Makefile:1.2
--- pkgsrc/sysutils/py-reprotest/Makefile:1.1   Wed Nov  9 22:26:26 2022
+++ pkgsrc/sysutils/py-reprotest/Makefile       Wed Nov  9 22:51:19 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/11/09 22:26:26 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2022/11/09 22:51:19 wiz Exp $
 
 DISTNAME=      reprotest-0.7.22
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@ DEPENDS+=     ${PYPKGPREFIX}-diffoscope>=226
 DEPENDS+=      ${PYPKGPREFIX}-distro>=0:../../devel/py-distro
 DEPENDS+=      ${PYPKGPREFIX}-rstr>=0:../../devel/py-rstr
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 REPLACE_PYTHON+=       reprotest/virt/autopkgtest-virt-chroot \
                        reprotest/virt/autopkgtest-virt-lxc    \
                        reprotest/virt/autopkgtest-virt-lxd    \



Home | Main Index | Thread Index | Old Index