All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/3] python-selectors34: add new recipe for version 1.1
@ 2017-01-25 15:22 Derek Straka
  2017-01-25 15:22 ` [meta-python][PATCH 2/3] python-serpent: add new recipe for version 1.16 Derek Straka
  2017-01-25 15:22 ` [meta-python][PATCH 3/3] python-pyro4: update to version 4.53 Derek Straka
  0 siblings, 2 replies; 3+ messages in thread
From: Derek Straka @ 2017-01-25 15:22 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../recipes-devtools/python/python-selectors34_1.1.bb        | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-selectors34_1.1.bb

diff --git a/meta-python/recipes-devtools/python/python-selectors34_1.1.bb b/meta-python/recipes-devtools/python/python-selectors34_1.1.bb
new file mode 100644
index 0000000..1982418
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-selectors34_1.1.bb
@@ -0,0 +1,12 @@
+SUMMARY = "Backport of the selectors module from Python 3.4"
+LICENSE = "PSF"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1cfbbf590d8d5b7fe937516217b778b3"
+
+SRC_URI[md5sum] = "403194b10f35a5258e0642712fdd3753"
+SRC_URI[sha256sum] = "84b3743b9046461aebbcd13c15e79ab91e79acfb6e030b54a0ec6360ae0bbc52"
+
+inherit pypi setuptools
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-six \
+    "    
-- 
2.7.4



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

* [meta-python][PATCH 2/3] python-serpent: add new recipe for version 1.16
  2017-01-25 15:22 [meta-python][PATCH 1/3] python-selectors34: add new recipe for version 1.1 Derek Straka
@ 2017-01-25 15:22 ` Derek Straka
  2017-01-25 15:22 ` [meta-python][PATCH 3/3] python-pyro4: update to version 4.53 Derek Straka
  1 sibling, 0 replies; 3+ messages in thread
From: Derek Straka @ 2017-01-25 15:22 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-python/recipes-devtools/python/python-serpent_1.16.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-serpent_1.16.bb

diff --git a/meta-python/recipes-devtools/python/python-serpent_1.16.bb b/meta-python/recipes-devtools/python/python-serpent_1.16.bb
new file mode 100644
index 0000000..2f31e3a
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-serpent_1.16.bb
@@ -0,0 +1,13 @@
+SUMMARY = "Serialization based on ast.literal_eval"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=506280bc092b1a0be25c79fb0ed4aaa6"
+
+SRC_URI[md5sum] = "9d0cfe1f57f468100d3ae94c4de47950"
+SRC_URI[sha256sum] = "c26e98c2155228a69eb0dc14ba7b888cb70099b6c4ca47fd9d1f099f7d561c3e"
+
+inherit pypi setuptools
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-netclient \
+    ${PYTHON_PN}-numbers \
+    "    
-- 
2.7.4



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

* [meta-python][PATCH 3/3] python-pyro4: update to version 4.53
  2017-01-25 15:22 [meta-python][PATCH 1/3] python-selectors34: add new recipe for version 1.1 Derek Straka
  2017-01-25 15:22 ` [meta-python][PATCH 2/3] python-serpent: add new recipe for version 1.16 Derek Straka
@ 2017-01-25 15:22 ` Derek Straka
  1 sibling, 0 replies; 3+ messages in thread
From: Derek Straka @ 2017-01-25 15:22 UTC (permalink / raw)
  To: openembedded-devel

  * Update license to reflect year change

Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../python-pyro4/python-pyro4_4.39.bb                  | 10 ----------
 .../python-pyro4/python-pyro4_4.53.bb                  | 18 ++++++++++++++++++
 2 files changed, 18 insertions(+), 10 deletions(-)
 delete mode 100644 meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb
 create mode 100644 meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.53.bb

diff --git a/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb b/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb
deleted file mode 100644
index 5b4ca7b..0000000
--- a/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-SUMMARY = "Python Remote Objects"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=b48b62dd270c4691fabaa85be3236030"
-
-SRC_URI[md5sum] = "75ed5cd142803b0a8d587dc8b6bb51ed"
-SRC_URI[sha256sum] = "39c6ca7f86b0f0bebfeada687a5a8b99f66470a52b0f815195ae63c683266f24"
-
-PYPI_PACKAGE = "Pyro4"
-
-inherit pypi setuptools
diff --git a/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.53.bb b/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.53.bb
new file mode 100644
index 0000000..4730150
--- /dev/null
+++ b/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.53.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Python Remote Objects"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=378acef375e17a3bff03bd0f78c53220"
+
+SRC_URI[md5sum] = "71a2629229b7101996d41282c5c7157f"
+SRC_URI[sha256sum] = "c6ca6461472a74a7608a2247413b66e951889351fcf8e9eed5d7232ae844b702"
+
+PYPI_PACKAGE = "Pyro4"
+
+inherit pypi setuptools
+
+RDEPENDS_${PN} += " \
+    ${PYTHON_PN}-logging \
+    ${PYTHON_PN}-selectors34 \
+    ${PYTHON_PN}-serpent \
+    ${PYTHON_PN}-threading \
+    ${PYTHON_PN}-zlib \
+    "
-- 
2.7.4



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

end of thread, other threads:[~2017-01-25 15:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-25 15:22 [meta-python][PATCH 1/3] python-selectors34: add new recipe for version 1.1 Derek Straka
2017-01-25 15:22 ` [meta-python][PATCH 2/3] python-serpent: add new recipe for version 1.16 Derek Straka
2017-01-25 15:22 ` [meta-python][PATCH 3/3] python-pyro4: update to version 4.53 Derek Straka

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.