packages/lang/python/python
Alexandru Ardelean 8db8c927ed python,python3: define PyBuild/Compile & Py3Build/Compile
Similar to LEDE/OpenWrt's Build/Compile/Default rule,
and other similarities like this.

This should allow Python packages to define
PyBuild/Compile rules to do specific stuff per
package.

The advantage of using these (over just overriding
Build/Compile) is the VARIANT mechanism that is
in place to support packaging both for Python & Python3.

So, PyBuild/Compile will get picked up for the Python
variant build, and Py3Build/Compile will get picked
up for the Python3 variant build.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-07-07 18:07:10 +03:00
..
files python,python3: define PyBuild/Compile & Py3Build/Compile 2017-07-07 18:07:10 +03:00
patches python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
Makefile python,python3: add dependency on CONFIG_PACKAGE_ symbols for setuptools & pip 2017-07-03 16:11:57 +03:00