[oe-commits] Thomas Zimmermann : Add reciepes for pisi depencies

git version control git at git.openembedded.org
Fri Sep 11 18:49:48 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 2e07a072e26ea5d5658eda4117c40c8e935ce0c2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2e07a072e26ea5d5658eda4117c40c8e935ce0c2

Author: Thomas Zimmermann <zimmermann at vdm-design.de>
Date:   Fri Sep 11 14:08:40 2009 +0000

Add reciepes for pisi depencies

---

 recipes/python/python-epydoc_3.0.1.bb      |   12 ++++++++++++
 recipes/python/python-gdata_2.0.1.bb       |   12 ++++++++++++
 recipes/python/python-ldap/setup.cfg.patch |   14 ++++++++++++++
 recipes/python/python-ldap_2.3.9.bb        |   11 +++++++++++
 recipes/python/python-vobject_0.8.1c.bb    |   12 ++++++++++++
 recipes/python/python-webdav_0.1.2.bb      |   15 +++++++++++++++
 6 files changed, 76 insertions(+), 0 deletions(-)

diff --git a/recipes/python/python-epydoc_3.0.1.bb b/recipes/python/python-epydoc_3.0.1.bb
new file mode 100644
index 0000000..36d22ad
--- /dev/null
+++ b/recipes/python/python-epydoc_3.0.1.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Epydoc is a tool for generating API documentation for Python modules, based on their docstrings" 
+SECTION = "devel/python" 
+PRIORITY = "optional" 
+LICENSE = "MIT" 
+HOMEPAGE = "http://epydoc.sourceforge.net/" 
+SRCNAME = "epydoc" 
+DEPENDS = "python" 
+ 
+SRC_URI = "http://downloads.sourceforge.net/project/${SRCNAME}/${SRCNAME}/${PV}/${SRCNAME}-${PV}.tar.gz" 
+S = "${WORKDIR}/${SRCNAME}-${PV}" 
+ 
+inherit distutils 
diff --git a/recipes/python/python-gdata_2.0.1.bb b/recipes/python/python-gdata_2.0.1.bb
new file mode 100644
index 0000000..9344e42
--- /dev/null
+++ b/recipes/python/python-gdata_2.0.1.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "The Google Data APIs (Google Data) provide a simple protocol for reading and writing data on the web." 
+SECTION = "devel/python" 
+PRIORITY = "optional" 
+LICENSE = "Apache License V2.0" 
+HOMEPAGE = "http://code.google.com/p/gdata-python-client/" 
+SRCNAME = "gdata" 
+DEPENDS = "python" 
+ 
+SRC_URI = "http://gdata-python-client.googlecode.com/files/${SRCNAME}-${PV}.tar.gz" 
+S = "${WORKDIR}/${SRCNAME}-${PV}" 
+ 
+inherit distutils  
diff --git a/recipes/python/python-ldap/setup.cfg.patch b/recipes/python/python-ldap/setup.cfg.patch
new file mode 100644
index 0000000..a703d34
--- /dev/null
+++ b/recipes/python/python-ldap/setup.cfg.patch
@@ -0,0 +1,14 @@
+--- python-ldap-2.3.9/setup.cfg.orig    2009-08-13 11:07:23.000000000 +0200
++++ python-ldap-2.3.9/setup.cfg 2009-08-13 11:07:37.000000000 +0200
+@@ -1,9 +1,9 @@
+ [_ldap]
+ extra_objects = 
+ extra_compile_args = 
+-libs = ldap_r lber sasl2 ssl crypto
++libs = ldap_r lber ssl crypto
+ library_dirs = /opt/openldap-RE24/lib
+-include_dirs = /opt/openldap-RE24/include /usr/include/sasl
++include_dirs = /opt/openldap-RE24/include
+
+ [egg_info]
+ tag_build =  
diff --git a/recipes/python/python-ldap_2.3.9.bb b/recipes/python/python-ldap_2.3.9.bb
new file mode 100644
index 0000000..8a605e4
--- /dev/null
+++ b/recipes/python/python-ldap_2.3.9.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "LDAP client API for Python, C wrapper module around OpenLDAP 2.x with an object-oriented API" 
+SECTION = "devel/python" 
+PRIORITY = "optional" 
+LICENSE = "Python-style" 
+HOMEPAGE = "http://www.python-ldap.org/" 
+DEPENDS = "python openldap" 
+ 
+SRC_URI = "http://pypi.python.org/packages/source/p/${PN}/${PN}-${PV}.tar.gz \ 
+           file://setup.cfg.patch;patch=1"  
+ 
+inherit setuptools  
diff --git a/recipes/python/python-vobject_0.8.1c.bb b/recipes/python/python-vobject_0.8.1c.bb
new file mode 100644
index 0000000..5ac8d8d
--- /dev/null
+++ b/recipes/python/python-vobject_0.8.1c.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Python package for parsing and generating vCard and vCalendar files" 
+SECTION = "devel/python" 
+PRIORITY = "optional" 
+LICENSE = "Apache License V2.0" 
+HOMEPAGE = "http://vobject.skyhouseconsulting.com/" 
+SRCNAME = "vobject" 
+DEPENDS = "python python-dateutil" 
+ 
+SRC_URI = "http://vobject.skyhouseconsulting.com/${SRCNAME}-${PV}.tar.gz" 
+S = "${WORKDIR}/${SRCNAME}-${PV}" 
+ 
+inherit setuptools  
diff --git a/recipes/python/python-webdav_0.1.2.bb b/recipes/python/python-webdav_0.1.2.bb
new file mode 100644
index 0000000..efc74f9
--- /dev/null
+++ b/recipes/python/python-webdav_0.1.2.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "This project aims to provide an object-oriented Python WebDAV client-side library\
+	       based on Python`s standard httplib and Greg Stein`s davlib.\
+               The client shall fully support RFCs 4918 (basic specification),\
+               3744 (access control), and 3253 (versioning)."
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "Apache License V2.0"
+HOMEPAGE = "http://sourceforge.net/projects/pythonwebdavlib/"
+SRCNAME = "Python_WebDAV_Library"
+DEPENDS = "python"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/pythonwebdavlib/Python%20WebDAV%20Library%20-%20${PV}/${SRCNAME}-${PV}.zip"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils





More information about the Openembedded-commits mailing list