summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-01-21 17:48:39 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-01-21 17:48:39 +0000
commitcceef93ba83497dcce2c1cdac91555d82371450a (patch)
tree18cb3d1aa07d15dbc1791455452cd2343ffddac0 /recipes-devtools
parentdc7ac8d8f694b845d15f999c53044c04a29e778b (diff)
downloadmeta-virtualization-cceef93ba83497dcce2c1cdac91555d82371450a.tar.gz
python: drop blinker specific version and python2 recipe
We can use the python3 variant in meta-python, and we no longe need the specific version. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/python/python-blinker_1.3.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/recipes-devtools/python/python-blinker_1.3.bb b/recipes-devtools/python/python-blinker_1.3.bb
deleted file mode 100644
index 8abb9c07..00000000
--- a/recipes-devtools/python/python-blinker_1.3.bb
+++ /dev/null
@@ -1,24 +0,0 @@
1HOMEPAGE = "https://pypi.python.org/pypi/blinker"
2SUMMARY = "Fast, simple object-to-object and broadcast signaling"
3DESCRIPTION = " \
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 "
10SECTION = "devel/python"
11LICENSE = "MIT"
12LIC_FILES_CHKSUM = "file://LICENSE;md5=8baf1d53a00de619f60052e4752a89af"
13
14SRCNAME = "blinker"
15SRC_URI = "https://pypi.python.org/packages/source/b/blinker/${SRCNAME}-${PV}.tar.gz"
16SRC_URI[md5sum] = "66e9688f2d287593a0e698cd8a5fbc57"
17SRC_URI[sha256sum] = "6811010809262261e41ab7b92f3f6d23f35cf816fbec2bc05077992eebec6e2f"
18
19S = "${WORKDIR}/${SRCNAME}-${PV}"
20
21DEFAULT_PREFERENCE = "-1"
22
23inherit setuptools
24