1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-18 13:23:57 +02:00
openwrt-packages/lang/python/python3/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
python3-package-asyncio.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-cgi.mk python3: package CGI component 2017-10-31 13:45:29 +01:00
python3-package-codecs.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-ctypes.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-dbm.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-decimal.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-dev.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-distutils.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-email.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-gdbm.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-lib2to3.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-logging.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-lzma.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-multiprocessing.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-ncurses.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-openssl.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-pip.mk python,python3: simplify sed expression for setuptools & pip 2017-07-03 16:11:52 +03:00
python3-package-pydoc.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-setuptools.mk python,python3: simplify sed expression for setuptools & pip 2017-07-03 16:11:52 +03:00
python3-package-sqlite3.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-unittest.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-xml.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00