From a32d653b7db8346fab84342561c170c397e5da13 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 24 Mar 2015 16:35:13 -0400 Subject: libraries: refresh to latest versions Signed-off-by: Bruce Ashfield --- .../python/python-posix-ipc_1.0.0.bb | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-posix-ipc_1.0.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-posix-ipc_1.0.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-posix-ipc_1.0.0.bb b/meta-openstack/recipes-devtools/python/python-posix-ipc_1.0.0.bb new file mode 100644 index 0000000..5da3f92 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-posix-ipc_1.0.0.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queues) for Python" +HOMEPAGE = "http://semanchuk.com/philip/posix_ipc/" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d92bb5439aee694c0a87bfb51579e37b" + +PR = "r0" + +SRCNAME = "posix_ipc" +SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "85607a392087715ac3a3c7ded2492d06" +SRC_URI[sha256sum] = "9c93070374ca672725575e5c9874930c8cde69367fb90378b2255e048e31efcb" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf