Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!xlned.com!feeder7.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.85.MISMATCH!newsfeed.xs4all.nl!newsfeed6.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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'pypi': 0.04; 'terry': 0.07; 'presume': 0.09; 'sig': 0.09; 'pm,': 0.10; 'wrote:': 0.14; 'pypi.': 0.16; 'reedy': 0.16; 'subject:pypi': 0.16; 'received:74.125.82.174': 0.16; 'received:mail- wy0-f174.google.com': 0.16; 'header:In-Reply-To:1': 0.21; 'so.': 0.22; 'name?': 0.23; 'project,': 0.24; 'there.': 0.25; 'thanks': 0.28; 'exists': 0.29; 'this.': 0.31; 'patrick': 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; 'message- id:@gmail.com': 0.36; 'actual': 0.36; 'received:google.com': 0.37; 'change': 0.37; 'received:74.125.82': 0.38; 'received:74.125': 0.38; 'subject:: ': 0.38; 'subject:with': 0.39; 'to:addr:python.org': 0.39; 'under': 0.40; 'subject:name': 0.67; 'catalog': 0.73 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=/FtH8fXN4OwAnTq9jsgcs5pkYEgf3LS43mCMi+sbzqs=; b=lOqO1dDq23g57aVAqKwdebsEvNXT9c+RGwcROPQclYs7yb1aLYO/4LohFApaiC880G 5mDBPOvO/kZJVG1XktJ9JlfRdvq0kbRJgzdHDYXBOfXqZy8P2iRoFnzvBo5XbSaKu1oY kHJr+QDS7T8FHaxeIq2AiX5MvBwODHH9wnQZs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=GCF8cuCKn3Hh49HMqylE5FY78156m6AZ5dPJQQLvOcZvE9mtXl5k4QVU/EvlgpSH36 ANQ4qQymzRqH4Dnh3QNMxKHn34xikltOqwni5nKsixFSRsYf0aAsBeAySD0XxXSJg49u 9r4RRZ2et2Vq6m53qWMaqjmt8gXmOnkMfefNc= Date: Mon, 23 May 2011 12:41:08 +0200 From: Patrick Sabin User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Dealing with name clashes in pypi References: <4DD9573E.8010509@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 18 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1306147272 news.xs4all.nl 49044 [::ffff:82.94.164.166]:32914 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6060 On 2011-05-22 23:23, Terry Reedy wrote: > 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. > Thanks for the tip. I will try it there. -- Patrick