From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] python-lit: New package.
Date: Mon, 02 Sep 2019 14:30:29 +0200 [thread overview]
Message-ID: <20190902123029.30342-1-stefan.schantl@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1846 bytes --]
This package is used by the LLVM project to execute their testsuites.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
python-lit/python-lit.nm | 53 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 53 insertions(+)
create mode 100644 python-lit/python-lit.nm
diff --git a/python-lit/python-lit.nm b/python-lit/python-lit.nm
new file mode 100644
index 000000000..563e7a7f1
--- /dev/null
+++ b/python-lit/python-lit.nm
@@ -0,0 +1,53 @@
+###############################################################################
+# IPFire.org - An Open Source Firewall Solution #
+# Copyright (C) - IPFire Development Team <info(a)ipfire.org> #
+###############################################################################
+
+name = python-lit
+version = 0.8.0
+release = 1
+arch = noarch
+
+groups = System/Libraries
+url = https://pypi.python.org/pypi/lit
+license = NCSA
+summary = Tool for executing llvm test suites.
+
+description
+ lit is a tool used by the LLVM project for executing its test suites.
+end
+
+source_dl = https://files.pythonhosted.org/packages/ba/da/c4b2b6ab24c840169e090d6e8f4c1bfa1e8a6b9d0ef3f8ed57ee9f72a317/
+sources = lit-%{version}.tar.gz
+
+build
+ requires
+ python3-devel >= 3.4
+ python3-setuptools
+ end
+
+ DIR_APP = %{DIR_SRC}/lit-%{version}
+
+ build
+ %{python3} setup.py build
+ end
+
+ test
+ %{python3} setup.py test
+ end
+
+ install
+ %{python3} setup.py install --root=%{BUILDROOT}
+
+ # Strip out #!/usr/bin/env python
+ sed -i -e '1{\@^#!/usr/bin/env python(a)d}' %{buildroot}%{python3_sitelib}/%{srcname}/*.py
+ end
+end
+
+packages
+ package %{name}
+ requires
+ python3-setuptools
+ end
+ end
+end
--
2.20.1
reply other threads:[~2019-09-02 12:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190902123029.30342-1-stefan.schantl@ipfire.org \
--to=stefan.schantl@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox