* [PATCH] python-yaml: New package
@ 2019-06-23 15:18 Stefan Schantl
0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2019-06-23 15:18 UTC (permalink / raw)
To: development
[-- 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-06-23 15:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-23 15:18 [PATCH] python-yaml: New package Stefan Schantl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox