summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-05-13 16:51:09 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-05-13 16:51:09 -0400
commitab3432d7ff4ea9b7fd3dd4e04376d2b67e467eb6 (patch)
tree64737b24f22eb9e1eaaf2774f79b025a578be6ae
parent183baafc12b846cb3dff19b380ad98c2c49fb671 (diff)
parentf7765042a4cdfb52f467869904ef92e644c4129d (diff)
downloadmeta-cloud-services-ab3432d7ff4ea9b7fd3dd4e04376d2b67e467eb6.tar.gz
Merge branch 'master' into kilo
-rw-r--r--meta-openstack/recipes-devtools/python/python-cmd2_0.6.8.bb5
-rw-r--r--meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb1
-rw-r--r--meta-openstack/recipes-devtools/python/python-django_1.7.5.bb9
-rw-r--r--meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb25
-rw-r--r--meta-openstack/recipes-devtools/python/python-futures_2.2.0.bb6
-rw-r--r--meta-openstack/recipes-devtools/python/python-horizon_git.bb1
-rw-r--r--meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone_git.bb1
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.policy_0.4.0.bb27
-rw-r--r--meta-openstack/recipes-devtools/python/python-pathlib_1.0.1.bb29
-rw-r--r--meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb1
-rw-r--r--meta-openstack/recipes-devtools/python/python-repoze.lru_0.6.bb20
-rw-r--r--meta-openstack/recipes-devtools/python/python-routes_2.1.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop_1.0.2.2.bb22
14 files changed, 137 insertions, 14 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cmd2_0.6.8.bb b/meta-openstack/recipes-devtools/python/python-cmd2_0.6.8.bb
index 9558cc6..0794a4e 100644
--- a/meta-openstack/recipes-devtools/python/python-cmd2_0.6.8.bb
+++ b/meta-openstack/recipes-devtools/python/python-cmd2_0.6.8.bb
@@ -4,13 +4,12 @@ SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://setup.py;beginline=21;endline=21;md5=a00047b7e92e0781452d0beba4e7b44e" 5LIC_FILES_CHKSUM = "file://setup.py;beginline=21;endline=21;md5=a00047b7e92e0781452d0beba4e7b44e"
6 6
7PR = "r0"
8SRCNAME = "cmd2" 7SRCNAME = "cmd2"
9 8
10SRC_URI = "http://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 9SRC_URI = "http://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11 10
12SRC_URI[md5sum] = "842df29ff2f72d64d7f0d917039c0e51" 11SRC_URI[md5sum] = "c32c9a897e010c977b50c1ddc13f09fe"
13SRC_URI[sha256sum] = "8e98c7a1cfd106183559240b269e7cd9fe97e8342b5c05295f591aab6fd2f4f0" 12SRC_URI[sha256sum] = "ac780d8c31fc107bf6b4edcbcea711de4ff776d59d89bb167f8819d2d83764a8"
14 13
15S = "${WORKDIR}/${SRCNAME}-${PV}" 14S = "${WORKDIR}/${SRCNAME}-${PV}"
16 15
diff --git a/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb b/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb
index f665d00..43dbc9f 100644
--- a/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb
@@ -25,4 +25,5 @@ DEPENDS += " \
25RDEPENDS_${PN} += " \ 25RDEPENDS_${PN} += " \
26 python-django \ 26 python-django \
27 python-pyscss \ 27 python-pyscss \
28 python-pathlib \
28 " 29 "
diff --git a/meta-openstack/recipes-devtools/python/python-django_1.7.5.bb b/meta-openstack/recipes-devtools/python/python-django_1.7.5.bb
index 36302fd..b462e4d 100644
--- a/meta-openstack/recipes-devtools/python/python-django_1.7.5.bb
+++ b/meta-openstack/recipes-devtools/python/python-django_1.7.5.bb
@@ -2,20 +2,19 @@ DESCRIPTION = "A high-level Python Web framework"
2HOMEPAGE = "http://www.djangoproject.com/" 2HOMEPAGE = "http://www.djangoproject.com/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "BSD" 4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=fa8608154dcdd4029ae653131d4b7365" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa"
6 6
7PR = "r1"
8SRCNAME = "Django" 7SRCNAME = "Django"
9 8
10SRC_URI = "https://pypi.python.org/packages/source/D/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ 9SRC_URI = "https://pypi.python.org/packages/source/D/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
11" 10"
12 11
13SRC_URI[md5sum] = "e33355ee4bb2cbb4ab3954d3dff5eddd" 12SRC_URI[md5sum] = "e76c70a5dd7d56a511974b28ab38df20"
14SRC_URI[sha256sum] = "6ae69c1dfbfc9d0c44ae80e2fbe48e59bbbbb70e8df66ad2b7029bd39947d71d" 13SRC_URI[sha256sum] = "1c391f9349c97df503dac3461599f24235e4d04393498e6060e74dd2721460bc"
15 14
16S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/${SRCNAME}-${PV}"
17 16
18inherit distutils 17inherit setuptools
19 18
20FILES_${PN} += "${datadir}/django/*" 19FILES_${PN} += "${datadir}/django/*"
21 20
diff --git a/meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb b/meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb
new file mode 100644
index 0000000..4671a59
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb
@@ -0,0 +1,25 @@
1SUMMARY = "Robust enumerated type support in Python"
2DESCRIPTION = "This package provides a module for robust enumerations in Python."
3HOMEPAGE = "https://pypi.python.org/pypi/enum"
4SECTION = "devel/python"
5LICENSE = "GPLv2 | PSFv2"
6LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=4325afd396febcb659c36b49533135d4 \
7 file://LICENSE.PSF;md5=1ad8a43fc3bbfea1585223c99f4c3e6f \
8"
9
10SRCNAME = "enum"
11SRC_URI = "http://pypi.python.org/packages/source/e/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
12
13SRC_URI[md5sum] = "ce75c7c3c86741175a84456cc5bd531e"
14SRC_URI[sha256sum] = "9bdfacf543baf2350df7613eb37f598a802f346985ca0dc1548be6494140fdff"
15
16S = "${WORKDIR}/${SRCNAME}-${PV}"
17
18inherit setuptools
19
20DEPENDS += " \
21 python-pip \
22"
23
24RDEPENDS_${PN} += " \
25"
diff --git a/meta-openstack/recipes-devtools/python/python-futures_2.2.0.bb b/meta-openstack/recipes-devtools/python/python-futures_2.2.0.bb
index 9dca758..7369231 100644
--- a/meta-openstack/recipes-devtools/python/python-futures_2.2.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-futures_2.2.0.bb
@@ -4,13 +4,11 @@ SECTION = "devel/python"
4LICENSE = "BSD" 4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=dd6708d05936d3f6c4e20ed14c87b5e3" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=dd6708d05936d3f6c4e20ed14c87b5e3"
6 6
7PR = "r0"
8
9SRCNAME = "futures" 7SRCNAME = "futures"
10SRC_URI = "http://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 8SRC_URI = "http://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11 9
12SRC_URI[md5sum] = "cfab9ac3cd55d6c7ddd0546a9f22f453" 10SRC_URI[md5sum] = "310e446de8609ddb59d0886e35edb534"
13SRC_URI[sha256sum] = "33f39102b631fa0a030b24c4341ba1f48558e435946d6735d47fe1f739d757c4" 11SRC_URI[sha256sum] = "151c057173474a3a40f897165951c0e33ad04f37de65b6de547ddef107fd0ed3"
14 12
15S = "${WORKDIR}/${SRCNAME}-${PV}" 13S = "${WORKDIR}/${SRCNAME}-${PV}"
16 14
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
index 55a2a38..9dd764f 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
@@ -39,6 +39,7 @@ RDEPENDS_${PN} += " python-django \
39 python-xstatic-angular-cookies \ 39 python-xstatic-angular-cookies \
40 python-xstatic-angular-mock \ 40 python-xstatic-angular-mock \
41 python-xstatic-angular-bootstrap \ 41 python-xstatic-angular-bootstrap \
42 python-xstatic-angular-irdragndrop \
42 python-xstatic-d3 \ 43 python-xstatic-d3 \
43 python-xstatic-hogan \ 44 python-xstatic-hogan \
44 python-xstatic-jasmine \ 45 python-xstatic-jasmine \
diff --git a/meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb b/meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb
index d7b976b..14d38fd 100644
--- a/meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb
+++ b/meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb
@@ -14,4 +14,4 @@ SRC_URI[sha256sum] = "46b2016b5e4f2b5cd2edf07c60ca8fe7dd91204ca848f98964be61b3c4
14 14
15S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/${SRCNAME}-${PV}"
16 16
17inherit distutils 17inherit setuptools
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
index b13d36b..8fbf996 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
@@ -281,6 +281,7 @@ RDEPENDS_${PN} += " \
281 python-dogpile.cache \ 281 python-dogpile.cache \
282 python-pbr \ 282 python-pbr \
283 python-pysaml2 \ 283 python-pysaml2 \
284 python-oslo.policy \
284 python-oslo.utils \ 285 python-oslo.utils \
285 python-oauthlib \ 286 python-oauthlib \
286 python-fixtures \ 287 python-fixtures \
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.policy_0.4.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.policy_0.4.0.bb
new file mode 100644
index 0000000..2816559
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-oslo.policy_0.4.0.bb
@@ -0,0 +1,27 @@
1SUMMARY = "Oslo Policy library"
2DESCRIPTION = "The Oslo Policy library provides support for RBAC policy enforcement across all OpenStack services."
3HOMEPAGE = "https://pypi.python.org/pypi/oslo.policy"
4SECTION = "devel/python"
5LICENSE = "Apache-2"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7
8
9SRCNAME = "oslo.policy"
10SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "a0ddfa5782191c218e1e100234550295"
13SRC_URI[sha256sum] = "7e8a82e617516722043f437825ed5ada422632ee432cc64ede7c4854209cd329"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19DEPENDS += " \
20 python-pip \
21"
22
23RDEPENDS_${PN} += " \
24 python-oslo.config \
25 python-oslo.i18n \
26 python-oslo.serialization \
27"
diff --git a/meta-openstack/recipes-devtools/python/python-pathlib_1.0.1.bb b/meta-openstack/recipes-devtools/python/python-pathlib_1.0.1.bb
new file mode 100644
index 0000000..ae26da1
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-pathlib_1.0.1.bb
@@ -0,0 +1,29 @@
1SUMMARY = "Object-oriented filesystem paths"
2DESCRIPTION = "pathlib offers a set of classes to handle filesystem paths. \
3It offers the following advantages over using string objects: \
4- No more cumbersome use of os and os.path functions. \
5- Embodies the semantics of different path types. \
6- Well-defined semantics, eliminating any warts or ambiguities. \
7"
8HOMEPAGE = "https://pypi.python.org/pypi/pathlib"
9SECTION = "devel/python"
10LICENSE = "MIT"
11LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b6557c860f0fc867aeab30afd649753"
12
13
14SRCNAME = "pathlib"
15SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
16
17SRC_URI[md5sum] = "5099ed48be9b1ee29b31c82819240537"
18SRC_URI[sha256sum] = "6940718dfc3eff4258203ad5021090933e5c04707d5ca8cc9e73c94a7894ea9f"
19
20S = "${WORKDIR}/${SRCNAME}-${PV}"
21
22inherit setuptools
23
24DEPENDS += " \
25 python-pip \
26"
27
28RDEPENDS_${PN} += " \
29"
diff --git a/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb b/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb
index f26352a..72ea639 100644
--- a/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb
+++ b/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb
@@ -25,6 +25,7 @@ DEPENDS += " \
25 25
26# RDEPENDS_default: 26# RDEPENDS_default:
27RDEPENDS_${PN} += " \ 27RDEPENDS_${PN} += " \
28 python-enum \
28 " 29 "
29 30
30CLEANBROKEN = "1" 31CLEANBROKEN = "1"
diff --git a/meta-openstack/recipes-devtools/python/python-repoze.lru_0.6.bb b/meta-openstack/recipes-devtools/python/python-repoze.lru_0.6.bb
new file mode 100644
index 0000000..60a749f
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-repoze.lru_0.6.bb
@@ -0,0 +1,20 @@
1SUMMARY = "A tiny LRU cache implementation and decorator"
2DESCRIPTION = "repoze.lru is a LRU (least recently used) cache implementation. \
3Keys and values that are not used frequently will be evicted from the cache faster \
4than keys and values that are used frequently. \
5"
6HOMEPAGE = "https://pypi.python.org/pypi/repoze.lru"
7SECTION = "devel/python"
8LICENSE = "BSD-derived"
9LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2c33cdbc6bc9ae6e5d64152fdb754292"
10
11SRCNAME = "repoze.lru"
12
13SRC_URI = "http://pypi.python.org/packages/source/r/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
14
15SRC_URI[md5sum] = "2c3b64b17a8e18b405f55d46173e14dd"
16SRC_URI[sha256sum] = "0f7a323bf716d3cb6cb3910cd4fccbee0b3d3793322738566ecce163b01bbd31"
17
18S = "${WORKDIR}/${SRCNAME}-${PV}"
19
20inherit setuptools
diff --git a/meta-openstack/recipes-devtools/python/python-routes_2.1.bb b/meta-openstack/recipes-devtools/python/python-routes_2.1.bb
index dbf6e17..ad459c7 100644
--- a/meta-openstack/recipes-devtools/python/python-routes_2.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-routes_2.1.bb
@@ -15,4 +15,4 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
15 15
16inherit setuptools 16inherit setuptools
17 17
18 18RDEPENDS_${PN} += "python-repoze.lru"
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop_1.0.2.2.bb b/meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop_1.0.2.2.bb
new file mode 100644
index 0000000..2ad3e55
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop_1.0.2.2.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "IrDragNDrop javascript library packaged for setuptools"
2HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-IrDragNDrop"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9acc2dfc3a0345c175df08104bd22298"
6
7SRCNAME = "XStatic-Angular-IrDragNDrop"
8SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
9
10SRC_URI[md5sum] = "6ea8809bae94014aef699d58836dba84"
11SRC_URI[sha256sum] = "5595f4a98ac8f8468f7e56dc916e10c0fc5f0197567899a75755f99fe8b5bd6d"
12
13S = "${WORKDIR}/${SRCNAME}-${PV}"
14
15inherit setuptools
16
17DEPENDS += " \
18 python-pip \
19 "
20
21RDEPENDS_${PN} += " \
22 "