python: packetize some python modules 988/head
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Mon, 2 Mar 2015 17:53:19 +0000 (19:53 +0200)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Fri, 6 Mar 2015 13:19:29 +0000 (15:19 +0200)
commit0d072f2b42bf1191c42f3e44a4ae77883728ae66
tree66d5e11f14f640c714ac19dc27d662a7206f3ac7
parent9941dbd1e540bda1ad650b13ae356cb4438d8859
python: packetize some python modules

Packetize some Python modules to reduce size of the overall Python package.
Basically, a new package is introduced, call `python-light`,
and everything that's extra (or big) is put in other packages.

The `python` package becomes a metapackage that installs `python-light`
along with the rest of the packages.

Base work started by Jan Čermák.

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python/Makefile
lang/python/files/python-package-bsddb.mk [new file with mode: 0644]
lang/python/files/python-package-codecs.mk [new file with mode: 0644]
lang/python/files/python-package-dbm.mk [new file with mode: 0644]
lang/python/files/python-package-gdbm.mk [new file with mode: 0644]
lang/python/files/python-package-ncurses.mk [new file with mode: 0644]
lang/python/files/python-package-openssl.mk [new file with mode: 0644]
lang/python/files/python-package-pydoc.mk [new file with mode: 0644]
lang/python/files/python-package-sqlite3.mk [new file with mode: 0644]
lang/python/files/python-package.mk