summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
...
* python-pyasn1: add 0.1.7Tim Orling2015-04-241-0/+16
| | | | | | | | | | | | python-pyasn1 is required by python-cryptography Copied directly from: http://git.yoctoproject.org/cgit/cgit.cgi/meta-cloud-services/tree/meta-openstack/recipes-devtools/python/python-pyasn1_0.1.7.bb Original author: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pretend: add 0.8.1Tim Orling2015-04-241-0/+8
| | | | | | | python-pretend is required by python-cryptography Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-iso8601: add 0.1.10Tim Orling2015-04-241-0/+8
| | | | | | | python-iso8601 is required by python-cryptography Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pytest: add 2.7.0Tim Orling2015-04-241-0/+10
| | | | | | | python-pytest is required for ptest of python-cryptography Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-py: add 1.4.26Tim Orling2015-04-241-0/+8
| | | | | | | | python-py is required by python-pytest python-pytest is required for ptest of python-cryptography Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cffi/python-pycparser: enable native buildTim Orling2015-04-242-0/+4
| | | | | Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyopenssl: Downgrade to 0.13Andreas Oberritter2015-04-132-5/+25
| | | | | | | | Version 0.14 depends python-cryptography, which is currently unavailable in meta-openembedded. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyopenssl: move to meta-pythonAndreas Oberritter2015-04-131-0/+24
| | | | | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gateone: move to meta-pythonAndreas Oberritter2015-04-136-0/+198
| | | | | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cffi: Foreign Function Interface for Python calling C code, version 0.9.2Andreas Oberritter2015-04-131-0/+9
| | | | | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pycparser: Parser of the C language, written in pure Python, version 2.10Andreas Oberritter2015-04-131-0/+8
| | | | | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-enum34: backport of Python 3.4's enum package, version 1.0.4Andreas Oberritter2015-04-131-0/+8
| | | | | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-six: Python 2 and 3 compatibility library, version 1.9.0Andreas Oberritter2015-04-131-0/+8
| | | | | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pypi.bbclass: new class to ease writing pypi recipesAndreas Oberritter2015-04-131-0/+21
| | | | | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyyaml: enable native buildAndreas Oberritter2015-04-131-0/+2
| | | | | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-urllib3: add recipe for version 1.10.1Mario Domenech Goulart2015-03-031-0/+15
| | | | | Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-requests: add recipeBen Shelton2015-02-271-0/+17
| | | | | | | | | | Requests is an HTTP library for Python with a clean and succinct API. Copied from commit bc572006bfcec10523658b8675f30bf45b43a998 in meta-cloud-services/meta-openstack and updated to version 2.5.1. Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-msgpack: add recipeBen Shelton2015-02-271-0/+17
| | | | | | | | | | | python-msgpack implements the MessagePack binary serialization format for Python. Copied from commit 91ed2353847d4121e3dd8ad10ca0c24194ac9765 in meta-cloud-services/meta-openstack and updated to version 0.4.5. Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-markupsafe: add recipeBen Shelton2015-02-271-0/+19
| | | | | | | | | | | MarkupSafe is a Python library for escaping HTML strings, and it is a dependency for Jinja2. Add a recipe to build it. Copied from commit 6ba88a72843826370773cda29309545c7c800dc0 in meta-cloud-services/meta-openstack and updated to version 0.23. Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-jinja2: add recipeBen Shelton2015-02-271-0/+19
| | | | | | | | | | Jinja2 is a stand-alone template engine for Python. Copied from commit 00862f55be214e2247ad5aba3ab06a34afb20598 in meta-cloud-services/meta-openstack and updated to version 2.7.3. Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyzmq: Add recipe for Python Zero Message Queue bindings.Philip Balister2015-02-272-0/+53
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-django-south: extend to nativesdkPaul Eggleton2015-02-191-0/+1
| | | | | | Allow this to be built for the SDK / buildtools if desired. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* python-django: extend to nativesdkPaul Eggleton2015-02-191-0/+1
| | | | | | Allow this to be built for the SDK / buildtools if desired. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* 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>