diff options
| author | Amy Fong <amy.fong@windriver.com> | 2015-02-27 16:01:22 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-17 09:46:32 -0400 |
| commit | 33ea7df40bc5aa9a34f4362e976775be1076e876 (patch) | |
| tree | 50adc4109dfd5661e071986416cb1c261de673fc /recipes-devtools/python/python-blinker_1.3.bb | |
| parent | 96c56a08f618c7c2a3d31c9e3bc5b341c1ef1c36 (diff) | |
| download | meta-virtualization-33ea7df40bc5aa9a34f4362e976775be1076e876.tar.gz | |
Add python packages needed for docker-registry
Signed-off-by: Amy Fong <amy.fong@windriver.com>
Diffstat (limited to 'recipes-devtools/python/python-blinker_1.3.bb')
| -rw-r--r-- | recipes-devtools/python/python-blinker_1.3.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-blinker_1.3.bb b/recipes-devtools/python/python-blinker_1.3.bb new file mode 100644 index 00000000..24e19b50 --- /dev/null +++ b/recipes-devtools/python/python-blinker_1.3.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | HOMEPAGE = "https://pypi.python.org/pypi/blinker" | ||
| 2 | SUMMARY = "Fast, simple object-to-object and broadcast signaling" | ||
| 3 | DESCRIPTION = " \ | ||
| 4 | Blinker provides a fast dispatching system that allows any number of \ | ||
| 5 | interested parties to subscribe to events, or “signals”. \ | ||
| 6 | . \ | ||
| 7 | Signal receivers can subscribe to specific senders or receive signals \ | ||
| 8 | sent by any sender. \ | ||
| 9 | " | ||
| 10 | SECTION = "devel/python" | ||
| 11 | LICENSE = "MIT" | ||
| 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8baf1d53a00de619f60052e4752a89af" | ||
| 13 | |||
| 14 | SRCNAME = "blinker" | ||
| 15 | SRC_URI = "https://pypi.python.org/packages/source/b/blinker/${SRCNAME}-${PV}.tar.gz" | ||
| 16 | SRC_URI[md5sum] = "66e9688f2d287593a0e698cd8a5fbc57" | ||
| 17 | SRC_URI[sha256sum] = "6811010809262261e41ab7b92f3f6d23f35cf816fbec2bc05077992eebec6e2f" | ||
| 18 | |||
| 19 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 20 | |||
| 21 | inherit setuptools | ||
| 22 | |||
