aboutsummaryrefslogtreecommitdiff
path: root/misc/py-spdx-tools
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* misc/py-spdx-tools: Update to 0.6.1Kai Knoblich2019-09-032-9/+11
| | | | | | | | | | | | | | | | | | * Enable build for all Python versions because Python 3 is supported since the 0.5.x release. This became more evident via tests by using pytest. * Make the port concurrent safe as it installs a script and some (optional) example files. * Also refine the "do-test" target by using devel/py-pytest which gives a better overview of the test results. Changelog since 0.5.4: https://github.com/spdx/tools-python/compare/v0.5.4...eac4e90 Notes: svn path=/head/; revision=511042
* Change my maintainer email address to my new one at the FreeBSD project.Kai Knoblich2019-02-011-1/+1
| | | | | | | | | Reviewed by: miwi (mentor) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19050 Notes: svn path=/head/; revision=491837
* Implements an SPDX tag/value and RDF parser, validator and handler in Python.Martin Wilke2018-07-283-0/+48
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. Notes: svn path=/head/; revision=475528