* [meta-python][PATCH 1/7] python3-configobj: Add package
2020-06-18 15:27 [meta-python][PATCH 0/7] Adding new packages akuster
@ 2020-06-18 15:27 ` akuster
2020-06-19 16:19 ` [oe] " Trevor Gamblin
2020-06-18 15:28 ` [meta-python][PATCH 2/7] python3-croniter: add package akuster
` (5 subsequent siblings)
6 siblings, 1 reply; 15+ messages in thread
From: akuster @ 2020-06-18 15:27 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
.../recipes-devtools/python/python3-configobj_5.0.6.bb | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb
diff --git a/meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb b/meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb
new file mode 100644
index 0000000000..1b85368105
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb
@@ -0,0 +1,9 @@
+SUMMARY = "Config file reading, writing and validation."
+SECTION = "devel/python"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://configobj.py;md5=a7c3968dd866dfd23e91e125b669ab21"
+
+PYPI_PACKAGE = "configobj"
+SRC_URI[sha256sum] = "a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902"
+
+inherit pypi setuptools3
--
2.17.1
^ permalink raw reply related [flat|nested] 15+ messages in thread* Re: [oe] [meta-python][PATCH 1/7] python3-configobj: Add package
2020-06-18 15:27 ` [meta-python][PATCH 1/7] python3-configobj: Add package akuster
@ 2020-06-19 16:19 ` Trevor Gamblin
0 siblings, 0 replies; 15+ messages in thread
From: Trevor Gamblin @ 2020-06-19 16:19 UTC (permalink / raw)
To: akuster, openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1038 bytes --]
On 6/18/20 11:27 AM, akuster wrote:
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
> .../recipes-devtools/python/python3-configobj_5.0.6.bb | 9 +++++++++
> 1 file changed, 9 insertions(+)
> create mode 100644 meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb b/meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb
> new file mode 100644
> index 0000000000..1b85368105
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-configobj_5.0.6.bb
> @@ -0,0 +1,9 @@
> +SUMMARY = "Config file reading, writing and validation."
> +SECTION = "devel/python"
> +LICENSE = "BSD-3-Clause"
> +LIC_FILES_CHKSUM = "file://configobj.py;md5=a7c3968dd866dfd23e91e125b669ab21"
> +
> +PYPI_PACKAGE = "configobj"
> +SRC_URI[sha256sum] = "a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902"
> +
> +inherit pypi setuptools3
>
>
[-- Attachment #2: Type: text/html, Size: 2033 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* [meta-python][PATCH 2/7] python3-croniter: add package
2020-06-18 15:27 [meta-python][PATCH 0/7] Adding new packages akuster
2020-06-18 15:27 ` [meta-python][PATCH 1/7] python3-configobj: Add package akuster
@ 2020-06-18 15:28 ` akuster
2020-06-19 16:19 ` [oe] " Trevor Gamblin
2020-06-18 15:28 ` [meta-python][PATCH 3/7] python3-flask-versioned: Add package akuster
` (4 subsequent siblings)
6 siblings, 1 reply; 15+ messages in thread
From: akuster @ 2020-06-18 15:28 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
.../python/python3-croniter_0.3.33.bb | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python3-croniter_0.3.33.bb
diff --git a/meta-python/recipes-devtools/python/python3-croniter_0.3.33.bb b/meta-python/recipes-devtools/python/python3-croniter_0.3.33.bb
new file mode 100644
index 0000000000..4dd53a67bc
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-croniter_0.3.33.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "croniter provides iteration for datetime object with cron like format"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
+
+PYPI_PACKAGE = "croniter"
+SRC_URI[sha256sum] = "03ad19baa220ca8bd105413c9f3bab2e7a1514046c20aeb7bf16805c07538eee"
+
+inherit pypi setuptools3
+
+RDEPENDS_${PN} += " python3-dateutil"
--
2.17.1
^ permalink raw reply related [flat|nested] 15+ messages in thread* Re: [oe] [meta-python][PATCH 2/7] python3-croniter: add package
2020-06-18 15:28 ` [meta-python][PATCH 2/7] python3-croniter: add package akuster
@ 2020-06-19 16:19 ` Trevor Gamblin
0 siblings, 0 replies; 15+ messages in thread
From: Trevor Gamblin @ 2020-06-19 16:19 UTC (permalink / raw)
To: akuster, openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1106 bytes --]
On 6/18/20 11:28 AM, akuster wrote:
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
> .../python/python3-croniter_0.3.33.bb | 11 +++++++++++
> 1 file changed, 11 insertions(+)
> create mode 100644 meta-python/recipes-devtools/python/python3-croniter_0.3.33.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-croniter_0.3.33.bb b/meta-python/recipes-devtools/python/python3-croniter_0.3.33.bb
> new file mode 100644
> index 0000000000..4dd53a67bc
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-croniter_0.3.33.bb
> @@ -0,0 +1,11 @@
> +DESCRIPTION = "croniter provides iteration for datetime object with cron like format"
> +SECTION = "devel/python"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
> +
> +PYPI_PACKAGE = "croniter"
> +SRC_URI[sha256sum] = "03ad19baa220ca8bd105413c9f3bab2e7a1514046c20aeb7bf16805c07538eee"
> +
> +inherit pypi setuptools3
> +
> +RDEPENDS_${PN} += " python3-dateutil"
>
>
[-- Attachment #2: Type: text/html, Size: 2123 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* [meta-python][PATCH 3/7] python3-flask-versioned: Add package
2020-06-18 15:27 [meta-python][PATCH 0/7] Adding new packages akuster
2020-06-18 15:27 ` [meta-python][PATCH 1/7] python3-configobj: Add package akuster
2020-06-18 15:28 ` [meta-python][PATCH 2/7] python3-croniter: add package akuster
@ 2020-06-18 15:28 ` akuster
2020-06-19 16:19 ` [oe] " Trevor Gamblin
2020-06-18 15:28 ` [meta-python][PATCH 4/7] python3-huey: " akuster
` (3 subsequent siblings)
6 siblings, 1 reply; 15+ messages in thread
From: akuster @ 2020-06-18 15:28 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
.../python/python3-flask-versioned_0.9.4-20101221.bb | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python3-flask-versioned_0.9.4-20101221.bb
diff --git a/meta-python/recipes-devtools/python/python3-flask-versioned_0.9.4-20101221.bb b/meta-python/recipes-devtools/python/python3-flask-versioned_0.9.4-20101221.bb
new file mode 100644
index 0000000000..7aaf439b83
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-versioned_0.9.4-20101221.bb
@@ -0,0 +1,9 @@
+SUMMARY = "Add version info to file paths."
+SECTION = "devel/python"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://flaskext/versioned/__init__.py;md5=dcb7d97884bf08c256ff5795766bcd24"
+
+PYPI_PACKAGE = "Flask-Versioned"
+SRC_URI[sha256sum] = "516694dc860a1bc4f22ab60b324a85083c0150522be109282a3bed681057fd34"
+
+inherit pypi setuptools3
--
2.17.1
^ permalink raw reply related [flat|nested] 15+ messages in thread* Re: [oe] [meta-python][PATCH 3/7] python3-flask-versioned: Add package
2020-06-18 15:28 ` [meta-python][PATCH 3/7] python3-flask-versioned: Add package akuster
@ 2020-06-19 16:19 ` Trevor Gamblin
0 siblings, 0 replies; 15+ messages in thread
From: Trevor Gamblin @ 2020-06-19 16:19 UTC (permalink / raw)
To: akuster, openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1109 bytes --]
On 6/18/20 11:28 AM, akuster wrote:
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
> .../python/python3-flask-versioned_0.9.4-20101221.bb | 9 +++++++++
> 1 file changed, 9 insertions(+)
> create mode 100644 meta-python/recipes-devtools/python/python3-flask-versioned_0.9.4-20101221.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-flask-versioned_0.9.4-20101221.bb b/meta-python/recipes-devtools/python/python3-flask-versioned_0.9.4-20101221.bb
> new file mode 100644
> index 0000000000..7aaf439b83
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-flask-versioned_0.9.4-20101221.bb
> @@ -0,0 +1,9 @@
> +SUMMARY = "Add version info to file paths."
> +SECTION = "devel/python"
> +LICENSE = "BSD-3-Clause"
> +LIC_FILES_CHKSUM = "file://flaskext/versioned/__init__.py;md5=dcb7d97884bf08c256ff5795766bcd24"
> +
> +PYPI_PACKAGE = "Flask-Versioned"
> +SRC_URI[sha256sum] = "516694dc860a1bc4f22ab60b324a85083c0150522be109282a3bed681057fd34"
> +
> +inherit pypi setuptools3
>
>
[-- Attachment #2: Type: text/html, Size: 2118 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* [meta-python][PATCH 4/7] python3-huey: Add package
2020-06-18 15:27 [meta-python][PATCH 0/7] Adding new packages akuster
` (2 preceding siblings ...)
2020-06-18 15:28 ` [meta-python][PATCH 3/7] python3-flask-versioned: Add package akuster
@ 2020-06-18 15:28 ` akuster
2020-06-19 16:19 ` [oe] " Trevor Gamblin
2020-06-18 15:28 ` [meta-python][PATCH 5/7] python3-sqlsoup: add package akuster
` (2 subsequent siblings)
6 siblings, 1 reply; 15+ messages in thread
From: akuster @ 2020-06-18 15:28 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
.../recipes-devtools/python/python3-huey_2.2.0.bb | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python3-huey_2.2.0.bb
diff --git a/meta-python/recipes-devtools/python/python3-huey_2.2.0.bb b/meta-python/recipes-devtools/python/python3-huey_2.2.0.bb
new file mode 100644
index 0000000000..cac6be9547
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-huey_2.2.0.bb
@@ -0,0 +1,10 @@
+SUMMARY = "a little task queue for python"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4"
+
+PYPI_PACKAGE = "huey"
+SRC_URI[sha256sum] = "15cef4225f7ae200fbecf89a0fed13e389fd751d6c8e1d3b26562b7df953de0e"
+
+inherit pypi setuptools3
+
--
2.17.1
^ permalink raw reply related [flat|nested] 15+ messages in thread* Re: [oe] [meta-python][PATCH 4/7] python3-huey: Add package
2020-06-18 15:28 ` [meta-python][PATCH 4/7] python3-huey: " akuster
@ 2020-06-19 16:19 ` Trevor Gamblin
0 siblings, 0 replies; 15+ messages in thread
From: Trevor Gamblin @ 2020-06-19 16:19 UTC (permalink / raw)
To: akuster, openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 992 bytes --]
On 6/18/20 11:28 AM, akuster wrote:
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
> .../recipes-devtools/python/python3-huey_2.2.0.bb | 10 ++++++++++
> 1 file changed, 10 insertions(+)
> create mode 100644 meta-python/recipes-devtools/python/python3-huey_2.2.0.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-huey_2.2.0.bb b/meta-python/recipes-devtools/python/python3-huey_2.2.0.bb
> new file mode 100644
> index 0000000000..cac6be9547
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-huey_2.2.0.bb
> @@ -0,0 +1,10 @@
> +SUMMARY = "a little task queue for python"
> +SECTION = "devel/python"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4"
> +
> +PYPI_PACKAGE = "huey"
> +SRC_URI[sha256sum] = "15cef4225f7ae200fbecf89a0fed13e389fd751d6c8e1d3b26562b7df953de0e"
> +
> +inherit pypi setuptools3
> +
>
>
[-- Attachment #2: Type: text/html, Size: 1984 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* [meta-python][PATCH 5/7] python3-sqlsoup: add package
2020-06-18 15:27 [meta-python][PATCH 0/7] Adding new packages akuster
` (3 preceding siblings ...)
2020-06-18 15:28 ` [meta-python][PATCH 4/7] python3-huey: " akuster
@ 2020-06-18 15:28 ` akuster
2020-06-19 16:19 ` [oe] " Trevor Gamblin
2020-06-18 15:28 ` [meta-python][PATCH 6/7] python3-smpplib: " akuster
2020-06-18 15:28 ` [meta-python][PATCH 7/7] python3-pyrad: " akuster
6 siblings, 1 reply; 15+ messages in thread
From: akuster @ 2020-06-18 15:28 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
.../recipes-devtools/python/python3-sqlsoup_0.9.1.bb | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python3-sqlsoup_0.9.1.bb
diff --git a/meta-python/recipes-devtools/python/python3-sqlsoup_0.9.1.bb b/meta-python/recipes-devtools/python/python3-sqlsoup_0.9.1.bb
new file mode 100644
index 0000000000..592ba72043
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-sqlsoup_0.9.1.bb
@@ -0,0 +1,9 @@
+SUMMARY = "A one step database access tool, built on the SQLAlchemy ORM."
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=4382f3a1adb96f258dbd80f5b400f0d5"
+
+PYPI_PACKAGE = "sqlsoup"
+SRC_URI[sha256sum] = "2fafb7732a663dcd59b37e64d1c94d5fb20d4fad32cd8ee260aa1cd9a10340d6"
+
+inherit pypi setuptools3
--
2.17.1
^ permalink raw reply related [flat|nested] 15+ messages in thread* Re: [oe] [meta-python][PATCH 5/7] python3-sqlsoup: add package
2020-06-18 15:28 ` [meta-python][PATCH 5/7] python3-sqlsoup: add package akuster
@ 2020-06-19 16:19 ` Trevor Gamblin
0 siblings, 0 replies; 15+ messages in thread
From: Trevor Gamblin @ 2020-06-19 16:19 UTC (permalink / raw)
To: akuster, openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1031 bytes --]
On 6/18/20 11:28 AM, akuster wrote:
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
> .../recipes-devtools/python/python3-sqlsoup_0.9.1.bb | 9 +++++++++
> 1 file changed, 9 insertions(+)
> create mode 100644 meta-python/recipes-devtools/python/python3-sqlsoup_0.9.1.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-sqlsoup_0.9.1.bb b/meta-python/recipes-devtools/python/python3-sqlsoup_0.9.1.bb
> new file mode 100644
> index 0000000000..592ba72043
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-sqlsoup_0.9.1.bb
> @@ -0,0 +1,9 @@
> +SUMMARY = "A one step database access tool, built on the SQLAlchemy ORM."
> +SECTION = "devel/python"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=4382f3a1adb96f258dbd80f5b400f0d5"
> +
> +PYPI_PACKAGE = "sqlsoup"
> +SRC_URI[sha256sum] = "2fafb7732a663dcd59b37e64d1c94d5fb20d4fad32cd8ee260aa1cd9a10340d6"
> +
> +inherit pypi setuptools3
>
>
[-- Attachment #2: Type: text/html, Size: 2017 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* [meta-python][PATCH 6/7] python3-smpplib: add package
2020-06-18 15:27 [meta-python][PATCH 0/7] Adding new packages akuster
` (4 preceding siblings ...)
2020-06-18 15:28 ` [meta-python][PATCH 5/7] python3-sqlsoup: add package akuster
@ 2020-06-18 15:28 ` akuster
2020-06-19 16:20 ` [oe] " Trevor Gamblin
2020-06-18 15:28 ` [meta-python][PATCH 7/7] python3-pyrad: " akuster
6 siblings, 1 reply; 15+ messages in thread
From: akuster @ 2020-06-18 15:28 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
.../recipes-devtools/python/python3-smpplib_2.1.0.bb | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python3-smpplib_2.1.0.bb
diff --git a/meta-python/recipes-devtools/python/python3-smpplib_2.1.0.bb b/meta-python/recipes-devtools/python/python3-smpplib_2.1.0.bb
new file mode 100644
index 0000000000..948af58aab
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-smpplib_2.1.0.bb
@@ -0,0 +1,9 @@
+SUMMARY = "SMPP library for python"
+SECTION = "devel/python"
+LICENSE = "GPLv3.0"
+LIC_FILES_CHKSUM = "file://README.md;md5=56a03d0ce7e492d4b9487b8aae957efe"
+
+PYPI_PACKAGE = "smpplib"
+SRC_URI[sha256sum] = "df4139a279b35fbb42a58f2a254a9c6daf362b04a7f94e208dc120e0b8a3fd4b"
+
+inherit pypi setuptools3
--
2.17.1
^ permalink raw reply related [flat|nested] 15+ messages in thread* Re: [oe] [meta-python][PATCH 6/7] python3-smpplib: add package
2020-06-18 15:28 ` [meta-python][PATCH 6/7] python3-smpplib: " akuster
@ 2020-06-19 16:20 ` Trevor Gamblin
0 siblings, 0 replies; 15+ messages in thread
From: Trevor Gamblin @ 2020-06-19 16:20 UTC (permalink / raw)
To: akuster, openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 999 bytes --]
On 6/18/20 11:28 AM, akuster wrote:
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
> .../recipes-devtools/python/python3-smpplib_2.1.0.bb | 9 +++++++++
> 1 file changed, 9 insertions(+)
> create mode 100644 meta-python/recipes-devtools/python/python3-smpplib_2.1.0.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-smpplib_2.1.0.bb b/meta-python/recipes-devtools/python/python3-smpplib_2.1.0.bb
> new file mode 100644
> index 0000000000..948af58aab
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-smpplib_2.1.0.bb
> @@ -0,0 +1,9 @@
> +SUMMARY = "SMPP library for python"
> +SECTION = "devel/python"
> +LICENSE = "GPLv3.0"
> +LIC_FILES_CHKSUM = "file://README.md;md5=56a03d0ce7e492d4b9487b8aae957efe"
> +
> +PYPI_PACKAGE = "smpplib"
> +SRC_URI[sha256sum] = "df4139a279b35fbb42a58f2a254a9c6daf362b04a7f94e208dc120e0b8a3fd4b"
> +
> +inherit pypi setuptools3
>
>
[-- Attachment #2: Type: text/html, Size: 1987 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* [meta-python][PATCH 7/7] python3-pyrad: add package
2020-06-18 15:27 [meta-python][PATCH 0/7] Adding new packages akuster
` (5 preceding siblings ...)
2020-06-18 15:28 ` [meta-python][PATCH 6/7] python3-smpplib: " akuster
@ 2020-06-18 15:28 ` akuster
2020-06-19 16:20 ` [oe] " Trevor Gamblin
6 siblings, 1 reply; 15+ messages in thread
From: akuster @ 2020-06-18 15:28 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
meta-python/recipes-devtools/python/python3-pyrad_2.3.bb | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python3-pyrad_2.3.bb
diff --git a/meta-python/recipes-devtools/python/python3-pyrad_2.3.bb b/meta-python/recipes-devtools/python/python3-pyrad_2.3.bb
new file mode 100644
index 0000000000..3b38fb3a4b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pyrad_2.3.bb
@@ -0,0 +1,9 @@
+SUMMARY = "RADIUS tools"
+SECTION = "devel/python"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=debd8dc49cd9a7d58c7fffc771efed4f"
+
+PYPI_PACKAGE = "pyrad"
+SRC_URI[sha256sum] = "89c4d9b2cab1746c48dc0d93898d278e34a40acedf6f511aeaa748bcd4490295"
+
+inherit pypi setuptools3
--
2.17.1
^ permalink raw reply related [flat|nested] 15+ messages in thread* Re: [oe] [meta-python][PATCH 7/7] python3-pyrad: add package
2020-06-18 15:28 ` [meta-python][PATCH 7/7] python3-pyrad: " akuster
@ 2020-06-19 16:20 ` Trevor Gamblin
0 siblings, 0 replies; 15+ messages in thread
From: Trevor Gamblin @ 2020-06-19 16:20 UTC (permalink / raw)
To: akuster, openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 977 bytes --]
On 6/18/20 11:28 AM, akuster wrote:
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
> meta-python/recipes-devtools/python/python3-pyrad_2.3.bb | 9 +++++++++
> 1 file changed, 9 insertions(+)
> create mode 100644 meta-python/recipes-devtools/python/python3-pyrad_2.3.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-pyrad_2.3.bb b/meta-python/recipes-devtools/python/python3-pyrad_2.3.bb
> new file mode 100644
> index 0000000000..3b38fb3a4b
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-pyrad_2.3.bb
> @@ -0,0 +1,9 @@
> +SUMMARY = "RADIUS tools"
> +SECTION = "devel/python"
> +LICENSE = "BSD-3-Clause"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=debd8dc49cd9a7d58c7fffc771efed4f"
> +
> +PYPI_PACKAGE = "pyrad"
> +SRC_URI[sha256sum] = "89c4d9b2cab1746c48dc0d93898d278e34a40acedf6f511aeaa748bcd4490295"
> +
> +inherit pypi setuptools3
>
>
[-- Attachment #2: Type: text/html, Size: 1967 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread