pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-libusb1



Module Name:    pkgsrc
Committed By:   nikita
Date:           Thu May 18 09:56:51 UTC 2023

Modified Files:
        pkgsrc/devel/py-libusb1: Makefile

Log Message:
py-libusb1: upstream dropped support for python < 3.6 in version 3.0


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-libusb1/Makefile

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-libusb1/Makefile
diff -u pkgsrc/devel/py-libusb1/Makefile:1.3 pkgsrc/devel/py-libusb1/Makefile:1.4
--- pkgsrc/devel/py-libusb1/Makefile:1.3        Tue May 16 15:47:14 2023
+++ pkgsrc/devel/py-libusb1/Makefile    Thu May 18 09:56:50 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/05/16 15:47:14 nikita Exp $
+# $NetBSD: Makefile,v 1.4 2023/05/18 09:56:50 nikita Exp $
 
 DISTNAME=      libusb1-3.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,5 +12,8 @@ LICENSE=      gnu-lgpl-v2
 
 USE_LANGUAGES= # none
 
+# dropped support for < 3.6 in version 3.0
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index