All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/3] python-vcversioner: Add new recipe.
@ 2015-12-01 17:26 Philip Balister
  2015-12-01 17:26 ` [meta-python][PATCH 2/3] python-txws: " Philip Balister
  2015-12-01 17:26 ` [meta-python][PATCH 3/3] python-bitarray: " Philip Balister
  0 siblings, 2 replies; 4+ messages in thread
From: Philip Balister @ 2015-12-01 17:26 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Philip Balister <philip@balister.org>
---
 .../recipes-devtools/python/python-vcversioner_2.14.0.0.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb

diff --git a/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb b/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
new file mode 100644
index 0000000..f7cd9bb
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Twisted Web Sockets"
+HOMEPAGE = "https://github.com/MostAwesomeDude/txWS"
+
+LICENSE = "ISC"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=260625d695c5e0c9dd2c2ef898833c7d"
+
+SRC_URI = "https://pypi.python.org/packages/source/v/vcversioner/vcversioner-${PV}.tar.gz"
+SRC_URI[md5sum] = "7848a365ced9941053bc25d9a9f8f4b4"
+SRC_URI[sha256sum] = "acd43686e92e6c8bbeb4f2eef54408567a7adea9692fa72d591eec5357c03b86"
+
+S = "${WORKDIR}/vcversioner-${PV}"
+
+inherit setuptools
+
-- 
2.1.0



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

* [meta-python][PATCH 2/3] python-txws: Add new recipe.
  2015-12-01 17:26 [meta-python][PATCH 1/3] python-vcversioner: Add new recipe Philip Balister
@ 2015-12-01 17:26 ` Philip Balister
  2016-02-24 13:02   ` Martin Jansa
  2015-12-01 17:26 ` [meta-python][PATCH 3/3] python-bitarray: " Philip Balister
  1 sibling, 1 reply; 4+ messages in thread
From: Philip Balister @ 2015-12-01 17:26 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Philip Balister <philip@balister.org>
---
 .../recipes-connectivity/python-txws/python-txws_0.9.1.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-python/recipes-connectivity/python-txws/python-txws_0.9.1.bb

diff --git a/meta-python/recipes-connectivity/python-txws/python-txws_0.9.1.bb b/meta-python/recipes-connectivity/python-txws/python-txws_0.9.1.bb
new file mode 100644
index 0000000..ceed228
--- /dev/null
+++ b/meta-python/recipes-connectivity/python-txws/python-txws_0.9.1.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Twisted Web Sockets"
+HOMEPAGE = "https://github.com/MostAwesomeDude/txWS"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=76699830db7fa9e897f6a1ad05f98ec8"
+
+DEPENDS = "python-twisted python-six python-vcversioner"
+
+SRC_URI = "git://github.com/MostAwesomeDude/txWS.git"
+SRCREV= "88cf6d9b9b685ffa1720644bd53c742afb10a414"
+
+S = "${WORKDIR}/git"
+
+inherit setuptools
+
-- 
2.1.0



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

* [meta-python][PATCH 3/3] python-bitarray: Add new recipe.
  2015-12-01 17:26 [meta-python][PATCH 1/3] python-vcversioner: Add new recipe Philip Balister
  2015-12-01 17:26 ` [meta-python][PATCH 2/3] python-txws: " Philip Balister
@ 2015-12-01 17:26 ` Philip Balister
  1 sibling, 0 replies; 4+ messages in thread
From: Philip Balister @ 2015-12-01 17:26 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Philip Balister <philip@balister.org>
---
 .../recipes-devtools/python/python-bitarray_0.8.1.bb | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-bitarray_0.8.1.bb

diff --git a/meta-python/recipes-devtools/python/python-bitarray_0.8.1.bb b/meta-python/recipes-devtools/python/python-bitarray_0.8.1.bb
new file mode 100644
index 0000000..dd79e2c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-bitarray_0.8.1.bb
@@ -0,0 +1,20 @@
+SUMMARY = "A high-level Python efficient arrays of booleans -- C extension"
+HOMEPAGE = "https://github.com/ilanschnell/bitarray"
+SECTION = "devel/python"
+LICENSE = "PSF"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3ba469353f9f2a244b2075902351e37d"
+
+SRCNAME = "bitarray"
+
+SRC_URI = "https://pypi.python.org/packages/source/b/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "3825184f54f4d93508a28031b4c65d3b"
+SRC_URI[sha256sum] = "7da501356e48a83c61f479393681c1bc4b94e5a34ace7e08cb29e7dd9290ab18"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools
+
+FILES_${PN} += "${datadir}/bitarray"
+
+BBCLASSEXTEND = "nativesdk"
-- 
2.1.0



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

* Re: [meta-python][PATCH 2/3] python-txws: Add new recipe.
  2015-12-01 17:26 ` [meta-python][PATCH 2/3] python-txws: " Philip Balister
@ 2016-02-24 13:02   ` Martin Jansa
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2016-02-24 13:02 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1959 bytes --]

On Tue, Dec 01, 2015 at 12:26:19PM -0500, Philip Balister wrote:
> Signed-off-by: Philip Balister <philip@balister.org>
> ---
>  .../recipes-connectivity/python-txws/python-txws_0.9.1.bb | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
>  create mode 100644 meta-python/recipes-connectivity/python-txws/python-txws_0.9.1.bb

The log isn't useful, but it fails in world

ERROR: python-txws-0.9.1-r0 do_compile: python setup.py build execution failed.
ERROR: python-txws-0.9.1-r0 do_compile: Function failed: do_compile (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/python-txws/0.9.1-r0/temp/log.do_compile.21053)
ERROR: Logfile of failure stored in: /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/python-txws/0.9.1-r0/temp/log.do_compile.21053
NOTE: recipe python-txws-0.9.1-r0: task do_compile: Failed

> 
> diff --git a/meta-python/recipes-connectivity/python-txws/python-txws_0.9.1.bb b/meta-python/recipes-connectivity/python-txws/python-txws_0.9.1.bb
> new file mode 100644
> index 0000000..ceed228
> --- /dev/null
> +++ b/meta-python/recipes-connectivity/python-txws/python-txws_0.9.1.bb
> @@ -0,0 +1,15 @@
> +DESCRIPTION = "Twisted Web Sockets"
> +HOMEPAGE = "https://github.com/MostAwesomeDude/txWS"
> +
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=76699830db7fa9e897f6a1ad05f98ec8"
> +
> +DEPENDS = "python-twisted python-six python-vcversioner"
> +
> +SRC_URI = "git://github.com/MostAwesomeDude/txWS.git"
> +SRCREV= "88cf6d9b9b685ffa1720644bd53c742afb10a414"
> +
> +S = "${WORKDIR}/git"
> +
> +inherit setuptools
> +
> -- 
> 2.1.0
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

end of thread, other threads:[~2016-02-24 13:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-01 17:26 [meta-python][PATCH 1/3] python-vcversioner: Add new recipe Philip Balister
2015-12-01 17:26 ` [meta-python][PATCH 2/3] python-txws: " Philip Balister
2016-02-24 13:02   ` Martin Jansa
2015-12-01 17:26 ` [meta-python][PATCH 3/3] python-bitarray: " Philip Balister

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.