summaryrefslogtreecommitdiff
path: root/meta/packages/python
AgeCommit message (Collapse)AuthorFiles
2010-08-27Major layout change to the packages directoryRichard Purdie52
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-20python-pycairo: upgrade to 1.8.10Yu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-07-22Finally deprecate all legacy do_stage functions. This changes the existing ↵Richard Purdie8
warning into a fatal error if any legacy do_stage functions are found. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-16python-pygobject: upgrade from 2.16.0 to 2.21.1Nitin A Kamble2
python-pygobject-native: upgrade from 2.16.0 to 2.21.1 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-07-16python-pygtk: upgrade from 2.10.4 to 2.17.0Nitin A Kamble2
Rebased this patch to the newer code nodocs.patch Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-07-16python-scons: upgrade from 0.97 to 1.3.0Nitin A Kamble2
python-scons-native: upgrade from 0.97 to 1.3.0 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-07-16python-pyrex: upgrade from 0.9.8.5 to 0.9.9Nitin A Kamble3
python-pyrex-native: upgrade from 0.9.8.5 to 0.9.9 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-07-16python-iniparse: upgrade from 0.2.3 to 0.3.2Nitin A Kamble2
python-iniparse-native: upgrade from 0.2.3 to 0.3.2 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-07-16python-imaging: upgrade from 1.1.6 to 1.1.7Nitin A Kamble2
Rebased the path.patch to the newer code Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-07-16python-dbus: upgrade from 0.83.0 to 0.83.1Nitin A Kamble1
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-07-16yum-metadata-parser : upgrade from 1.1.2 to 1.1.4Nitin A Kamble2
yum-metadata-parser-native : upgrade from 1.1.2 to 1.1.4 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-07-13python-pygobject: add glib-2.0 dependencyKevin Tian1
or else glib-2.0 may not be build before building python-pygojbect Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-07-08python-gst: upgrade from 0.10.8 to 0.10.18Nitin A Kamble2
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-07-08python: upgrade from 2.6.2 to 2.6.5Nitin A Kamble44
python-native: upgrade from 2.6.1 to 2.6.5 Also removed these older version files: python_2.5.2 python-native_2.5.1 Rebased the patches to the newer code. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-07-05python-pycairo: upgrade to version 1.8.8Yu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-06-10fix metadata for python-pycurlQing He1
update homepage, license and ordering Signed-off-by: Qing He <qing.he@intel.com>
2010-04-27autotools: deprecate autotools_stage classJoshua Lock1
Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-31python-pycurl: Set NATIVE_INSTALL_WORKSRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-31python-pycurl: Fix buildingJoshua Lock1
Add python to DEPENDS and ensure the required environment variables are available at build time. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-26python-urlgrabber: Update to 3.9.1 with extra patches from FedoraJoshua Lock6
Add a couple of extra patches from Fedora to make the latest createrepo package work. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-26python-native: Fix DEPENDS by adding sqlite3Joshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-26pyton-pycurl: Add new recipe from OE.devJoshua Lock2
Add python-pycurl_7.19.0 from OE.dev with some tweaks to enable a native version. This package is a dependancy of newer Yum Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-04python.inc: Disable parallel makeRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-01-04python: remove unneeded gettext dependancyJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2009-12-17python: add gettext to DEPENDSJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2009-12-03python: Update 2.5 -> 2.6 (from OE.dev)Richard Purdie30
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-12-03python: Update 2.5 -> 2.6 (from OE.dev)Richard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-30pycairo: Fix stagingRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-19python: Drop staging functions. If failures occur we just need to improve ↵Richard Purdie11
do_install Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-19python: Drop custom staging functionRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-19python-native: Convert to use do_install for stagingRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17Remove layout_* variablesRichard Purdie1
Remove layout_* variables and replace them with variables specific to the different classes. The layout variables were only useful for the native/cross classes and caused more confusion than they solved. They didn't scale to the sdk class. It now clear a small set of native/cross variables fulfil the needs. This patch also changes native.bbclass to use "/" as the STAGING_DIR which makes sense since we're installing binaries into the locations we're compiling them for. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-08-19Add python-dbus, python-pyrex from OE.devRichard Purdie4
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-16python-pygobject: Export STAGING_INCDIR and STAGING_LIBDIR to fix ↵Richard Purdie1
python-config failures Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-10python-gobject: 2.12.3 -> 2.16.0Richard Purdie6
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-12python-native: Fix the _ctypes module (and remove some dead files)Richard Purdie6
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2008-12-30classes/autotools_stage.bbclass: Add autotools_stage class to further ↵Richard Purdie1
recipes to simplify recipes using standard autotools
2008-10-07python: package elementtree and shlex in separate packagesMarcin Juszkiewicz2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5429 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-07python: package bzip2 support into separate packageMarcin Juszkiewicz2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5428 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-02yum-metadata-parser: fixed dependenciesMarcin Juszkiewicz2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5385 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-02python-native: Add sqlite3-native to DEPENDSRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5383 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-23Add a bzip2-full-native recipe and make the python-native recipe depend on it.Joshua Lock1
Yum requires bzip2 support in Python so our native Python package needs something to provide it. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5233 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-04yum-metadata-parser-native: depend on GLib 2.0 nativeMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5140 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-04python-native: depend on OpenSSL native to get python-urlgrabber-native ↵Marcin Juszkiewicz1
buildable git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5139 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-28python-native: remove libxml2-native dependsRoss Burton1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5117 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-26python-native: Add libxml2-native to DEPENDSRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5105 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-25python: Fix -native package staging functionsRichard Purdie3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5104 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-25Add python-urlgrabber, python-iniparser, yum-metadata-parser and native varientsRichard Purdie6
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5097 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-25python: Promote from meta-extras to metaRichard Purdie38
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5092 311d38ba-8fff-0310-9ca6-ca027cbcb966