Re: [Distutils] pythonhosted.org doc upload no longer works

2017-09-07 Thread Wes Turner
Here's an http-equiv REFRESH index.html: https://github.com/westurner/resume/blob/master/index.html Is there a Sphinx extension to generate redirect pages? On Thursday, September 7, 2017, Giampaolo Rodola' wrote: > Whops! I meant: http://pythonhosted.org/pyftpdlib/ > > On Thu, Sep 7, 2017 at 5

Re: [Distutils] supporting editable installs by PEP-517/518 by shim wheels - proposing a common implementation

2017-09-07 Thread Nick Coghlan
On 7 September 2017 at 09:17, RonnyPfannschmidt wrote: > for c extension im not quite sure, is python finally able to load them > from folders belonging to a package? As far as I'm aware, it's always been able to do this. Is there a particular bug you're thinking of where it couldn't? (You can't

Re: [Distutils] supporting editable installs by PEP-517/518 by shim wheels - proposing a common implementation

2017-09-07 Thread Nick Coghlan
On 7 September 2017 at 08:43, Paul Moore wrote: > So pip install -e ., instead of installing a .pth file which included > the current directory on sys.path, would install a set of .py files > which loaded the actual code from the current directory? That sounds > like a plausible approach, and it w

Re: [Distutils] supporting editable installs by PEP-517/518 by shim wheels - proposing a common implementation

2017-09-07 Thread RonnyPfannschmidt
Am 07.09.2017 um 17:43 schrieb Paul Moore: > On 7 September 2017 at 14:26, RonnyPfannschmidt > wrote: >> Hi Everyone, >> >> i'd like to propose a common tooling for installing packages in editable >> mode >> which is based on generating an actual wheel, which includes shim files >> for the pytho

Re: [Distutils] supporting editable installs by PEP-517/518 by shim wheels - proposing a common implementation

2017-09-07 Thread Paul Moore
On 7 September 2017 at 14:26, RonnyPfannschmidt wrote: > Hi Everyone, > > i'd like to propose a common tooling for installing packages in editable > mode > which is based on generating an actual wheel, which includes shim files > for the python packages > allows to sanely instal/uninstall editable

[Distutils] supporting editable installs by PEP-517/518 by shim wheels - proposing a common implementation

2017-09-07 Thread RonnyPfannschmidt
Hi Everyone, i'd like to propose a common tooling for installing packages in editable mode which is based on generating an actual wheel, which includes shim files for the python packages allows to sanely instal/uninstall editable packages a while back i implemented a prototype in gumby-elf which

Re: [Distutils] pythonhosted.org doc upload no longer works

2017-09-07 Thread Giampaolo Rodola'
Whops! I meant: http://pythonhosted.org/pyftpdlib/ On Thu, Sep 7, 2017 at 5:28 PM, Giampaolo Rodola' wrote: > ...and also http://pyftpdlib.readthedocs.io/ > if possible; thanks a lot! > > On Thu, Sep 7, 2017 at 4:10 PM, Giampaolo Rodola' > wrote: > >> OK I update

Re: [Distutils] pythonhosted.org doc upload no longer works

2017-09-07 Thread Giampaolo Rodola'
...and also http://pyftpdlib.readthedocs.io/ if possible; thanks a lot! On Thu, Sep 7, 2017 at 4:10 PM, Giampaolo Rodola' wrote: > OK I updated the new doc at http://psutil.readthedocs.io/ > Is it possible to redirect the old doc here? > > On Tue, Sep 5, 2017 at 3

Re: [Distutils] pythonhosted.org doc upload no longer works

2017-09-07 Thread Giampaolo Rodola'
OK I updated the new doc at http://psutil.readthedocs.io/ Is it possible to redirect the old doc here? On Tue, Sep 5, 2017 at 3:31 PM, Giampaolo Rodola' wrote: > A bare redirect would also be fine. It's a shame setup.py classifiers / > metadata does not have a "documentation" field otherwise > p