All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH 1/2] python3-paramiko: add 2.7.0 recipe
@ 2019-12-07 13:21 Ming Liu
  2019-12-07 13:21 ` [meta-virtualization][PATCH 2/2] python3-nacl: add 1.3.0 recipe Ming Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Ming Liu @ 2019-12-07 13:21 UTC (permalink / raw)
  To: meta-virtualization; +Cc: stefan.agner, simon.bueler, Ming Liu

From: Ming Liu <liu.ming50@gmail.com>

A regression was introduced by commit ab12e48a:
[ python3-docker-compose: uprev to 1.25.0 ]

python3-docker-compose depends on python3-paramiko but that recipe does
not exist.

Port it from meta-lmp layer and uprev to the latest release 2.7.0.

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
---
 recipes-devtools/python/python3-paramiko_2.7.0.bb | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 recipes-devtools/python/python3-paramiko_2.7.0.bb

diff --git a/recipes-devtools/python/python3-paramiko_2.7.0.bb b/recipes-devtools/python/python3-paramiko_2.7.0.bb
new file mode 100644
index 0000000..d03702c
--- /dev/null
+++ b/recipes-devtools/python/python3-paramiko_2.7.0.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Python module that implements the SSH2 protocol"
+HOMEPAGE = "https://github.com/paramiko/paramiko"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5"
+
+inherit pypi setuptools3
+
+SRC_URI[md5sum] = "b130f3e1c3442d21c1a0c9ae17776f4e"
+SRC_URI[sha256sum] = "fba9c46340e3d690ad5a9d0dbf06677cd91425de3afa7e9c0c187298ee4ddd0d"
+
+RDEPENDS_${PN} += " \
+    python3-bcrypt \
+    python3-cryptography \
+    python3-pyasn1 \
+    python3-nacl \
+"
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [meta-virtualization][PATCH 2/2] python3-nacl: add 1.3.0 recipe
  2019-12-07 13:21 [meta-virtualization][PATCH 1/2] python3-paramiko: add 2.7.0 recipe Ming Liu
@ 2019-12-07 13:21 ` Ming Liu
  0 siblings, 0 replies; 2+ messages in thread
From: Ming Liu @ 2019-12-07 13:21 UTC (permalink / raw)
  To: meta-virtualization; +Cc: stefan.agner, simon.bueler, Ming Liu

From: Ming Liu <liu.ming50@gmail.com>

A regression was introduced by commit ab12e48a:
[ python3-docker-compose: uprev to 1.25.0 ]

python3-docker-compose depends on python3-paramiko hence also depends
on python3-nacl but that recipe does not exist.

Port it from meta-lmp layer.

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
---
 recipes-devtools/python/python3-nacl_1.3.0.bb | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 recipes-devtools/python/python3-nacl_1.3.0.bb

diff --git a/recipes-devtools/python/python3-nacl_1.3.0.bb b/recipes-devtools/python/python3-nacl_1.3.0.bb
new file mode 100644
index 0000000..d0a99ae
--- /dev/null
+++ b/recipes-devtools/python/python3-nacl_1.3.0.bb
@@ -0,0 +1,26 @@
+SUMMARY = "Python binding to the Networking and Cryptography (NaCl) library"
+HOMEPAGE = "https://github.com/pyca/pynacl"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=8cc789b082b3d97e1ccc5261f8594d3f"
+
+PYPI_PACKAGE = "PyNaCl"
+
+inherit pypi setuptools3
+
+SRC_URI[md5sum] = "3f3b1272287bc2de8efd8a5fa18bf728"
+SRC_URI[sha256sum] = "0c6100edd16fefd1557da078c7a31e7b7d7a52ce39fdca2bec29d4f7b6e7600c"
+
+DEPENDS += "\
+    libsodium \
+    python3-cffi-native \
+    python3-pip-native \
+"
+
+RDEPENDS_${PN}_class-target += " \
+    python3-cffi \
+    python3-pycparser \
+"
+
+export SODIUM_INSTALL = "system"
+
+BBCLASSEXTEND = "native"
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-07 13:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-07 13:21 [meta-virtualization][PATCH 1/2] python3-paramiko: add 2.7.0 recipe Ming Liu
2019-12-07 13:21 ` [meta-virtualization][PATCH 2/2] python3-nacl: add 1.3.0 recipe Ming Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.