From 038414fdec4c120c74f10b71e58a0a7d73ea9869 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Fri, 20 Mar 2015 13:41:00 -0400 Subject: python: remove recipes that are now in meta-virtualization In order for meta-virtualization to include a recipe for docker and docker-registry these recipes have been moved to allow meta-virtualization to exist without a circular dependency with meta-cloud-services. There is already a dependency here on meta-virtualization so this will ensure recipes in meta-cloud-services will still build as they did before. A concern does exist that several OpenStack recipes have a tight binding on specific versions of these recipes. This move doesn't prevent meta-cloud-services from hosting its own version of these recipes in the future and making use of 'preferred' version to control this binding. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-flask_0.10.1.bb | 20 -------------- .../python/python-itsdangerous_0.24.bb | 22 --------------- .../python/python-requests_1.2.0.bb | 17 ------------ .../recipes-devtools/python/python-six_1.7.3.bb | 18 ------------- .../recipes-devtools/python/python-sphinx_1.2b1.bb | 17 ------------ .../python/python-sqlalchemy_0.9.7.bb | 16 ----------- .../recipes-devtools/python/python-webob_1.2.3.bb | 23 ---------------- .../python/python-werkzeug_0.9.4.bb | 31 ---------------------- 8 files changed, 164 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-flask_0.10.1.bb delete mode 100644 meta-openstack/recipes-devtools/python/python-itsdangerous_0.24.bb delete mode 100644 meta-openstack/recipes-devtools/python/python-requests_1.2.0.bb delete mode 100644 meta-openstack/recipes-devtools/python/python-six_1.7.3.bb delete mode 100644 meta-openstack/recipes-devtools/python/python-sphinx_1.2b1.bb delete mode 100644 meta-openstack/recipes-devtools/python/python-sqlalchemy_0.9.7.bb delete mode 100644 meta-openstack/recipes-devtools/python/python-webob_1.2.3.bb delete mode 100644 meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-flask_0.10.1.bb b/meta-openstack/recipes-devtools/python/python-flask_0.10.1.bb deleted file mode 100644 index 263e53d..0000000 --- a/meta-openstack/recipes-devtools/python/python-flask_0.10.1.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "A microframework based on Werkzeug, Jinja2 and good intentions" -HOMEPAGE = "https://pypi.python.org/pypi/Flask/" -SECTION = "devel/python" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=79aa8b7bc4f781210d6b5c06d6424cb0" - -PR = "r0" -SRCNAME = "Flask" - -SRC_URI = "https://pypi.python.org/packages/source/F/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "378670fe456957eb3c27ddaef60b2b24" -SRC_URI[sha256sum] = "4c83829ff83d408b5e1d4995472265411d2c414112298f2eb4b359d9e4563373" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -CLEANBROKEN = "1" - diff --git a/meta-openstack/recipes-devtools/python/python-itsdangerous_0.24.bb b/meta-openstack/recipes-devtools/python/python-itsdangerous_0.24.bb deleted file mode 100644 index 3e229f8..0000000 --- a/meta-openstack/recipes-devtools/python/python-itsdangerous_0.24.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "Various helpers to pass trusted data to untrusted environments and back" -HOMEPAGE = "https://pypi.python.org/pypi/itsdangerous/" -SECTION = "devel/python" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=b61841e2bf5f07884148e2a6f1bcab0c" - -PR = "r0" -SRCNAME = "itsdangerous" - -SRC_URI = "https://pypi.python.org/packages/source/i/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "a3d55aa79369aef5345c036a8a26307f" -SRC_URI[sha256sum] = "cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -RDEPENDS_${PN} += "python-json python-netclient python-zlib python-datetime python-lang python-crypt" - -CLEANBROKEN = "1" - diff --git a/meta-openstack/recipes-devtools/python/python-requests_1.2.0.bb b/meta-openstack/recipes-devtools/python/python-requests_1.2.0.bb deleted file mode 100644 index c6b589a..0000000 --- a/meta-openstack/recipes-devtools/python/python-requests_1.2.0.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Python HTTP for Humans." -HOMEPAGE = "http://python-requests.org" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=c858703330162aa799141655a10fe120" - -PR = "r0" -SRCNAME = "requests" - -SRC_URI = "http://pypi.python.org/packages/source/r/requests/requests-1.2.0.tar.gz" - -SRC_URI[md5sum] = "22af2682233770e5468a986f451c51c0" -SRC_URI[sha256sum] = "cfa615644ae38efe8423ce9edb23470a4615a9147fa3cea5026afb47c9bb3913" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools diff --git a/meta-openstack/recipes-devtools/python/python-six_1.7.3.bb b/meta-openstack/recipes-devtools/python/python-six_1.7.3.bb deleted file mode 100644 index 07dcafd..0000000 --- a/meta-openstack/recipes-devtools/python/python-six_1.7.3.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "Python 2 and 3 compatibility utilities" -HOMEPAGE = "http://pypi.python.org/pypi/six/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=530f34047c21ad45b3199946dd90bea5" - -PR = "r1" -SRCNAME = "six" - -SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ -" - -SRC_URI[md5sum] = "784c6e5541c3c4952de9c0a966a0a80b" -SRC_URI[sha256sum] = "7a842c9f882c0b2ab1064d567bb9fff6a21c9efbc3d9992083ad6193787ed393" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools diff --git a/meta-openstack/recipes-devtools/python/python-sphinx_1.2b1.bb b/meta-openstack/recipes-devtools/python/python-sphinx_1.2b1.bb deleted file mode 100644 index acdba56..0000000 --- a/meta-openstack/recipes-devtools/python/python-sphinx_1.2b1.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Python documentation generator" -HOMEPAGE = "http://sphinx-doc.org/" -SECTION = "devel/python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=da9cf9fa4e0d0076dd4d116777ad401e" - -PR = "r0" -SRCNAME = "Sphinx" - -SRC_URI = "http://pypi.python.org/packages/source/S/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "67bea6df63be8e2a76ebedc76d8f71a3" -SRC_URI[sha256sum] = "16102b69e939d9ee60b05d694a804a83e3ce047c283f6b981a83573a75ea718d" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools diff --git a/meta-openstack/recipes-devtools/python/python-sqlalchemy_0.9.7.bb b/meta-openstack/recipes-devtools/python/python-sqlalchemy_0.9.7.bb deleted file mode 100644 index 6207233..0000000 --- a/meta-openstack/recipes-devtools/python/python-sqlalchemy_0.9.7.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "Python SQL toolkit and Object Relational Mapper that gives \ -application developers the full power and flexibility of SQL" -HOMEPAGE = "http://www.sqlalchemy.org/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=6c90a3830628085e8ba945f94d622cb2" -RDEPENDS_${PN} += "python-numbers" - -SRCNAME = "SQLAlchemy" -SRC_URI = "https://pypi.python.org/packages/source/S/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "e3c8f836ea9b48886718f59b9d8646ff" -SRC_URI[sha256sum] = "5fff261d0cff21c39913f9d30682659a52bfa2875699b2b7d908d0225df42a15" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools diff --git a/meta-openstack/recipes-devtools/python/python-webob_1.2.3.bb b/meta-openstack/recipes-devtools/python/python-webob_1.2.3.bb deleted file mode 100644 index a30ee9c..0000000 --- a/meta-openstack/recipes-devtools/python/python-webob_1.2.3.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "WSGI request and response object" -HOMEPAGE = "http://webob.org/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://docs/license.txt;md5=8ed3584bcc78c16da363747ccabc5af5" - -PR = "r0" -SRCNAME = "WebOb" - -SRC_URI = "http://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "11825b7074ba7043e157805e4e6e0f55" -SRC_URI[sha256sum] = "325c249f3ac35e72b75ba13b2c60317def0c986a24a413ebf700509ea4c73a13" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -RDEPENDS_${PN} += " \ - python-sphinx \ - python-nose \ - " - diff --git a/meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb b/meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb deleted file mode 100644 index 38e9f0f..0000000 --- a/meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "The Swiss Army knife of Python web development" -HOMEPAGE = "https://pypi.python.org/pypi/Werkzeug/" -SECTION = "devel/python" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=ad2e600a437b1b03d25b02df8c23ad1c" - -PR = "r0" -SRCNAME = "Werkzeug" - -SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "670fad41f57c13b71a6816765765a3dd" -SRC_URI[sha256sum] = "c1baf7a3e8be70f34d931ee173283f406877bd3d17f372bbe82318a5b3c510cc" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -RDEPENDS_${PN} += "python-io \ - python-datetime \ - python-email \ - python-zlib \ - python-pkgutil \ - python-html \ - python-shell \ - python-pprint \ - python-subprocess \ - python-netserver" - -CLEANBROKEN = "1" - -- cgit v1.2.3-54-g00ecf