Re: [oe] [meta-python][PATCH v2] python-scales: add recipe for version 1.0.9

2016-11-04 Thread Ruben De Smet
On 11/04/2016 02:24 PM, Derek Straka wrote: > Is there a reason this is commented out? You'll need something or it will > give a QA Issue about license-checksum > > Missing a closing quote here I noticed there's a lot more wrong with this. Apparently the project didn't even depend on this anym

[oe] [meta-python][PATCH v3] python-spidev: add recipe for version 3.2

2016-11-04 Thread Ruben De Smet
A python module for interfacing with SPI Signed-off-by: Ruben De Smet --- meta-python/recipes-devtools/python/python-spidev.inc | 17 + .../recipes-devtools/python/python3-spidev_3.2.bb | 2 ++ 2 files changed, 19 insertions(+) create mode 100644 meta-python/recipes

[oe] [meta-python][PATCH v3] python-cassandra-driver: add recipe for version 3.7.1

2016-11-04 Thread Ruben De Smet
A Python library for Apache Cassandra Signed-off-by: Ruben De Smet --- .../python/python-cassandra-driver.inc | 33 ++ .../python/python3-cassandra-driver_3.7.1.bb | 2 ++ 2 files changed, 35 insertions(+) create mode 100644 meta-python/recipes-devtools

Re: [oe] [meta-python][PATCH v2] python-cassandra-driver: add recipe for version 3.6.0

2016-11-04 Thread Ruben De Smet
On 11/04/2016 07:18 PM, Khem Raj wrote: >> > +++ b/meta-python/recipes-devtools/python/python3-cassandra-driver_3.6.0.bb >> > @@ -0,0 +1,7 @@ >> > +inherit setuptools3 >> > +require python-cassandra-driver.inc >> > +RDEPENDS_${PN}_class-native = "" >> > + >> > +DEPENDS_${PN} += "\ > Dont use PN her

Re: [oe] [meta-python][PATCH v2] python-spidev: add recipe for version 3.2

2016-11-04 Thread Ruben De Smet
On 11/04/2016 02:20 PM, Derek Straka wrote: > On Fri, Nov 4, 2016 at 6:16 AM, Ruben De Smet > wrote: > >> A python module for interfacing with SPI >> >> Signed-off-by: Ruben De Smet >> --- >> meta-python/recipes-devtools/python/python-spidev.inc |

[oe] [meta-python][PATCH v2] python-spidev: add recipe for version 3.2

2016-11-04 Thread Ruben De Smet
A python module for interfacing with SPI Signed-off-by: Ruben De Smet --- meta-python/recipes-devtools/python/python-spidev.inc | 17 + .../recipes-devtools/python/python3-spidev_3.2.bb | 6 ++ 2 files changed, 23 insertions(+) create mode 100644 meta-python

[oe] [meta-python][PATCH v2] python-cassandra-driver: add recipe for version 3.6.0

2016-11-04 Thread Ruben De Smet
A Python library for Apache Cassandra Signed-off-by: Ruben De Smet --- .../python/python-cassandra-driver.inc | 29 ++ .../python/python3-cassandra-driver_3.6.0.bb | 7 ++ 2 files changed, 36 insertions(+) create mode 100644 meta-python/recipes

[oe] [meta-python][PATCH v2] python-scales: add recipe for version 1.0.9

2016-11-04 Thread Ruben De Smet
A python module for tracking server state and statisticst Signed-off-by: Ruben De Smet --- meta-python/recipes-devtools/python/python-scales.inc | 17 + .../recipes-devtools/python/python3-scales_1.0.9.bb | 2 ++ 2 files changed, 19 insertions(+) create mode 100644 meta

Re: [oe] [meta-python][PATCH] python-scales: add recipe for version 1.0.9

2016-10-05 Thread Ruben De Smet
: > >> On Thu, Sep 29, 2016 at 10:54 AM, Fabio Berton >> wrote: >>> On Thu, Sep 29, 2016 at 10:30 AM, Ruben De Smet >> >>> wrote: >>> +" >>>> + >>>> +DEPENDS_${PN} += "\ >>>> +python3-setupto

[oe] [meta-python][PATCH] python-cassandra-driver: add recipe for version 3.6.0

2016-09-29 Thread Ruben De Smet
A Python library for Apache Cassandra Signed-off-by: Ruben De Smet --- .../python/python-cassandra-driver.inc | 21 + .../python/python3-cassandra-driver_3.6.0.bb| 16 2 files changed, 37 insertions(+) create mode 100644 meta-python

[oe] [meta-python][PATCH] python-scales: add recipe for version 1.0.9

2016-09-29 Thread Ruben De Smet
A python module for tracking server state and statisticst Signed-off-by: Ruben De Smet --- meta-python/recipes-devtools/python/python-scales.inc | 13 + meta-python/recipes-devtools/python/python3-scales_1.0.9.bb | 11 +++ 2 files changed, 24 insertions(+) create mode

[oe] [meta-python][PATCH] python-spidev: add recipe for version 3.2

2016-09-29 Thread Ruben De Smet
A python module for interfacing with SPI Signed-off-by: Ruben De Smet --- meta-python/recipes-devtools/python/python-spidev.inc | 17 + .../recipes-devtools/python/python3-spidev_3.2.bb | 10 ++ 2 files changed, 27 insertions(+) create mode 100644 meta-python

Re: [oe] [meta-oe][krogoth][PATCH] python-cassandra-driver: add recipe for version 3.6.0

2016-09-29 Thread Ruben De Smet
On 09/29/2016 09:09 AM, Tim Orling wrote: > Please resend without [krogoth] but with [meta-python] as indicated in the > layer readme. > > In this case, "upstream" is not what you mean. You mean "master". > > Cheers. Ok, will comply. Thank you for your help; you can expect a patch later today.

Re: [oe] [meta-oe][krogoth][PATCH] python-cassandra-driver: add recipe for version 3.6.0

2016-09-29 Thread Ruben De Smet
On 09/29/2016 02:10 AM, akuster808 wrote: > > Ruben, > > On 09/28/2016 12:26 PM, Ruben De Smet wrote: >> Hi, >> >> Any chance these things could get merged? Would be for both upstream and >> krogoth. > > Sorry, Stable releases do not accept the

Re: [oe] [meta-oe][krogoth][PATCH] python-cassandra-driver: add recipe for version 3.6.0

2016-09-28 Thread Ruben De Smet
Hi, Any chance these things could get merged? Would be for both upstream and krogoth. They do depend on my pypi: update the base pypi url to use the package info without requiring the hash backport. Ruben On 08/22/2016 04:34 PM, Ruben De Smet wrote: > A Python library for Apache Cassan

[oe] [meta-oe][krogoth][PATCH] python-cassandra-driver: add recipe for version 3.6.0

2016-08-22 Thread Ruben De Smet
A Python library for Apache Cassandra Signed-off-by: Ruben De Smet --- .../python/python-cassandra-driver.inc | 21 + .../python/python3-cassandra-driver_3.6.0.bb| 16 2 files changed, 37 insertions(+) create mode 100644 meta-python

[oe] [meta-oe][krogoth][PATCH] python-scales: add recipe for version 1.0.9

2016-08-22 Thread Ruben De Smet
A python module for tracking server state and statisticst --- meta-python/recipes-devtools/python/python-scales.inc | 13 + meta-python/recipes-devtools/python/python3-scales_1.0.9.bb | 11 +++ 2 files changed, 24 insertions(+) create mode 100644 meta-python/recipes-devt

[oe] [meta-oe][krogoth][PATCH] python-spidev: add recipe for version 3.2

2016-08-22 Thread Ruben De Smet
A python module for interfacing with SPI Signed-off-by: Ruben De Smet --- meta-python/recipes-devtools/python/python-spidev.inc | 17 + .../recipes-devtools/python/python3-spidev_3.2.bb | 10 ++ 2 files changed, 27 insertions(+) create mode 100644 meta-python

[oe] [PATCH] pypi: update the base pypi url to use the package info without requiring the hash

2016-08-22 Thread Ruben De Smet
From: Derek Straka This is a backport of those commits: 7edad4def408cc1bd29d6a5a247e11af1180fc2e e62215ef4e926e486f846d9167073bf16c8c6abe http://permalink.gmane.org/gmane.linux.distributions.nixos/20158 This enables us to add newer python packages to krogoth. --- meta-python/classes/pypi.bbcl

[oe] [meta-oe][PATCH] Updated linuxptp to 1.6, most recent release.

2016-04-09 Thread Ruben De Smet
No further updates were required, aside from changing the checksums and renaming the file. Signed-off-by: Ruben De Smet --- .../linuxptp/{linuxptp_1.4.bb => linuxptp_1.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectiv

[oe] [meta-oe][PATCH] Updated linuxptp to 1.6, most recent release.

2016-04-01 Thread Ruben De Smet
No further updates were required, aside from changing the checksums and renaming the file. Signed-off-by: Ruben De Smet --- .../linuxptp/{linuxptp_1.4.bb => linuxptp_1.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectiv