python-epydoc, python-gdata, python-ldap, python-webdav: import from meta-smartphone

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2012-07-30 23:49:48 +02:00
parent 5ebec60fc3
commit 15b9efea5d
5 changed files with 82 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
DESCRIPTION = "Epydoc is a tool for generating API documentation for Python modules, based on their docstrings"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=011c0d78eb6054d731c879132d7313f0"
HOMEPAGE = "http://epydoc.sourceforge.net/"
SRCNAME = "epydoc"
DEPENDS += "python"
DEPENDS_virtclass-native += "python-native"
SRC_URI = "http://downloads.sourceforge.net/project/${SRCNAME}/${SRCNAME}/${PV}/${SRCNAME}-${PV}.tar.gz"
SRC_URI[md5sum] = "cdd6f6c76dd8bab5e653a343a0544294"
SRC_URI[sha256sum] = "d4e5c8d90937d01b05170f592c1fa9b29e9ed0498dfe7f0eb2a3af61725b6ad1"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
BBCLASSEXTEND = "native"

View File

@@ -0,0 +1,18 @@
DESCRIPTION = "Google Data APIs Python Client Library"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://README.txt;md5=473bd4dff0ddca1f958244b2dc7a162c"
HOMEPAGE = "http://code.google.com/p/gdata-python-client/"
inherit distutils
SRC_URI = "http://gdata-python-client.googlecode.com/files/gdata.py-${PV}.tar.gz"
SRC_URI[md5sum] = "521f33a377d64f8a6505ba119415b787"
SRC_URI[sha256sum] = "fc5ddb8f76b17abd728721a0e0177ea35f55a70106f44dc9010b22eceb06abde"
S = "${WORKDIR}/gdata.py-${PV}"
FILES_${PN} += "${datadir}"
RDEPENDS_${PN} = "python-elementtree"

View File

@@ -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 =

View File

@@ -0,0 +1,13 @@
DESCRIPTION = "LDAP client API for Python, C wrapper module around OpenLDAP 2.x with an object-oriented API"
SECTION = "devel/python"
LICENSE = "Python-style"
LIC_FILES_CHKSUM = "file://LICENCE;md5=a41c82edffa04912007cae1d20cac555"
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"
SRC_URI[md5sum] = "a9f9f16338288d118a1ae6266c993247"
SRC_URI[sha256sum] = "62f75b21c5ee744408c9d8b59878328b3bdf47899d30e8abf0c09b3ffb893ed4"
inherit setuptools

View File

@@ -0,0 +1,19 @@
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"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://src/webdav/WebdavClient.py;endline=15;md5=a1520fad859feb7b0d7f05277bc6ce48"
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"
SRC_URI[md5sum] = "8e49e0ecc5b4327c4f752a544ee10e1a"
SRC_URI[sha256sum] = "72c029ad1e25de950f59c2f1812d009d2c1691b70e4b5b09f1af9006e8fd5f23"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils