]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
python-disutils-extra: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Dec 2022 15:19:24 +0000 (15:19 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Dec 2022 15:19:24 +0000 (15:19 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
python-distutils-extra/python-distutils-extra.nm [deleted file]

diff --git a/python-distutils-extra/python-distutils-extra.nm b/python-distutils-extra/python-distutils-extra.nm
deleted file mode 100644 (file)
index 3cb3163..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-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