]> git.ipfire.org Git - ipfire-3.x.git/blame - python-yaml/python-yaml.nm
Merge remote-tracking branch 'stevee/master'
[ipfire-3.x.git] / python-yaml / python-yaml.nm
CommitLineData
9e6dd6dc
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = python-yaml
7version = 5.1
8release = 1
9
10groups = Development/Libraries
11url = https://pyyaml.org/wiki/PyYAML
12license = MIT
13summary = PyYAML is a YAML parser and emitter for Python.
14
15description
16 PyYAML is a YAML parser and emitter for the Python programming language.
17end
18
19source_dl = http://pyyaml.org/download/pyyaml/
20sources = PyYAML-%{version}.tar.gz
21
22build
23 requires
24 libyaml-devel
25 python-devel
26 end
27
28 DIR_APP = %{DIR_SRC}/PyYAML-%{version}
29
30 build
31 python setup.py build
32 end
33
34 install
35 python setup.py install --root=%{BUILDROOT}
36 end
37end
38
39packages
40 package %{name}
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45end