Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.84.MISMATCH!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'pypi': 0.04; 'terry': 0.07; 'presume': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'sig': 0.09; 'pm,': 0.10; 'wrote:': 0.14; 'pypi.': 0.16; 'reedy': 0.16; 'subject:pypi': 0.16; 'jan': 0.20; 'header:In-Reply-To:1': 0.21; 'so.': 0.22; 'name?': 0.23; 'project,': 0.24; 'exists': 0.29; 'this.': 0.31; 'patrick': 0.32; 'header:X-Complaints-To:1': 0.32; 'to:addr:python-list': 0.33; 'list': 0.33; 'project': 0.33; 'however,': 0.34; 'there': 0.35; 'header:User-Agent:1': 0.35; 'actual': 0.36; 'change': 0.37; 'received:org': 0.38; 'subject:: ': 0.38; 'header:Mime-Version:1': 0.39; 'subject:with': 0.39; 'to:addr:python.org': 0.39; 'under': 0.40; 'subject:name': 0.67; 'catalog': 0.73 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Dealing with name clashes in pypi Date: Sun, 22 May 2011 17:23:59 -0400 References: <4DD9573E.8010509@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: rain.gmane.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 In-Reply-To: <4DD9573E.8010509@gmail.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 16 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1306099450 news.xs4all.nl 49174 [::ffff:82.94.164.166]:40600 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6010 On 5/22/2011 2:34 PM, Patrick Sabin wrote: > I wanted to register my project (epdb) in pypi. Unfortunately there > already exists a project with the same name. It is not possible for me > to change the name of the project, because I used it in multiple > writings. Any ideas how I can deal with the situation? Is it possible to > register a project under a different name in pypi than the actual > project name? I presume so. How would pypi know the 'actual' name? However, there is a catalog sig list (mirrored as gmane.comp.python.catalog) where you might get specific suggestions on how to handle this. -- Terry Jan Reedy