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 10:24:34 UTC 2023

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

Log Message:
py-libusb1: correct comment.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/devel/py-libusb1/Makefile:1.5
--- pkgsrc/devel/py-libusb1/Makefile:1.4        Thu May 18 09:56:50 2023
+++ pkgsrc/devel/py-libusb1/Makefile    Thu May 18 10:24:34 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/05/18 09:56:50 nikita Exp $
+# $NetBSD: Makefile,v 1.5 2023/05/18 10:24:34 nikita Exp $
 
 DISTNAME=      libusb1-3.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ LICENSE=      gnu-lgpl-v2
 
 USE_LANGUAGES= # none
 
-# dropped support for < 3.6 in version 3.0
+# dropped support for < 3.4 in version 2.0
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index