diff options
| author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-09-02 11:36:07 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-09-03 15:51:05 -0400 |
| commit | fe617758d47cd586985c08fe5424f208575eec68 (patch) | |
| tree | cac655c70bbbb47cc0749bace5dcc405873678cd /meta-openstack | |
| parent | 218805055cffb3b32f8bf6bcf3095b2c19370330 (diff) | |
| download | meta-cloud-services-fe617758d47cd586985c08fe5424f208575eec68.tar.gz | |
python-posix-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')
3 files changed, 29 insertions, 25 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-posix-ipc.inc b/meta-openstack/recipes-devtools/python/python-posix-ipc.inc new file mode 100644 index 0000000..32557f0 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-posix-ipc.inc | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queues) for Python" | ||
| 2 | HOMEPAGE = "http://semanchuk.com/philip/posix_ipc/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dc089fb2f37e90799a54c19a20c9880f" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "posix_ipc" | ||
| 8 | |||
| 9 | # Archived version so we need to overwrite what the pypi class will derive | ||
| 10 | PYPI_SRC_URI = "https://pypi.python.org/packages/source/p/${PYPI_PACKAGE}/${PYPI_PACKAGE}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "c4fd0065244ccb2f59cb8ceedf287cf6" | ||
| 13 | SRC_URI[sha256sum] = "ff6c9077633fc62a491d6997c43b094d885bb45a7ca1f36c9a0d647c54b74b14" | ||
| 14 | |||
| 15 | inherit pypi | ||
| 16 | |||
| 17 | # DEPENDS_default: python-pip | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | ${PYTHON_PN}-pip \ | ||
| 21 | " | ||
| 22 | |||
| 23 | # RDEPENDS_default: | ||
| 24 | RDEPENDS_${PN} += " \ | ||
| 25 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python-posix-ipc_1.0.4.bb b/meta-openstack/recipes-devtools/python/python-posix-ipc_1.0.4.bb index f1494d1..595af50 100644 --- a/meta-openstack/recipes-devtools/python/python-posix-ipc_1.0.4.bb +++ b/meta-openstack/recipes-devtools/python/python-posix-ipc_1.0.4.bb | |||
| @@ -1,25 +1,2 @@ | |||
| 1 | DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queues) for Python" | 1 | inherit setuptools |
| 2 | HOMEPAGE = "http://semanchuk.com/philip/posix_ipc/" | 2 | require python-posix-ipc.inc |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dc089fb2f37e90799a54c19a20c9880f" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "posix_ipc" | ||
| 8 | |||
| 9 | # Archived version so we need to overwrite what the pypi class will derive | ||
| 10 | PYPI_SRC_URI = "https://pypi.python.org/packages/source/p/${PYPI_PACKAGE}/${PYPI_PACKAGE}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "c4fd0065244ccb2f59cb8ceedf287cf6" | ||
| 13 | SRC_URI[sha256sum] = "ff6c9077633fc62a491d6997c43b094d885bb45a7ca1f36c9a0d647c54b74b14" | ||
| 14 | |||
| 15 | inherit setuptools pypi | ||
| 16 | |||
| 17 | # DEPENDS_default: python-pip | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python-pip \ | ||
| 21 | " | ||
| 22 | |||
| 23 | # RDEPENDS_default: | ||
| 24 | RDEPENDS_${PN} += " \ | ||
| 25 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-posix-ipc_1.0.4.bb b/meta-openstack/recipes-devtools/python/python3-posix-ipc_1.0.4.bb new file mode 100644 index 0000000..9e79b1c --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-posix-ipc_1.0.4.bb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-posix-ipc.inc | ||
