pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-tlsh



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan 20 16:04:03 UTC 2024

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

Log Message:
py-tlsh: not for Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-tlsh/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-tlsh/Makefile
diff -u pkgsrc/devel/py-tlsh/Makefile:1.3 pkgsrc/devel/py-tlsh/Makefile:1.4
--- pkgsrc/devel/py-tlsh/Makefile:1.3   Sun Jan 14 20:08:04 2024
+++ pkgsrc/devel/py-tlsh/Makefile       Sat Jan 20 16:04:03 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/01/14 20:08:04 schmonz Exp $
+# $NetBSD: Makefile,v 1.4 2024/01/20 16:04:03 wiz Exp $
 
 DISTNAME=      py-tlsh-4.7.2
 PKGNAME=       ${DISTNAME:S/py-/${PYPKGPREFIX}-/}
@@ -12,6 +12,8 @@ LICENSE=      apache-2.0
 
 USE_LANGUAGES= c c++
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../devel/tlsh/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index