Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/python-simplegeneric: Switch setup type to 'setuptools' | Andrey Smirnov | 2017-06-11 | 1 | -1/+6 |
| | | | | | | | | | | | | | Specifying setup type to be 'distutils' results in this package being installed as .egg, a zipped file, which inadvertantly makes 'simplegeneric' to be dependent on BR2_PACKAGE_PYTHON*_ZLIB. In order to avoid that specify setup type to be 'setuptools' which makes use of --single-version-externally-managed and therefore installs the package as .pyc and a .egg-info folder. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | python-simplegeneric: fix description | Thomas Petazzoni | 2017-05-04 | 1 | -1/+2 |
| | | | | | | Use the description from https://pypi.python.org/pypi/simplegeneric. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | package/python-simplegeneric: New package | Andrey Smirnov | 2017-05-04 | 3 | -0/+28 |
Add 'simplegeneric'[1] package to Buildroot. Needed by IPython. [1] https://pypi.python.org/pypi/simplegeneric Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> [Thomas: add entry in DEVELOPERS file, fix license.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |