Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2019 14:18:45 -0800
From:      Yuri <yuri@rawbw.com>
To:        Steve Wills <swills@freebsd.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r486676 - in head/devel: . py-prompt_toolkit2
Message-ID:  <9e6b307c-9908-d13f-a9aa-324c1069f987@rawbw.com>
In-Reply-To: <201812051434.wB5EYT7n010129@repo.freebsd.org>
References:  <201812051434.wB5EYT7n010129@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 12/5/18 6:34 AM, Steve Wills wrote:
> Log:
>    devel/py-prompt_toolkit2: create port
>    
>    prompt_toolkit could be a replacement for GNU readline, but it can be much more
>    than that. Version 2.0 is incompatible with version 1.0.


This commit introduced the conflict that prevents some packages from 
being created:

pkg-static: py36-prompt_toolkit-1.0.15 conflicts with 
py36-prompt_toolkit2-2.0.7 (installs files into the same place). 
Problematic file: 
/usr/local/lib/python3.6/site-packages/prompt_toolkit/__init__.py



PyPI only has prompt_toolkit-2.0.7 
(https://pypi.org/project/prompt_toolkit/) which means versions 1.X and 
2.X should be compatible. If they are really incompatible, the upstream 
should create a new python package with a different prefix. In case they 
are supposed to be incompatible, this is a faulty release because it 
conflicts with the older version.


Yuri





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9e6b307c-9908-d13f-a9aa-324c1069f987>