pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-smb
Module Name: pkgsrc
Committed By: adam
Date: Thu Mar 9 05:26:07 UTC 2023
Modified Files:
pkgsrc/net/py-smb: Makefile
Log Message:
py-smb: not for Python 2.7
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/py-smb/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-smb/Makefile
diff -u pkgsrc/net/py-smb/Makefile:1.19 pkgsrc/net/py-smb/Makefile:1.20
--- pkgsrc/net/py-smb/Makefile:1.19 Wed Mar 8 11:10:57 2023
+++ pkgsrc/net/py-smb/Makefile Thu Mar 9 05:26:07 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2023/03/08 11:10:57 adam Exp $
+# $NetBSD: Makefile,v 1.20 2023/03/09 05:26:07 adam Exp $
DISTNAME= pysmb-1.2.9.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -16,5 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-tqdm-[0-9]*:../
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-tqdm
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index