[oe-commits] [openembedded-core] branch master-next updated: Add python3-pexect python3-ptyprocess

git at git.openembedded.org git at git.openembedded.org
Wed Sep 4 06:47:59 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

The following commit(s) were added to refs/heads/master-next by this push:
     new ca61f81  Add python3-pexect python3-ptyprocess
ca61f81 is described below

commit ca61f81aa35416012bd1f86a12ec866dba2677ef
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Sep 4 07:47:29 2019 +0100

    Add python3-pexect python3-ptyprocess
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/python/python-pexpect.inc     | 21 +++++++++++++++++++++
 meta/recipes-devtools/python/python-ptyprocess.inc  | 20 ++++++++++++++++++++
 .../python/python3-pexpect_4.6.0.bb                 |  2 ++
 .../python/python3-ptyprocess_0.6.0.bb              |  2 ++
 4 files changed, 45 insertions(+)

diff --git a/meta/recipes-devtools/python/python-pexpect.inc b/meta/recipes-devtools/python/python-pexpect.inc
new file mode 100644
index 0000000..efeab83
--- /dev/null
+++ b/meta/recipes-devtools/python/python-pexpect.inc
@@ -0,0 +1,21 @@
+SUMMARY = "A Pure Python Expect like Module for Python"
+HOMEPAGE = "http://pexpect.readthedocs.org/"
+SECTION = "devel/python"
+LICENSE = "ISC"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1c7a725251880af8c6a148181665385b"
+
+SRC_URI[md5sum] = "d4f3372965a996238d57d19b95d2e03a"
+SRC_URI[sha256sum] = "2a8e88259839571d1251d278476f3eec5db26deb73a70be5ed5dc5435e418aba"
+
+UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/pexpect"
+
+RDEPENDS_${PN} = "\
+    ${PYTHON_PN}-core \
+    ${PYTHON_PN}-io \
+    ${PYTHON_PN}-terminal \
+    ${PYTHON_PN}-resource \
+    ${PYTHON_PN}-fcntl \
+    ${PYTHON_PN}-ptyprocess \
+"
+
+BBCLASSEXTEND = "native nativesdk"
diff --git a/meta/recipes-devtools/python/python-ptyprocess.inc b/meta/recipes-devtools/python/python-ptyprocess.inc
new file mode 100644
index 0000000..49cc5a4
--- /dev/null
+++ b/meta/recipes-devtools/python/python-ptyprocess.inc
@@ -0,0 +1,20 @@
+SUMMARY = "Run a subprocess in a pseudo terminal"
+HOMEPAGE = "http://ptyprocess.readthedocs.io/en/latest/"
+SECTION = "devel/python"
+LICENSE = "ISC"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=cfdcd51fa7d5808da4e74346ee394490"
+
+SRCNAME = "ptyprocess"
+
+SRC_URI[md5sum] = "37402d69f3b50913d4d483587bffad8f"
+SRC_URI[sha256sum] = "923f299cc5ad920c68f2bc0bc98b75b9f838b93b599941a6b63ddbc2476394c0"
+
+UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/ptyprocess"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+RDEPENDS_${PN} = "\
+    ${PYTHON_PN}-core \
+"
+
+BBCLASSEXTEND = "native nativesdk"
diff --git a/meta/recipes-devtools/python/python3-pexpect_4.6.0.bb b/meta/recipes-devtools/python/python3-pexpect_4.6.0.bb
new file mode 100644
index 0000000..cf39233
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-pexpect_4.6.0.bb
@@ -0,0 +1,2 @@
+require python-pexpect.inc
+inherit pypi setuptools3
diff --git a/meta/recipes-devtools/python/python3-ptyprocess_0.6.0.bb b/meta/recipes-devtools/python/python3-ptyprocess_0.6.0.bb
new file mode 100644
index 0000000..bdcd0e2
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-ptyprocess_0.6.0.bb
@@ -0,0 +1,2 @@
+require python-ptyprocess.inc
+inherit pypi setuptools3

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list