From: Michael Tremer Date: Mon, 19 Dec 2022 15:19:24 +0000 (+0000) Subject: python-disutils-extra: Drop package X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf864504f4fb0034207360ccbe2263afb9fe2bcf;p=ipfire-3.x.git python-disutils-extra: Drop package Signed-off-by: Michael Tremer --- diff --git a/python-distutils-extra/python-distutils-extra.nm b/python-distutils-extra/python-distutils-extra.nm deleted file mode 100644 index 3cb316345..000000000 --- a/python-distutils-extra/python-distutils-extra.nm +++ /dev/null @@ -1,40 +0,0 @@ -############################################################################### -# IPFire.org - An Open Source Firewall Solution # -# Copyright (C) - IPFire Development Team # -############################################################################### - -name = python-distutils-extra -version = 2.25 -release = 1 -arch = noarch - -groups = System/Libraries -url = https://launchpad.net/python-distutils-extra -license = GPLv2+ -summary = Integrate more support into Python's distutils. - -description - Enables you to easily integrate gettext support, themed icons and - scrollkeeper based documentation into Python's distutils. -end - -source_dl = - -build - requires - python-devel - python-setuptools - end - - build - python setup.py build - end - - install - python setup.py install --root=%{BUILDROOT} - end -end - -packages - package %{name} -end