pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-cyclonedx-bom security/py-cyclonedx-bom: i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1b530e4f612
branches:  trunk
changeset: 770724:d1b530e4f612
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Dec 07 18:04:46 2021 +0000

description:
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.

diffstat:

 security/py-cyclonedx-bom/DESCR    |  15 +++++++++++++++
 security/py-cyclonedx-bom/Makefile |  22 ++++++++++++++++++++++
 security/py-cyclonedx-bom/PLIST    |  15 +++++++++++++++
 security/py-cyclonedx-bom/distinfo |   5 +++++
 4 files changed, 57 insertions(+), 0 deletions(-)

diffs (73 lines):

diff -r 62f8c3e8c4fa -r d1b530e4f612 security/py-cyclonedx-bom/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-cyclonedx-bom/DESCR   Tue Dec 07 18:04:46 2021 +0000
@@ -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.
diff -r 62f8c3e8c4fa -r d1b530e4f612 security/py-cyclonedx-bom/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-cyclonedx-bom/Makefile        Tue Dec 07 18:04:46 2021 +0000
@@ -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"
diff -r 62f8c3e8c4fa -r d1b530e4f612 security/py-cyclonedx-bom/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-cyclonedx-bom/PLIST   Tue Dec 07 18:04:46 2021 +0000
@@ -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
diff -r 62f8c3e8c4fa -r d1b530e4f612 security/py-cyclonedx-bom/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-cyclonedx-bom/distinfo        Tue Dec 07 18:04:46 2021 +0000
@@ -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