aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
AgeCommit message (Collapse)Author
2015-02-12python-twisted: Create a separate source code package and bin packageMiLo
Python-twisted installs about 1MB of ".py" files that are not actually being used for anything. To save on flash space on devices, move the source code into its own package. This modification has been in use for several years in the OpenPLi project, which heavily leans on twisted for the GUI and web interfaces, and did not cause any problems. Move the /usr/bin/ scripts into their own package as well. Installing python-twisted will still install these scripts. Signed-off-by: Mike Looijmans <milo-software@users.sourceforge.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-02-12python-twisted: Fix dependencies of twisted modulesMiLo
When installing just "twisted-web" on a device, none of the dependencies are being copied, it wouldn't even install python-core. Fix the recipe so that its packages have proper dependencies, and no longer require to install the empty python-twisted meta recipe. Add "python-contextlib" to the core dependencies and stop causing systems to crash with: File "/usr/lib/python2.7/site-packages/twisted/python/threadpool.py", line 18, in <module> ImportError: No module named contextlib Signed-off-by: Mike Looijmans <milo-software@users.sourceforge.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-01-28python-lxml: move to version 3.2.5Joe Slater
Remove version 3.0.2. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-01-28python-ldap: move to version 2.4.10Joe Slater
Retain 2.3.9 in case configuration differences matter to some people. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-19python-dbusmock: import from meta-webos-portsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-19python-pyparsing: import from meta-openstackMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-19python-pyflakes: import from meta-openstackMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-19python-prettytable: import from meta-openstackMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-19python-pep8: import from meta-openstackMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-19python-mock: import from meta-openstackMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-19python-mccabe: import from meta-openstackMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-19python-cmd2: import from meta-openstackMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-11-28meta-python: Add LAYERVERSION and LAYERDEPENDSJackie Huang
According to README, it depends on oe-core and openembedded-layer Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-11-24python-ujson: add recipe for 1.33Derek Straka
Signed-off-by: Derek Straka <derek@minotaurinc.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-11-24python-tornado: add recipe for 4.0.2Derek Straka
Signed-off-by: Derek Straka <derek@minotaurinc.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-11-24python-certifi: add recipe for 14.05.14Derek Straka
Signed-off-by: Derek Straka <derek@minotaurinc.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-11-24python-backports-ssl: add recipe for 3.4.0.2Derek Straka
Signed-off-by: Derek Straka <derek@minotaurinc.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-11-24python-flufl-enum: add recipe for 4.0.1Derek Straka
Signed-off-by: Derek Straka <derek@minotaurinc.com> Acked-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-10-14python-matplotlib: add dateutil & pytz to DEPENDS/RDEPENDSTim Orling
python-matplotlib is currently providing its own dateutil and pytz Add dateutil and pytz as DEPENDS/RDEPENDS. Patch setupext.py to no longer provide its own dateutil and pytz. Remove python-matplotlib from blacklist. Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-10-14python-pytz: add 2014.7Tim Orling
python-matplotlib is providing its own pytz and dateutil. Provide our own pytz (and then fix matplotlib). Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-10-10python-matplotlib: blacklist because of conflict with python-dateutilMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-27python-snakefood: add 1.4Tim Orling
* Generate dependencies from Python code, filter, cluster and generate graphs from the dependency list * Tools included: - sfood: Given a set of input files or root directories, generate a list of dependencies between the files; - sfood-graph: Read a list of dependencies and produce a Graphviz dot file. (This file can be run through the Graphviz dot tool to produce a viewable/printable PDF file); - sfood-cluster: Read a list of dependencies, a list of file clusters, and output a list of simplified (clustered) dependencies. - sfood-checker: Analyze the source code with the AST and list unused or redundant imports. - sfood-imports: Find and list import statements in Python files, regardless of whether they can be imported or not. Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-27python-pyparted: fix rdeps for nativeTim Orling
Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-27python-cython: add RDEPENDS on some required python modulesJackie Huang
python-distribute: File "/usr/bin/cython", line 5, in <module> ImportError: No module named pkg_resources python-netserver: File "_tempita.py", line 34, in init Cython.Tempita._tempita ImportError: No module named cgi python-subprocess: File "/usr/lib/python2.7/site-packages/Cython/Debugger/Cygdb.py", line 19, in <module> ImportError: No module named subprocess python-shell: File "/usr/lib/python2.7/site-packages/Cython/Debugger/Cygdb.py", line 16, in <module> ImportError: No module named glob Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-23python-pyparted: Add recipeSujith H
This recipe will provide a set of Python modules that provide Python programmers an interface to libparted, the GNU parted library for disk partitioning and filesystem manipulation. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Sujith H <Sujith_Haridasan@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-11python-smbus: upgrade to 3.1.1Peter Bigot
Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-01python-slip-dbus: add recipeRoy Li
Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-01python-decorator: add recipeRoy Li
Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-30meta-python: rename recipes-python to recipes-devtoolsMartin Jansa
* match old structure from meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22meta-python: move recipes from meta-oeTim Orling
* Move recipes from meta-openembedded/meta-oe that are not depended upon by recipes already in meta-oe (e.g. gateone, anki) * Recipes NOT moved: python-futures python-pyopenssl python-simplejson python-tornado python-pyqt python-sip Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22meta-python: create layerTim Orling
Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>