From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] python-yaml: New package
Date: Sun, 23 Jun 2019 17:18:29 +0200 [thread overview]
Message-ID: <20190623151829.4359-1-stefan.schantl@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1513 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
python-yaml/python-yaml.nm | 45 ++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
create mode 100644 python-yaml/python-yaml.nm
diff --git a/python-yaml/python-yaml.nm b/python-yaml/python-yaml.nm
new file mode 100644
index 000000000..9e777463b
--- /dev/null
+++ b/python-yaml/python-yaml.nm
@@ -0,0 +1,45 @@
+###############################################################################
+# IPFire.org - An Open Source Firewall Solution #
+# Copyright (C) - IPFire Development Team <info(a)ipfire.org> #
+###############################################################################
+
+name = python-yaml
+version = 5.1
+release = 1
+
+groups = Development/Libraries
+url = https://pyyaml.org/wiki/PyYAML
+license = MIT
+summary = PyYAML is a YAML parser and emitter for Python.
+
+description
+ PyYAML is a YAML parser and emitter for the Python programming language.
+end
+
+source_dl = http://pyyaml.org/download/pyyaml/
+sources = PyYAML-%{version}.tar.gz
+
+build
+ requires
+ libyaml-devel
+ python-devel
+ end
+
+ DIR_APP = %{DIR_SRC}/PyYAML-%{version}
+
+ build
+ python setup.py build
+ end
+
+ install
+ python setup.py install --root=%{BUILDROOT}
+ end
+end
+
+packages
+ package %{name}
+
+ package %{name}-debuginfo
+ template DEBUGINFO
+ end
+end
--
2.20.1
reply other threads:[~2019-06-23 15:18 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=20190623151829.4359-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