pkgsrc-WIP-changes archive

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

py-checkov: not for python 2



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Fri May 5 12:11:45 2023 +0200
Changeset:	ff636f3c0f92829d22c6974510d96b4d57c3a732

Modified Files:
	py-checkov/Makefile
	py-checkov/distinfo

Log Message:
py-checkov: not for python 2

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ff636f3c0f92829d22c6974510d96b4d57c3a732

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

diffstat:
 py-checkov/Makefile | 5 +++--
 py-checkov/distinfo | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs:
diff --git a/py-checkov/Makefile b/py-checkov/Makefile
index 85e98dea52..1425736079 100644
--- a/py-checkov/Makefile
+++ b/py-checkov/Makefile
@@ -11,6 +11,7 @@ HOMEPAGE=	https://github.com/bridgecrewio/checkov
 COMMENT=	Infrastructure as code static analysis
 LICENSE=	apache-2.0
 
+BUILD_DEPENDS+=	${PYPKGPREFIX}-pip>=0:../../devel/py-pip
 BUILD_DEPENDS+=	${PYPKGPREFIX}-test>=5.3.1:../../devel/py-test
 BUILD_DEPENDS+=	${PYPKGPREFIX}-coverage>=5.3.1:../../devel/py-coverage
 BUILD_DEPENDS+=	${PYPKGPREFIX}-coverage-badge>=1.0.1:../../wip/py-coverage-badge
@@ -18,6 +19,7 @@ BUILD_DEPENDS+=	${PYPKGPREFIX}-bandit>=1.7.0:../../security/py-bandit
 DEPENDS+=	${PYPKGPREFIX}-bc-python-hcl2>=0.3.12:../../wip/py-bc-python-hcl2
 DEPENDS+=	${PYPKGPREFIX}-deep-merge>=0.0.4:../../wip/py-deep-merge
 DEPENDS+=	${PYPKGPREFIX}-tabulate>=0.8.6:../../textproc/py-tabulate
+DEPENDS+=	${PYPKGPREFIX}-packaging>=0:../../devel/py-packaging
 DEPENDS+=	${PYPKGPREFIX}-colorama>=0.4.3:../../comms/py-colorama
 DEPENDS+=	${PYPKGPREFIX}-termcolor>=1.1.0:../../devel/py-termcolor
 DEPENDS+=	${PYPKGPREFIX}-junit-xml>=1.9:../../wip/py-junit-xml
@@ -31,11 +33,10 @@ DEPENDS+=	${PYPKGPREFIX}-tqdm>=4.49.0:../../misc/py-tqdm
 DEPENDS+=	${PYPKGPREFIX}-update-checker-[0-9]*:../../wip/py-update-checker
 DEPENDS+=	${PYPKGPREFIX}-semantic_version>=2.8.5:../../devel/py-semantic_version
 
-PYTHON_VERSIONED_DEPENDENCIES+=	packaging pip:build
+PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 post-extract:
 	${MV} ${WRKSRC}/bin/checkov ${WRKSRC}/bin/checkov${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-checkov/distinfo b/py-checkov/distinfo
index 1124c6ab15..54889b995d 100644
--- a/py-checkov/distinfo
+++ b/py-checkov/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-RMD160 (checkov-1.0.823.tar.gz) = a1aa11127d8e7207444c777fd62f51f627c360a3
+BLAKE2s (checkov-1.0.823.tar.gz) = e400061c47b38a64fde816ae280fa482c002262484844cfe94b2dd90fbcbb9d2
 SHA512 (checkov-1.0.823.tar.gz) = de28141e27d6f0e8b54ccd435da2b9f7af8de40e3f82ec10042ccea644fca15688d74970205328d5116b93426724abc1c4724070284010d522abe8efc016c62b
 Size (checkov-1.0.823.tar.gz) = 179517 bytes
 SHA1 (patch-setup.py) = c72c8a8c498e1a90c0969ba0e403c7030eb5ee26


Home | Main Index | Thread Index | Old Index