pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ca-certificates



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jul  9 09:38:57 UTC 2022

Modified Files:
        pkgsrc/security/ca-certificates: Makefile

Log Message:
ca-certificates: this does not support python 2


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/ca-certificates/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/ca-certificates/Makefile
diff -u pkgsrc/security/ca-certificates/Makefile:1.7 pkgsrc/security/ca-certificates/Makefile:1.8
--- pkgsrc/security/ca-certificates/Makefile:1.7        Sun Jun 12 07:05:30 2022
+++ pkgsrc/security/ca-certificates/Makefile    Sat Jul  9 09:38:57 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/06/12 07:05:30 kim Exp $
+# $NetBSD: Makefile,v 1.8 2022/07/09 09:38:57 wiz Exp $
 
 PKGNAME=       ca-certificates-20211016
 PKGREVISION=   3
@@ -12,10 +12,11 @@ HOMEPAGE=   https://packages.debian.org/so
 COMMENT=       Root CA certificates from the Mozilla Project
 LICENSE=       gnu-gpl-v2 AND mpl-2.0
 
-NO_CONFIGURE=          yes
-PYTHON_FOR_BUILD_ONLY= yes
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
 
-PYTHON_VERSIONED_DEPENDENCIES+=        cryptography:build
+NO_CONFIGURE=                  yes
+PYTHON_FOR_BUILD_ONLY=         yes
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_TOOLS=     echo:run find:run ln:run openssl:run rm:run sed:run sort:run wc:run
 
@@ -85,5 +86,4 @@ post-install:
            ${DESTDIR}${EGDIR}/
 
 .include "../../lang/python/tool.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index