pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-tlslite



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 27 08:08:43 UTC 2025

Modified Files:
        pkgsrc/security/py-tlslite: Makefile

Log Message:
py-tlslite: only depend on pyasyncore on Python 3.12+

Built-in up to 3.11.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/py-tlslite/Makefile

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

Modified files:

Index: pkgsrc/security/py-tlslite/Makefile
diff -u pkgsrc/security/py-tlslite/Makefile:1.19 pkgsrc/security/py-tlslite/Makefile:1.20
--- pkgsrc/security/py-tlslite/Makefile:1.19    Thu Apr 24 08:16:33 2025
+++ pkgsrc/security/py-tlslite/Makefile Sun Apr 27 08:08:43 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2025/04/24 08:16:33 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2025/04/27 08:08:43 wiz Exp $
 
 DISTNAME=              tlslite-0.4.9
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
@@ -14,7 +14,12 @@ COMMENT=             SSL 3.0, TLS 1.0, and TLS 1.1 
 LICENSE=               public-domain
 
 TOOL_DEPENDS+=         ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+
+.include "../../lang/python/pyversion.mk"
+
+.if ${PYTHON_VERSION} > 311
 DEPENDS+=              ${PYPKGPREFIX}-pyasyncore>=0:../../devel/py-pyasyncore
+.endif
 
 USE_LANGUAGES=         # none
 



Home | Main Index | Thread Index | Old Index