tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PY_RENAME_BINARIES



Hi!

I've just added support to lang/python/wheel.mk for a new
PY_RENAME_BINARIES variable.

Usage:

PY_RENAME_BINARIES=	foo

This will replace

post-install:
	cd ${DESTDIR}${PREFIX}/bin && ${MV} foo foo-${PYVERSSUFFIX} || ${TRUE}


I should have added that years ago, but better late than never.
 Thomas


Home | Main Index | Thread Index | Old Index