Bug 229438 - [NEW PORT] misc/py-spdx-tools: Parses, validates and creates SPDX documents
Summary: [NEW PORT] misc/py-spdx-tools: Parses, validates and creates SPDX documents
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Martin Wilke
URL: https://pypi.org/project/spdx-tools/
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-30 21:59 UTC by Kai Knoblich
Modified: 2018-07-28 12:02 UTC (History)
2 users (show)

See Also:


Attachments
py-spdx-tools.patch (2.98 KB, patch)
2018-06-30 21:59 UTC, Kai Knoblich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Knoblich freebsd_committer freebsd_triage 2018-06-30 21:59:51 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-07-28 12:02:05 UTC
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