pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-cyclonedx-bom
Module Name: pkgsrc
Committed By: wiz
Date: Tue Dec 7 18:04:46 UTC 2021
Added Files:
pkgsrc/security/py-cyclonedx-bom: DESCR Makefile PLIST distinfo
Log Message:
security/py-cyclonedx-bom: import py-cyclonedx-bom-1.5.3
This project provides a runnable Python-based application for
generating CycloneDX bill-of-material documents from either:
* Your current Python Environment
* Your project's manifest (e.g. Pipfile.lock, poetry.lock or
requirements.txt)
* Conda as a Package Manager
The BOM will contain an aggregate of all your current project's
dependencies, or those defined by the manifest you supply.
CycloneDX is a lightweight BOM specification that is easily created,
human-readable, and simple to parse.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-cyclonedx-bom/DESCR \
pkgsrc/security/py-cyclonedx-bom/Makefile \
pkgsrc/security/py-cyclonedx-bom/PLIST \
pkgsrc/security/py-cyclonedx-bom/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/security/py-cyclonedx-bom/DESCR
diff -u /dev/null pkgsrc/security/py-cyclonedx-bom/DESCR:1.1
--- /dev/null Tue Dec 7 18:04:46 2021
+++ pkgsrc/security/py-cyclonedx-bom/DESCR Tue Dec 7 18:04:46 2021
@@ -0,0 +1,15 @@
+This project provides a runnable Python-based application for
+generating CycloneDX bill-of-material documents from either:
+
+* Your current Python Environment
+
+* Your project's manifest (e.g. Pipfile.lock, poetry.lock or
+ requirements.txt)
+
+* Conda as a Package Manager
+
+The BOM will contain an aggregate of all your current project's
+dependencies, or those defined by the manifest you supply.
+
+CycloneDX is a lightweight BOM specification that is easily created,
+human-readable, and simple to parse.
Index: pkgsrc/security/py-cyclonedx-bom/Makefile
diff -u /dev/null pkgsrc/security/py-cyclonedx-bom/Makefile:1.1
--- /dev/null Tue Dec 7 18:04:46 2021
+++ pkgsrc/security/py-cyclonedx-bom/Makefile Tue Dec 7 18:04:46 2021
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2021/12/07 18:04:46 wiz Exp $
+
+DISTNAME= cyclonedx-bom-1.5.3
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= security python
+MASTER_SITES= ${MASTER_SITE_PYPI:=c/cyclonedx-bom/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/CycloneDX/cyclonedx-python
+COMMENT= Creates CycloneDX Software Bill of Materials for Python projects
+LICENSE= apache-2.0
+
+DEPENDS+= ${PYPKGPREFIX}-cyclonedx-python-lib-[0-9]*:../../security/py-cyclonedx-python-lib
+
+post-install:
+ cd ${DESTDIR}${PREFIX}/bin && \
+ ${MV} cyclonedx-bom cyclonedx-bom-${PYVERSSUFFIX} || ${TRUE}
+ cd ${DESTDIR}${PREFIX}/bin && \
+ ${MV} cyclonedx-py cyclonedx-py-${PYVERSSUFFIX} || ${TRUE}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-cyclonedx-bom/PLIST
diff -u /dev/null pkgsrc/security/py-cyclonedx-bom/PLIST:1.1
--- /dev/null Tue Dec 7 18:04:46 2021
+++ pkgsrc/security/py-cyclonedx-bom/PLIST Tue Dec 7 18:04:46 2021
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2021/12/07 18:04:46 wiz Exp $
+bin/cyclonedx-bom-${PYVERSSUFFIX}
+bin/cyclonedx-py-${PYVERSSUFFIX}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/cyclonedx_py/__init__.py
+${PYSITELIB}/cyclonedx_py/__init__.pyc
+${PYSITELIB}/cyclonedx_py/__init__.pyo
+${PYSITELIB}/cyclonedx_py/client.py
+${PYSITELIB}/cyclonedx_py/client.pyc
+${PYSITELIB}/cyclonedx_py/client.pyo
Index: pkgsrc/security/py-cyclonedx-bom/distinfo
diff -u /dev/null pkgsrc/security/py-cyclonedx-bom/distinfo:1.1
--- /dev/null Tue Dec 7 18:04:46 2021
+++ pkgsrc/security/py-cyclonedx-bom/distinfo Tue Dec 7 18:04:46 2021
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2021/12/07 18:04:46 wiz Exp $
+
+BLAKE2s (cyclonedx-bom-1.5.3.tar.gz) = 2ec162099866b2c90ffc6918c7eede31032a28fb5bcd1ab506b941b7b0593d29
+SHA512 (cyclonedx-bom-1.5.3.tar.gz) = beaf553fd9052dd07b8b8126120b133e714d8ce85b50354018ee2840fb95b8c4ddb3bf3baec65c62ea954ae7d4ba9f2579e4a0b16f490d512102ec51a24f6a33
+Size (cyclonedx-bom-1.5.3.tar.gz) = 11699 bytes
Home |
Main Index |
Thread Index |
Old Index