FreeBSD Bugzilla – Attachment 194801 Details for
Bug 229438
[NEW PORT] misc/py-spdx-tools: Parses, validates and creates SPDX documents
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-spdx-tools.patch
py-spdx-tools.patch (text/plain), 2.98 KB, created by
Kai Knoblich
on 2018-06-30 21:59:51 UTC
(
hide
)
Description:
py-spdx-tools.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2018-06-30 21:59:51 UTC
Size:
2.98 KB
patch
obsolete
>Index: py-spdx-tools/Makefile >=================================================================== >--- py-spdx-tools/Makefile (nonexistent) >+++ py-spdx-tools/Makefile (working copy) >@@ -0,0 +1,36 @@ >+# $FreeBSD$ >+ >+PORTNAME= spdx-tools >+DISTVERSION= 0.5.4 >+CATEGORIES= misc python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= freebsd_ports@k-worx.org >+COMMENT= Parses, validates and creates SPDX documents >+ >+LICENSE= APACHE20 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=0:devel/py-ply@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}rdflib>=0:textproc/py-rdflib@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} >+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xmltodict>=0:devel/py-xmltodict@${PY_FLAVOR} >+ >+USES= python:2.7 >+USE_PYTHON= distutils autoplist >+ >+CONFLICTS_INSTALL= py??-spdx-* >+NO_ARCH= yes >+PORTEXAMPLES= * >+ >+OPTIONS_DEFINE= EXAMPLES >+ >+post-install-EXAMPLES-on: >+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ ${FIND} ${WRKSRC}/examples -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${EXAMPLESDIR} \; >+ >+do-test: >+ @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test >+ >+.include <bsd.port.mk> > >Property changes on: py-spdx-tools/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: py-spdx-tools/distinfo >=================================================================== >--- py-spdx-tools/distinfo (nonexistent) >+++ py-spdx-tools/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1530184957 >+SHA256 (spdx-tools-0.5.4.tar.gz) = 3de4d499a9182a63ba9bb8a08b394cc9c618067095212cb51addb201bfeac202 >+SIZE (spdx-tools-0.5.4.tar.gz) = 140247 > >Property changes on: py-spdx-tools/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: py-spdx-tools/pkg-descr >=================================================================== >--- py-spdx-tools/pkg-descr (nonexistent) >+++ py-spdx-tools/pkg-descr (working copy) >@@ -0,0 +1,9 @@ >+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 > >Property changes on: py-spdx-tools/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 229438
: 194801