From 9e6dd6dc6b32bd7325fefae39a8f08ef37d42e42 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sun, 23 Jun 2019 17:18:11 +0200 Subject: [PATCH] python-yaml: New package Signed-off-by: Stefan Schantl --- 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 # +############################################################################### + +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