diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
3 files changed, 18 insertions, 10 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-dogpile.cache.inc b/meta-openstack/recipes-devtools/python/python-dogpile.cache.inc new file mode 100644 index 0000000..13e4b03 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-dogpile.cache.inc | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | DESCRIPTION = "Python Dogpile Cache: A caching front-end based on the Dogpile lock" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/dogpile.cache" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9b4ca25e52ccc9b1601e8fe6d4fb4ba7" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "88043b337eb609214dbd8fa498300b38" | ||
| 8 | SRC_URI[sha256sum] = "691b7f199561c4bd6e7e96f164a43cc3781b0c87bea29b7d59d859f873fd4a31" | ||
| 9 | |||
| 10 | inherit pypi | ||
| 11 | |||
| 12 | |||
diff --git a/meta-openstack/recipes-devtools/python/python-dogpile.cache_0.7.1.bb b/meta-openstack/recipes-devtools/python/python-dogpile.cache_0.7.1.bb index 74e6a74..6f531a0 100644 --- a/meta-openstack/recipes-devtools/python/python-dogpile.cache_0.7.1.bb +++ b/meta-openstack/recipes-devtools/python/python-dogpile.cache_0.7.1.bb | |||
| @@ -1,12 +1,4 @@ | |||
| 1 | DESCRIPTION = "Python Dogpile Cache: A caching front-end based on the Dogpile lock" | 1 | inherit setuptools |
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/dogpile.cache" | 2 | require python-dogpile.cache.inc |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9b4ca25e52ccc9b1601e8fe6d4fb4ba7" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "88043b337eb609214dbd8fa498300b38" | ||
| 8 | SRC_URI[sha256sum] = "691b7f199561c4bd6e7e96f164a43cc3781b0c87bea29b7d59d859f873fd4a31" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | 3 | ||
| 12 | 4 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-dogpile.cache_0.7.1.bb b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_0.7.1.bb new file mode 100644 index 0000000..ccfb292 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_0.7.1.bb | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-dogpile.cache.inc | ||
| 3 | |||
| 4 | |||
