Re: Python support for productivity/ledger

2018-03-15 Thread Gregor Best
On Thu, Mar 15, 2018 at 12:15:30AM +, Stuart Henderson wrote: > On 2018/03/14 20:08, Gregor Best wrote: > > Hi Sergey, > > > > the patch below my signature adds python support to ledger. > > > > WANTLIB gets a bit larger: > > > > WANTLIB += boost_python-mt python2.7 > >

Re: Python support for productivity/ledger

2018-03-14 Thread Stuart Henderson
On 2018/03/14 20:08, Gregor Best wrote: > Hi Sergey, > > the patch below my signature adds python support to ledger. > > WANTLIB gets a bit larger: > > WANTLIB += boost_python-mt python2.7 ^^ should be ${MODPY_WANTLIB}

Python support for productivity/ledger

2018-03-14 Thread Gregor Best
Hi Sergey, the patch below my signature adds python support to ledger. WANTLIB gets a bit larger: WANTLIB += boost_python-mt python2.7 and building the port takes a bit longer now, but my conversion scripts keep working on OpenBSD as they did in my Finance VM :) -- Gregor