From patchwork Sat May 15 21:50:34 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4284 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4FjJxW3sV1z3wbb for ; Sat, 15 May 2021 21:51:11 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4FjJxV70z7z6Yg; Sat, 15 May 2021 21:51:10 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FjJxV60gyz2xd2; Sat, 15 May 2021 21:51:10 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4FjJxT3Lthz2xNt for ; Sat, 15 May 2021 21:51:09 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4FjJxT0Jgmz6Xc; Sat, 15 May 2021 21:51:09 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1621115469; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1ulbPzpwwR4tLePe8KhtCWe6suFdJSm48XQla4q8R0I=; b=5tZ154w11kef8AJR2RhMUIo6B+lsH2/aoaSH3TJ3AToePow/rtQJl6eY+/V6S2ycRRFPg5 I2G4/RVpFPoUT1BQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1621115469; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1ulbPzpwwR4tLePe8KhtCWe6suFdJSm48XQla4q8R0I=; b=djhi40J8eWfbW1bDPMJSRKA4CycOmm0/vign7MSxkebefVWQ6CnGLAlL+A/WEpvHQShgRk 5mH3us4ay0haYT9BMjHyj5xaqrTYmgz6e5Gt/3pmgWDh1DBVNeclQehBRDMjeyRORh2vMV 3JhbDf47H1ucVClhXbObzdPjYlcCKqnCxWl2ucbkDfHdaROIibpXyWWa5Slc5CCA0fugmU LLA+I/QM6M9NN5ZYjx0DILvxDnTAlS3LP6jE3+e+vzd1lktW+5hYGjxxMH9s2sC5qeeEVu r5/8GQq981X3hwB+nXOaa/V6UwW+IZnKOADfigLiqFw23RbFrAv+99j0epCL1w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 4/4] python-distutils-extra: Removal of this python2 module Date: Sat, 15 May 2021 23:50:34 +0200 Message-Id: <20210515215034.4133612-4-adolf.belka@ipfire.org> In-Reply-To: <20210515215034.4133612-1-adolf.belka@ipfire.org> References: <20210515215034.4133612-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - python-distutils-extra is linked to python-distutils which is no longer used as it has been replaced by setuptools. - python-distutils-extra is currently from 2011 and the latest version is from 2016. No development occurring on this. - No problem on a clean build with this module being removed. Signed-off-by: Adolf Belka --- .../rootfiles/packages/python-distutils-extra | 20 ----- lfs/python-distutils-extra | 85 ------------------- 2 files changed, 105 deletions(-) delete mode 100644 config/rootfiles/packages/python-distutils-extra delete mode 100644 lfs/python-distutils-extra diff --git a/config/rootfiles/packages/python-distutils-extra b/config/rootfiles/packages/python-distutils-extra deleted file mode 100644 index 1f0ddbe46..000000000 --- a/config/rootfiles/packages/python-distutils-extra +++ /dev/null @@ -1,20 +0,0 @@ -#usr/lib/python2.7/site-packages/DistUtilsExtra -usr/lib/python2.7/site-packages/DistUtilsExtra/__init__.py -usr/lib/python2.7/site-packages/DistUtilsExtra/__init__.pyc -usr/lib/python2.7/site-packages/DistUtilsExtra/auto.py -usr/lib/python2.7/site-packages/DistUtilsExtra/auto.pyc -#usr/lib/python2.7/site-packages/DistUtilsExtra/command -usr/lib/python2.7/site-packages/DistUtilsExtra/command/__init__.py -usr/lib/python2.7/site-packages/DistUtilsExtra/command/__init__.pyc -usr/lib/python2.7/site-packages/DistUtilsExtra/command/build_extra.py -usr/lib/python2.7/site-packages/DistUtilsExtra/command/build_extra.pyc -usr/lib/python2.7/site-packages/DistUtilsExtra/command/build_help.py -usr/lib/python2.7/site-packages/DistUtilsExtra/command/build_help.pyc -usr/lib/python2.7/site-packages/DistUtilsExtra/command/build_i18n.py -usr/lib/python2.7/site-packages/DistUtilsExtra/command/build_i18n.pyc -usr/lib/python2.7/site-packages/DistUtilsExtra/command/build_icons.py -usr/lib/python2.7/site-packages/DistUtilsExtra/command/build_icons.pyc -usr/lib/python2.7/site-packages/DistUtilsExtra/command/clean_i18n.py -usr/lib/python2.7/site-packages/DistUtilsExtra/command/clean_i18n.pyc -usr/lib/python2.7/site-packages/DistUtilsExtra/command/pylint.py -usr/lib/python2.7/site-packages/DistUtilsExtra/command/pylint.pyc diff --git a/lfs/python-distutils-extra b/lfs/python-distutils-extra deleted file mode 100644 index 5ca5a31b2..000000000 --- a/lfs/python-distutils-extra +++ /dev/null @@ -1,85 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 2.25 - -THISAPP = python-distutils-extra-$(VER) -DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) -PROG = python-distutils-extra -PAK_VER = 1 - -DEPS = python-distutils - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_MD5 = 76d298db8d6d4fcdbf5d190046f70362 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -md5 : $(subst %,%_MD5,$(objects)) - -dist: - @$(PAK) - -############################################################################### -# Downloading, checking, md5sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_MD5,$(objects)) : - @$(MD5) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && python setup.py install - mv -f /usr/lib/python2.7/site-packages/python_distutils_extra-$(VER)-py2.7.egg/DistUtilsExtra \ - /usr/lib/python2.7/site-packages/ - rm -rf /usr/lib/python2.7/site-packages/python_distutils_extra-$(VER)-py2.7.egg - @rm -rf $(DIR_APP) - @$(POSTBUILD)