X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1F2E63856DFF Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=lfmm.org Authentication-Results: sourceware.org; spf=none smtp.mailfrom=lfmm.org Message-ID: Date: Thu, 19 May 2022 11:19:38 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Content-Language: en-GB To: cygwin AT cygwin DOT com From: Laurent Martin Subject: Several Python 3.9 packages have a wrong version number of 0.0.0 X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "Cygwin" Hello, I'm using Python 3.9 from Cygwin. Some packages have a package version of 0.0.0 instead of their actual version which makes pip unhappy: $ pip list | grep 0.0.0 importlib-metadata 0.0.0 iniconfig 0.0.0 zipp 0.0.0 $ pip check sphinx 4.4.0 has requirement importlib-metadata>=4.4; python_version < "3.10", but you have importlib-metadata 0.0.0. importlib-metadata 0.0.0 has requirement zipp>=0.5, but you have zipp 0.0.0. For instance, package python39-zipp has version 3.6.0 in the Cygwin setup file but it includes a directory named usr/lib/python3.9/site-packages/zipp-0.0.0.dist-info/ and in the file METADATA, the version is "0.0.0". I've identified this problem in the following packages: python39-backports.entry_points_selectable python39-filelock python39-importlib-metadata python39-iniconfig python39-platformdirs python39-tox python39-zipp Regards, Laurent. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple