From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rock.gnat.com (rock.gnat.com [IPv6:2620:20:4000:0:a9e:1ff:fe9b:1d1]) by sourceware.org (Postfix) with ESMTP id ACBEA3851C35 for ; Fri, 7 Aug 2020 15:56:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org ACBEA3851C35 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 6B309117119 for ; Fri, 7 Aug 2020 11:56:30 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at gnat.com Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id W6V0z7GV3p7B for ; Fri, 7 Aug 2020 11:56:30 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 3CEEA117076 for ; Fri, 7 Aug 2020 11:56:30 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 7B8A382C47; Fri, 7 Aug 2020 08:56:28 -0700 (PDT) Date: Fri, 7 Aug 2020 08:56:28 -0700 From: Joel Brobecker To: overseers@sourceware.org Subject: python: can the "enum" package be installed? #999 Message-ID: <20200807155628.GA5490@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, KAM_NUMSUBJECT, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2020 15:56:32 -0000 Hello, For the git-hooks, which is currently a Python-2.7 set of scripts, some recent changes I made are using the enum package. This package is standard starting with Python 3.4, but apparently not in Python 2.7. Can we get that module installed, please? If it was my own Python I had built, I would probably do something like... pip install enum ... but maybe there is actually a redhat package that provides it too? Thank you! -- Joel PS: Conversion of the git-hooks to Python 3.x is on the agenda, but I'm busy finishing up on all the enhancement request from the GCC community first. I don't anticipate the conversion to be ready before probably end of this year (I have to redo the testsuite framework, and convert all the testcases, all 200 of them).