Created attachment 194801 [details] py-spdx-tools.patch Hello, attached is the patch that adds misc/py-spdx-tools, which implements an SPDX tag/value and RDF parser, validator and handler in Python. Features: - API to create and manipulate SPDX documents. - Parse and create Tag/Value format SPDX files - Parse and create RDF format SPDX files QA: ~~~ - poudriere (11.2-RELEASE amd64 + i386) -> OK - portlint -> OK make test results: > Ran 82 tests in 2.637s > > OK
A commit references this bug: Author: miwi Date: Sat Jul 28 12:01:51 UTC 2018 New revision: 475528 URL: https://svnweb.freebsd.org/changeset/ports/475528 Log: Implements an SPDX tag/value and RDF parser, validator and handler in Python. Features: - API to create and manipulate SPDX documents. - Parse and create Tag/Value format SPDX files - Parse and create RDF format SPDX files WWW: https://github.com/spdx/tools-python PR: 229438 Submitted by: freebsd_ports@k-worx.org Sponsored by: iXsystems Inc. Changes: head/misc/Makefile head/misc/py-spdx-tools/ head/misc/py-spdx-tools/Makefile head/misc/py-spdx-tools/distinfo head/misc/py-spdx-tools/pkg-descr