packages/lang/python/files
Jeffery To b12d7b6db1 python: add capability to install python packages for the host
Some python packages (e.g. cffi) compile one or more shared libraries
as part of their setup process. When these packages are setup
dependencies of other packages (e.g. cryptography), these packages (and
their shared libraries) will need to be loaded on the host system.

This adds a makefile, similar to python-package.mk, to simplify
installing python packages on the host.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2015-11-24 22:43:56 +08:00
..
config.site python: add ac_cv_buggy_getaddrinfo=no to config.site file 2014-10-17 16:39:26 +03:00
python-host.mk python: add capability to install python packages for the host 2015-11-24 22:43:56 +08:00
python-package-codecs.mk python: refine packaging and split more modules into packages 2015-03-13 18:39:08 +02:00
python-package-compiler.mk python: refine packaging and split more modules into packages 2015-03-13 18:39:08 +02:00
python-package-ctypes.mk python: refine packaging and split more modules into packages 2015-03-13 18:39:08 +02:00
python-package-db.mk python: refine packaging and split more modules into packages 2015-03-13 18:39:08 +02:00
python-package-decimal.mk python: refine packaging and split more modules into packages 2015-03-13 18:39:08 +02:00
python-package-distutils.mk python: refine packaging and split more modules into packages 2015-03-13 18:39:08 +02:00
python-package-email.mk python: refine packaging and split more modules into packages 2015-03-13 18:39:08 +02:00
python-package-gdbm.mk python: packetize some python modules 2015-03-06 15:19:29 +02:00
python-package-logging.mk python: refine packaging and split more modules into packages 2015-03-13 18:39:08 +02:00
python-package-multiprocessing.mk python: refine packaging and split more modules into packages 2015-03-13 18:39:08 +02:00
python-package-ncurses.mk python: replace with libncursesw with libncurses 2015-04-21 10:15:44 +03:00
python-package-openssl.mk python: packetize some python modules 2015-03-06 15:19:29 +02:00
python-package-pydoc.mk python: refine packaging and split more modules into packages 2015-03-13 18:39:08 +02:00
python-package-sqlite3.mk python: packetize some python modules 2015-03-06 15:19:29 +02:00
python-package-unittest.mk python: refine packaging and split more modules into packages 2015-03-13 18:39:08 +02:00
python-package-xml.mk python: refine packaging and split more modules into packages 2015-03-13 18:39:08 +02:00
python-package.mk python: fix cross-compiling C++ modules. 2015-09-28 17:42:05 +00:00