Re: UPDATE: www/py-flask-wtf 0.9.4 to 0.14.2

2017-11-01 Thread Sebastian Reitenbach
Hi, this is still needed for an update of puppetboard. On Monday, October 23, 2017 15:52 CEST, "Sebastian Reitenbach" wrote: > On Friday, October 20, 2017 11:43 CEST, Stuart Henderson > wrote: > > > On 2017/10/19 10:43, Sebastian Reitenbach wrote: > > > Hi, > > > > > > My bad, bcallah@ point

Re: UPDATE: www/py-flask-wtf 0.9.4 to 0.14.2

2017-10-23 Thread Sebastian Reitenbach
On Friday, October 20, 2017 11:43 CEST, Stuart Henderson wrote: > On 2017/10/19 10:43, Sebastian Reitenbach wrote: > > Hi, > > > > My bad, bcallah@ pointed out that it's not building with python 2.7, seems > > I only tested with python3 flavor. > > > > The post-install running sphinx fails, the

Re: UPDATE: www/py-flask-wtf 0.9.4 to 0.14.2

2017-10-20 Thread Stuart Henderson
On 2017/10/19 10:43, Sebastian Reitenbach wrote: > Hi, > > My bad, bcallah@ pointed out that it's not building with python 2.7, seems I > only tested with python3 flavor. > > The post-install running sphinx fails, the get_distribution('Flask-WTF') for > setuptools works well > with the python3

Re: UPDATE: www/py-flask-wtf 0.9.4 to 0.14.2

2017-10-19 Thread Sebastian Reitenbach
Hi, My bad, bcallah@ pointed out that it's not building with python 2.7, seems I only tested with python3 flavor. The post-install running sphinx fails, the get_distribution('Flask-WTF') for setuptools works well with the python3 flavor, but fails with a DistributionNotFound error with python