pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re-commit: Add py-firehose version 0.5.
Module Name: pkgsrc-wip
Committed By: coypu <coypu%sdf.org@localhost>
Pushed By: coypu
Date: Fri Oct 13 18:31:01 2017 +0300
Changeset: e02b927ebac8115a622ce16467caa0b89c3df980
Added Files:
py-firehose/DESCR
py-firehose/Makefile
py-firehose/PLIST
py-firehose/distinfo
Log Message:
Re-commit: Add py-firehose version 0.5.
Now without unrelated file changes.
firehose is a Python package intended for managing the results
from code analysis tools (e.g. compiler warnings, static analysis,
linters, etc).
It currently provides parsers for the output of gcc, clang-analyzer,
cppcheck, and findbugs. These parsers convert the results into a
common data model of Python objects, with methods for lossless
roundtrips through a provided XML format. There is also a JSON
equivalent.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e02b927ebac8115a622ce16467caa0b89c3df980
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-firehose/DESCR | 9 +++++++++
py-firehose/Makefile | 28 ++++++++++++++++++++++++++++
py-firehose/PLIST | 32 ++++++++++++++++++++++++++++++++
py-firehose/distinfo | 6 ++++++
4 files changed, 75 insertions(+)
diffs:
diff --git a/py-firehose/DESCR b/py-firehose/DESCR
new file mode 100644
index 0000000000..bb016aef30
--- /dev/null
+++ b/py-firehose/DESCR
@@ -0,0 +1,9 @@
+firehose is a Python package intended for managing the results
+from code analysis tools (e.g. compiler warnings, static analysis,
+linters, etc).
+
+It currently provides parsers for the output of gcc, clang-analyzer,
+cppcheck, and findbugs. These parsers convert the results into a
+common data model of Python objects, with methods for lossless
+roundtrips through a provided XML format. There is also a JSON
+equivalent.
diff --git a/py-firehose/Makefile b/py-firehose/Makefile
new file mode 100644
index 0000000000..3873072eb2
--- /dev/null
+++ b/py-firehose/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.2 2012/10/07 11:54:31 asau Exp $
+#
+
+DISTNAME= firehose-0.5
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_PYPI:=f/firehose/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/fedora-static-analysis/firehose
+COMMENT= Library for managing code analysis tool output
+LICENSE= gnu-lgpl-v2.1
+
+USE_LANGUAGES= # none
+
+TEST_TARGET= unittests
+
+DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+
+SUBST_CLASSES+= python
+SUBST_STAGE.python= pre-test
+SUBST_MESSAGE.python= Fixing python binary for test
+SUBST_FILES.python= Makefile
+SUBST_SED.python= -e 's,python ,${PYTHONBIN} ,g'
+
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-firehose/PLIST b/py-firehose/PLIST
new file mode 100644
index 0000000000..305a87ea19
--- /dev/null
+++ b/py-firehose/PLIST
@@ -0,0 +1,32 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/firehose/__init__.py
+${PYSITELIB}/firehose/__init__.pyc
+${PYSITELIB}/firehose/__init__.pyo
+${PYSITELIB}/firehose/model.py
+${PYSITELIB}/firehose/model.pyc
+${PYSITELIB}/firehose/model.pyo
+${PYSITELIB}/firehose/parsers/__init__.py
+${PYSITELIB}/firehose/parsers/__init__.pyc
+${PYSITELIB}/firehose/parsers/__init__.pyo
+${PYSITELIB}/firehose/parsers/clanganalyzer.py
+${PYSITELIB}/firehose/parsers/clanganalyzer.pyc
+${PYSITELIB}/firehose/parsers/clanganalyzer.pyo
+${PYSITELIB}/firehose/parsers/cppcheck.py
+${PYSITELIB}/firehose/parsers/cppcheck.pyc
+${PYSITELIB}/firehose/parsers/cppcheck.pyo
+${PYSITELIB}/firehose/parsers/findbugs.py
+${PYSITELIB}/firehose/parsers/findbugs.pyc
+${PYSITELIB}/firehose/parsers/findbugs.pyo
+${PYSITELIB}/firehose/parsers/flawfinder.py
+${PYSITELIB}/firehose/parsers/flawfinder.pyc
+${PYSITELIB}/firehose/parsers/flawfinder.pyo
+${PYSITELIB}/firehose/parsers/frama_c.py
+${PYSITELIB}/firehose/parsers/frama_c.pyc
+${PYSITELIB}/firehose/parsers/frama_c.pyo
+${PYSITELIB}/firehose/parsers/gcc.py
+${PYSITELIB}/firehose/parsers/gcc.pyc
+${PYSITELIB}/firehose/parsers/gcc.pyo
+${PYSITELIB}/firehose/parsers/splint.py
+${PYSITELIB}/firehose/parsers/splint.pyc
+${PYSITELIB}/firehose/parsers/splint.pyo
diff --git a/py-firehose/distinfo b/py-firehose/distinfo
new file mode 100644
index 0000000000..e554ec7a82
--- /dev/null
+++ b/py-firehose/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2012/08/25 16:04:49 jihbed Exp $
+
+SHA1 (firehose-0.5.tar.gz) = 3d7110466a5e48d7ab0f32cff3c0eaf5d75eee63
+RMD160 (firehose-0.5.tar.gz) = 71bf4fc59af4c937219165f647743a6a275ce1e7
+SHA512 (firehose-0.5.tar.gz) = f19d0df1a607575edbc9a7e583b472a2217f7e9508853d8c2cf7a5d369e5da8bb1a2a6bf8fa301ac42312357e6542df453e9afa58f12ac07a38ffdc0dfdde9b8
+Size (firehose-0.5.tar.gz) = 57903 bytes
Home |
Main Index |
Thread Index |
Old Index