On 19 Jan 19:10, Cédric Krier wrote:
> So finally, I found a quite simple way to deal with this. It is to not
> publish on PyPI (prevent bad behavior with old version of pip) but to
> provide a web page on tryton.org which will contains the development
> version links for all Tryton packages. So the installation will be:
> 
>     $ pip install (--pre) --find-links http://dev.tryton.org/ trytond
> 
> Rem: find-links can be set in pip configuration file
> 
> The page should look like this:
> 
>     <html>
>         <a 
> href="hg+http://hg.tryton.org/trytond#egg=trytond-3.1.dev0";>trytond-3.1.dev0</a>
>         <a 
> href="hg+http://hg.tryton.org/3.0/trytond#egg=trytond-3.0.3.dev0";>trytond-3.1.3.dev0</a>
>         …
>     </html>
> 
> I'm thinking about writing a small python web app to generate this page by
> looking at the repositories tags etc.

I wrote the application: http://codereview.tryton.org/3961003
It is already designed to use the future named branch (but works without
only for trunk).

I plan to serve it on http://trydevpi.tryton.org/

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

Attachment: pgpiN3coD385p.pgp
Description: PGP signature

Reply via email to