pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import py27-llvm-lit-5.0.0nb20170702 as wip/py-llvm-lit-git.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Jul 2 16:02:31 2017 +0200
Changeset:	6364e77fa131df4f076f460c67ca833c18de35d0

Added Files:
	py-llvm-lit-git/DESCR
	py-llvm-lit-git/Makefile
	py-llvm-lit-git/PLIST
	py-llvm-lit-git/distinfo

Log Message:
Import py27-llvm-lit-5.0.0nb20170702 as wip/py-llvm-lit-git.

lit is a portable tool for executing LLVM and Clang style test suites,
summarizing their results, and providing indication of failures. lit is
designed to be a lightweight testing tool with as simple a user interface as
possible.

lit should be run with one or more tests to run specified on the command line.
Tests can be either individual test files or directories to search for tests.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6364e77fa131df4f076f460c67ca833c18de35d0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-llvm-lit-git/DESCR    |  7 ++++++
 py-llvm-lit-git/Makefile | 20 ++++++++++++++++
 py-llvm-lit-git/PLIST    | 62 ++++++++++++++++++++++++++++++++++++++++++++++++
 py-llvm-lit-git/distinfo | 14 +++++++++++
 4 files changed, 103 insertions(+)

diffs:
diff --git a/py-llvm-lit-git/DESCR b/py-llvm-lit-git/DESCR
new file mode 100644
index 0000000000..6257455c40
--- /dev/null
+++ b/py-llvm-lit-git/DESCR
@@ -0,0 +1,7 @@
+lit is a portable tool for executing LLVM and Clang style test suites,
+summarizing their results, and providing indication of failures. lit is
+designed to be a lightweight testing tool with as simple a user interface as
+possible.
+
+lit should be run with one or more tests to run specified on the command line.
+Tests can be either individual test files or directories to search for tests.
diff --git a/py-llvm-lit-git/Makefile b/py-llvm-lit-git/Makefile
new file mode 100644
index 0000000000..f5f8537e93
--- /dev/null
+++ b/py-llvm-lit-git/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile.common,v 1.7 2015/07/20 05:49:53 adam Exp $
+
+.include "../../wip/llvm-git/Makefile.common"
+
+PKGNAME=	${PYPKGPREFIX}-llvm-lit-${LLVM_VERSION}
+CATEGORIES+=	python
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://llvm.org/docs/CommandGuide/lit.html
+COMMENT=	LLVM Integrated Tester
+LICENSE=	modified-bsd
+
+PYSETUPSUBDIR=	utils/lit
+
+INSTALLATION_DIRS=	bin
+
+EGG_NAME=	lit-0.6.0.dev0
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-llvm-lit-git/PLIST b/py-llvm-lit-git/PLIST
new file mode 100644
index 0000000000..3db1e38e0f
--- /dev/null
+++ b/py-llvm-lit-git/PLIST
@@ -0,0 +1,62 @@
+@comment $NetBSD$
+bin/lit
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/lit/BooleanExpression.py
+${PYSITELIB}/lit/BooleanExpression.pyc
+${PYSITELIB}/lit/BooleanExpression.pyo
+${PYSITELIB}/lit/LitConfig.py
+${PYSITELIB}/lit/LitConfig.pyc
+${PYSITELIB}/lit/LitConfig.pyo
+${PYSITELIB}/lit/LitTestCase.py
+${PYSITELIB}/lit/LitTestCase.pyc
+${PYSITELIB}/lit/LitTestCase.pyo
+${PYSITELIB}/lit/ProgressBar.py
+${PYSITELIB}/lit/ProgressBar.pyc
+${PYSITELIB}/lit/ProgressBar.pyo
+${PYSITELIB}/lit/ShCommands.py
+${PYSITELIB}/lit/ShCommands.pyc
+${PYSITELIB}/lit/ShCommands.pyo
+${PYSITELIB}/lit/ShUtil.py
+${PYSITELIB}/lit/ShUtil.pyc
+${PYSITELIB}/lit/ShUtil.pyo
+${PYSITELIB}/lit/Test.py
+${PYSITELIB}/lit/Test.pyc
+${PYSITELIB}/lit/Test.pyo
+${PYSITELIB}/lit/TestRunner.py
+${PYSITELIB}/lit/TestRunner.pyc
+${PYSITELIB}/lit/TestRunner.pyo
+${PYSITELIB}/lit/TestingConfig.py
+${PYSITELIB}/lit/TestingConfig.pyc
+${PYSITELIB}/lit/TestingConfig.pyo
+${PYSITELIB}/lit/__init__.py
+${PYSITELIB}/lit/__init__.pyc
+${PYSITELIB}/lit/__init__.pyo
+${PYSITELIB}/lit/discovery.py
+${PYSITELIB}/lit/discovery.pyc
+${PYSITELIB}/lit/discovery.pyo
+${PYSITELIB}/lit/formats/__init__.py
+${PYSITELIB}/lit/formats/__init__.pyc
+${PYSITELIB}/lit/formats/__init__.pyo
+${PYSITELIB}/lit/formats/base.py
+${PYSITELIB}/lit/formats/base.pyc
+${PYSITELIB}/lit/formats/base.pyo
+${PYSITELIB}/lit/formats/googletest.py
+${PYSITELIB}/lit/formats/googletest.pyc
+${PYSITELIB}/lit/formats/googletest.pyo
+${PYSITELIB}/lit/formats/shtest.py
+${PYSITELIB}/lit/formats/shtest.pyc
+${PYSITELIB}/lit/formats/shtest.pyo
+${PYSITELIB}/lit/main.py
+${PYSITELIB}/lit/main.pyc
+${PYSITELIB}/lit/main.pyo
+${PYSITELIB}/lit/run.py
+${PYSITELIB}/lit/run.pyc
+${PYSITELIB}/lit/run.pyo
+${PYSITELIB}/lit/util.py
+${PYSITELIB}/lit/util.pyc
+${PYSITELIB}/lit/util.pyo
diff --git a/py-llvm-lit-git/distinfo b/py-llvm-lit-git/distinfo
new file mode 100644
index 0000000000..7931384fd5
--- /dev/null
+++ b/py-llvm-lit-git/distinfo
@@ -0,0 +1,14 @@
+$NetBSD: distinfo,v 1.35 2015/09/11 01:21:57 tnn Exp $
+
+SHA1 (cfe-3.6.2.src.tar.xz) = 7ba809c9c17819a16b668640a642ed134d7052f0
+RMD160 (cfe-3.6.2.src.tar.xz) = 10d913b4d5317f8c2520e5fc6117df30937317a8
+Size (cfe-3.6.2.src.tar.xz) = 8617576 bytes
+SHA1 (compiler-rt-3.6.2.src.tar.xz) = c6c52d2923a60f1a2ca2f22fea1770fd2e25728d
+RMD160 (compiler-rt-3.6.2.src.tar.xz) = 9b68a32d49d4bef4603d550934192f39fea42895
+Size (compiler-rt-3.6.2.src.tar.xz) = 1128080 bytes
+SHA1 (libcxx-3.6.2.src.tar.xz) = 6c5aee9f05ecf17d1e3ecb1add34a33a5a904469
+RMD160 (libcxx-3.6.2.src.tar.xz) = 42b8832d01d4e6b553babc93cb5dbd4ce2bb1931
+Size (libcxx-3.6.2.src.tar.xz) = 944020 bytes
+SHA1 (llvm-3.6.2.src.tar.xz) = 7a00257eb2bc9431e4c77c3a36b033072c54bc7e
+RMD160 (llvm-3.6.2.src.tar.xz) = 521cbc5fe2925ea3c6e90c7a31f752a04045c972
+Size (llvm-3.6.2.src.tar.xz) = 12802380 bytes


Home | Main Index | Thread Index | Old Index