pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ca-certificates ca-certificates: this does no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d09bbae5759
branches:  trunk
changeset: 381558:2d09bbae5759
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 09 09:38:57 2022 +0000

description:
ca-certificates: this does not support python 2

diffstat:

 security/ca-certificates/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r 5da8c561ab4a -r 2d09bbae5759 security/ca-certificates/Makefile
--- a/security/ca-certificates/Makefile Sat Jul 09 09:34:17 2022 +0000
+++ b/security/ca-certificates/Makefile Sat Jul 09 09:38:57 2022 +0000
@@ -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 @@
 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 @@
            ${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