packages/lang/python/python/files
Alexandru Ardelean ccdc6bc530 python,python3: export mk files outside of python package dirs
Since `lang/python` is it's own folder of Python packages
(for both Python 2 & 3), and these build rules are needed
in a lot of packages [especially Python packages],
putting them here makes sense architecturally,
to be shared.

This also helps get rid of the `include_mk` construct
which relies on OpenWrt core to provide, and seems
like a broken design idea that has persisted for a while.
Reason is: it requires that Python 2/3 be built to provide
these mk files for other Python packages,
which seems like a bad idea.

Long-term, there could be an issue where some other feeds
would require these mk files [e.g. telephony] for
some Python packages.
We'll see how we handle this a bit later.

For now we limit this to this feed.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2018-01-10 23:01:51 +02:00
..
config.site python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python-package-codecs.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python-package-compiler.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python-package-ctypes.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python-package-db.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python-package-decimal.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python-package-dev.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python-package-distutils.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python-package-email.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python-package-gdbm.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python-package-lib2to3.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python-package-logging.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python-package-multiprocessing.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python-package-ncurses.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python-package-openssl.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python-package-pip.mk python,python3: simplify sed expression for setuptools & pip 2017-07-03 16:11:52 +03:00
python-package-pydoc.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python-package-setuptools.mk python,python3: simplify sed expression for setuptools & pip 2017-07-03 16:11:52 +03:00
python-package-sqlite3.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python-package-unittest.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python-package-xml.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00