From: Michael Tremer Date: Mon, 19 Dec 2022 15:15:04 +0000 (+0000) Subject: python-yaml: Drop package X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0463acbbfe167a0fc97ec8c83ab20a24cd29d6e1;p=ipfire-3.x.git python-yaml: Drop package Signed-off-by: Michael Tremer --- diff --git a/python-yaml/python-yaml.nm b/python-yaml/python-yaml.nm deleted file mode 100644 index 9e777463b..000000000 --- a/python-yaml/python-yaml.nm +++ /dev/null @@ -1,45 +0,0 @@ -############################################################################### -# 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