From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] python-yaml: New package Date: Sun, 23 Jun 2019 17:18:29 +0200 Message-ID: <20190623151829.4359-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4209923769213052466==" List-Id: --===============4209923769213052466== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 =3D python-yaml +version =3D 5.1 +release =3D 1 + +groups =3D Development/Libraries +url =3D https://pyyaml.org/wiki/PyYAML +license =3D MIT +summary =3D 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 =3D http://pyyaml.org/download/pyyaml/ +sources =3D PyYAML-%{version}.tar.gz + +build + requires + libyaml-devel + python-devel + end + + DIR_APP =3D %{DIR_SRC}/PyYAML-%{version} + + build + python setup.py build + end + + install + python setup.py install --root=3D%{BUILDROOT} + end +end + +packages + package %{name} + + package %{name}-debuginfo + template DEBUGINFO + end +end --=20 2.20.1 --===============4209923769213052466==--