On 2018/06/12 17:15, Elias M. Mariani wrote:
> > yes, but you don't need to believe me. use 'make show=<variable>'.
> You, kind sir... are right.
> 
> > no, set that in PKGNAME-main. (you can use MODPY_PY_PREFIX to get py- vs 
> > py3-).
> PKGNAME-main = ${MODPY_PY_PREFIX}sqlalchemy-${MODPY_EGG_VERSION}
> Produces:
> py3-sqlalchemy-1.2.7p0-python3.tgz
> 
> I dont see any other way that modifying the FULLPKGNAME.
> 
> Normally that's done by MODULE= lang/python, but it seems the use of
> multi-packages breaks that.
> 

Ah I'd forgotten about that, you're right, in which case please just 
unconditionally set

FULLPKGNAME-main = ${MODPY_PY_PREFIX}sqlalchemy-${MODPY_EGG_VERSION}

rather than making it flavour-dependent.

Reply via email to