On 2017/12/30 23:07, Klemens Nanni wrote:
> On Sat, Dec 30, 2017 at 09:24:04PM +0000, Stuart Henderson wrote:
> > On 2017/12/30 18:42, Klemens Nanni wrote:
> > > On Sat, Dec 30, 2017 at 02:37:01PM +0000, Stuart Henderson wrote:
> > > > On 2017/12/29 22:50, Klemens Nanni wrote:
> > > > > Small and simple port of https://pypi.python.org/pypi/colored:
> > > > > 
> > > > >       Very simple Python library for color and formatting in terminal.
> > > > >       Collection of color codes and names for 256 color terminal 
> > > > > setups.
> > > > >       The following is a list of 256 colors for Xterm, containing an
> > > > >       example of the displayed color, Xterm Name, Xterm Number and 
> > > > > HEX.
> > > > > 
> > > > > Uses Python 3, no dependencies, works fine for me with xterm/st/tmux.
> > > > > 
> > > > > This is a dependency for my upcoming port of net/tootstream, another
> > > > > more functional Mastadon CLI written in Python 3.
> > > > > 
> > > > > I'm going to maintain this port just like any other upcoming 
> > > > > dependency
> > > > > (and tootstream itself).
> > > > > 
> > > > > Feedback? Anyone willing to import?
> > > > 
> > > > 
> > > > Since it's a library and supported both py2 and py3, please do the usual
> > > > flavoured thing, rather than forcing py3 only.
> > > Done.
> > 
> > Nearly there - this line:
> > 
> > lib/python${MODPY_VERSION}/site-packages/colored/${MODPY_PYCACHE}/
> > 
> > should be
> > 
> > ${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/colored/${MODPY_PYCACHE}/
> Oh, right. Thanks.

Also needs a "TEST_DEPENDS = ${FULLPKGPATH}".

With that added, OK with me, or any OKs to import?

Reply via email to