diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2019-12-05 10:13:06 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-12-06 14:10:45 -0500 |
| commit | c79c8547a8af27622e498fe463a4986cbf3a29a5 (patch) | |
| tree | 645edf92e483c2cd08ec4bb5f461780c22ec53a7 /meta-openstack/recipes-devtools/python | |
| parent | 660cc56f15d6dffea112a475a3a3cd33a2bf1783 (diff) | |
| download | meta-cloud-services-c79c8547a8af27622e498fe463a4986cbf3a29a5.tar.gz | |
python-sysv-ipc: Add python3 version
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
3 files changed, 26 insertions, 22 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-sysv-ipc.inc b/meta-openstack/recipes-devtools/python/python-sysv-ipc.inc new file mode 100644 index 0000000..47ecf2c --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-sysv-ipc.inc | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "System V IPC primitives (semaphores, shared memory and message queues) for Python" | ||
| 2 | HOMEPAGE = "http://semanchuk.com/philip/sysv_ipc/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9d6e34e7b47096d7c19c1e3be707374e" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "sysv_ipc" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "c6cf5b4aa7cd3e07fd4b5661530eca8c" | ||
| 10 | SRC_URI[sha256sum] = "0af73375a85c5d9d487c2f14f208812600bd81e4046437ebaf55746b3aade00e" | ||
| 11 | |||
| 12 | inherit pypi | ||
| 13 | |||
| 14 | # DEPENDS_default: python-pip | ||
| 15 | |||
| 16 | DEPENDS += " \ | ||
| 17 | ${PYTHON_PN}-pip \ | ||
| 18 | " | ||
| 19 | |||
| 20 | # RDEPENDS_default: | ||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python-sysv-ipc_0.6.8.bb b/meta-openstack/recipes-devtools/python/python-sysv-ipc_0.6.8.bb index c46cfcb..08a2ee0 100644 --- a/meta-openstack/recipes-devtools/python/python-sysv-ipc_0.6.8.bb +++ b/meta-openstack/recipes-devtools/python/python-sysv-ipc_0.6.8.bb | |||
| @@ -1,22 +1,2 @@ | |||
| 1 | DESCRIPTION = "System V IPC primitives (semaphores, shared memory and message queues) for Python" | 1 | require python-sysv-ipc.inc |
| 2 | HOMEPAGE = "http://semanchuk.com/philip/sysv_ipc/" | 2 | inherit setuptools |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9d6e34e7b47096d7c19c1e3be707374e" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "sysv_ipc" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "c6cf5b4aa7cd3e07fd4b5661530eca8c" | ||
| 10 | SRC_URI[sha256sum] = "0af73375a85c5d9d487c2f14f208812600bd81e4046437ebaf55746b3aade00e" | ||
| 11 | |||
| 12 | inherit setuptools pypi | ||
| 13 | |||
| 14 | # DEPENDS_default: python-pip | ||
| 15 | |||
| 16 | DEPENDS += " \ | ||
| 17 | python-pip \ | ||
| 18 | " | ||
| 19 | |||
| 20 | # RDEPENDS_default: | ||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-sysv-ipc_0.6.8.bb b/meta-openstack/recipes-devtools/python/python3-sysv-ipc_0.6.8.bb new file mode 100644 index 0000000..0e3dcd1 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-sysv-ipc_0.6.8.bb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | require python-sysv-ipc.inc | ||
| 2 | inherit setuptools3 | ||
