summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
* python-lxml: Use pkgconfig to find libxml2 instead of binconfig.Philip Balister2015-02-121-1/+1
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pip: add python-distribute in RDEPENDSZhenhua Luo2015-02-121-1/+1
| | | | | | | | | | | Fix the following runtime issue of pip: # pip Traceback (most recent call last): File "/usr/bin/pip", line 5, in <module> from pkg_resources import load_entry_point ImportError: No module named pkg_resources Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* python-django-south: add version 1.0.2Saul Wold2015-02-121-0/+18
| | | | | | Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-django: add version 1.6.10Paul Eggleton2015-02-121-0/+19
| | | | | | | | | Updated version of the recipe in meta-openstack. Also made LICENSE more accurate and set SUMMARY instead of DESCRIPTION since the value is short. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pip: update to 1.5.6Saul Wold2015-02-121-4/+5
| | | | | | | | Also made LICENSE more accurate. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-twisted: Create a separate source code package and bin packageMiLo2015-02-121-0/+12
| | | | | | | | | | | | | | | | 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>
* python-twisted: Fix dependencies of twisted modulesMiLo2015-02-121-2/+15
| | | | | | | | | | | | | | | 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>
* python-lxml: move to version 3.2.5Joe Slater2015-01-282-3/+96
| | | | | | | Remove version 3.0.2. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-ldap: move to version 2.4.10Joe Slater2015-01-281-0/+27
| | | | | | | | 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>
* python-dbusmock: import from meta-webos-portsMartin Jansa2014-12-194-0/+133
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyparsing: import from meta-openstackMartin Jansa2014-12-191-0/+18
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyflakes: import from meta-openstackMartin Jansa2014-12-191-0/+23
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-prettytable: import from meta-openstackMartin Jansa2014-12-191-0/+25
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pep8: import from meta-openstackMartin Jansa2014-12-191-0/+23
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-mock: import from meta-openstackMartin Jansa2014-12-191-0/+26
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-mccabe: import from meta-openstackMartin Jansa2014-12-191-0/+23
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cmd2: import from meta-openstackMartin Jansa2014-12-191-0/+20
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-python: Add LAYERVERSION and LAYERDEPENDSJackie Huang2014-11-281-0/+6
| | | | | | | 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>
* python-ujson: add recipe for 1.33Derek Straka2014-11-241-0/+21
| | | | | Signed-off-by: Derek Straka <derek@minotaurinc.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-tornado: add recipe for 4.0.2Derek Straka2014-11-241-0/+34
| | | | | Signed-off-by: Derek Straka <derek@minotaurinc.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-certifi: add recipe for 14.05.14Derek Straka2014-11-241-0/+20
| | | | | Signed-off-by: Derek Straka <derek@minotaurinc.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-backports-ssl: add recipe for 3.4.0.2Derek Straka2014-11-241-0/+23
| | | | | Signed-off-by: Derek Straka <derek@minotaurinc.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-flufl-enum: add recipe for 4.0.1Derek Straka2014-11-241-0/+33
| | | | | | Signed-off-by: Derek Straka <derek@minotaurinc.com> Acked-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-matplotlib: add dateutil & pytz to DEPENDS/RDEPENDSTim Orling2014-10-142-9/+17
| | | | | | | | | | 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>
* python-pytz: add 2014.7Tim Orling2014-10-141-0/+19
| | | | | | | | 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>
* python-matplotlib: blacklist because of conflict with python-dateutilMartin Jansa2014-10-101-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-snakefood: add 1.4Tim Orling2014-08-271-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* python-pyparted: fix rdeps for nativeTim Orling2014-08-271-0/+2
| | | | | Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cython: add RDEPENDS on some required python modulesJackie Huang2014-08-271-0/+8
| | | | | | | | | | | | | | | | | | | | | 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>
* python-pyparted: Add recipeSujith H2014-08-231-0/+21
| | | | | | | | | | | 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>
* python-smbus: upgrade to 3.1.1Peter Bigot2014-08-111-2/+2
| | | | | Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-slip-dbus: add recipeRoy Li2014-08-011-0/+27
| | | | | Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-decorator: add recipeRoy Li2014-08-011-0/+22
| | | | | Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-python: rename recipes-python to recipes-devtoolsMartin Jansa2014-07-3036-0/+0
| | | | | | * match old structure from meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-python: move recipes from meta-oeTim Orling2014-07-2236-0/+1022
| | | | | | | | | | | | | | | | | * 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>
* meta-python: create layerTim Orling2014-07-223-0/+79
Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
OpenPOWER on IntegriCloud