All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] Add recipe for python bindings of Berkeley DB
@ 2019-01-19 12:26 Shantanu
  2019-01-19 13:09 ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Shantanu @ 2019-01-19 12:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Shantanu

Signed-off-by: Shantanu <shantanu@senic.com>
---
 .../python/python3-bsddb3_6.2.6.bb            | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-bsddb3_6.2.6.bb

diff --git a/meta-python/recipes-devtools/python/python3-bsddb3_6.2.6.bb b/meta-python/recipes-devtools/python/python3-bsddb3_6.2.6.bb
new file mode 100644
index 000000000..0cb10fbab
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-bsddb3_6.2.6.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "pybsddb is the Python binding for the Oracle Berkeley DB"
+HOMEPAGE = "https://www.jcea.es/programacion/pybsddb.htm"
+SECTION = "devel/python"
+LICENSE = "AGPL-3.0"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/AGPL-3.0;md5=73f1eb20517c55bf9493b7dd6e480788"
+SRC_URI[md5sum] = "ebb7554bbe1a518abbe742753a617577"
+
+inherit pypi setuptools3
+
+PYPI_PACKAGE = "bsddb3"
+
+DEPENDS = "db \
+  python3-core \
+"
+
+DISTUTILS_BUILD_ARGS = "--berkeley-db=${STAGING_DIR_HOST}/usr"
+DISTUTILS_INSTALL_ARGS = "--berkeley-db=${STAGING_DIR_HOST}/usr"
+
+RDEPENDS_${PN} = "db"
-- 
2.17.1



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

* Re: [meta-oe][PATCH] Add recipe for python bindings of Berkeley DB
  2019-01-19 12:26 [meta-oe][PATCH] Add recipe for python bindings of Berkeley DB Shantanu
@ 2019-01-19 13:09 ` Martin Jansa
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2019-01-19 13:09 UTC (permalink / raw)
  To: Shantanu; +Cc: openembedded-core

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

On Sat, Jan 19, 2019 at 05:56:18PM +0530, Shantanu wrote:
> Signed-off-by: Shantanu <shantanu@senic.com>

Wrong ML, this belongs to openembedded-devel ML.

> ---
>  .../python/python3-bsddb3_6.2.6.bb            | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
>  create mode 100644 meta-python/recipes-devtools/python/python3-bsddb3_6.2.6.bb
> 
> diff --git a/meta-python/recipes-devtools/python/python3-bsddb3_6.2.6.bb b/meta-python/recipes-devtools/python/python3-bsddb3_6.2.6.bb
> new file mode 100644
> index 000000000..0cb10fbab
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-bsddb3_6.2.6.bb
> @@ -0,0 +1,19 @@
> +DESCRIPTION = "pybsddb is the Python binding for the Oracle Berkeley DB"

Use SUMMARY.

> +HOMEPAGE = "https://www.jcea.es/programacion/pybsddb.htm"
> +SECTION = "devel/python"
> +LICENSE = "AGPL-3.0"
> +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/AGPL-3.0;md5=73f1eb20517c55bf9493b7dd6e480788"

Don't use COMMON_LICENSE_DIR in LIC_FILES_CHKSUM.

> +SRC_URI[md5sum] = "ebb7554bbe1a518abbe742753a617577"

Where is sha256sum?

> +
> +inherit pypi setuptools3
> +
> +PYPI_PACKAGE = "bsddb3"
> +
> +DEPENDS = "db \
> +  python3-core \
> +"
> +
> +DISTUTILS_BUILD_ARGS = "--berkeley-db=${STAGING_DIR_HOST}/usr"
> +DISTUTILS_INSTALL_ARGS = "--berkeley-db=${STAGING_DIR_HOST}/usr"
> +
> +RDEPENDS_${PN} = "db"
> -- 
> 2.17.1
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

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

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

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

* [meta-oe][PATCH] Add recipe for python bindings of Berkeley DB
@ 2019-01-19 13:43 Shantanu
  2019-01-19 16:23 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Shantanu @ 2019-01-19 13:43 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Shantanu

From: Shantanu <baali@muse-amuse.in>

Signed-off-by: Shantanu <shantanu@senic.com>
---
 .../python/python3-bsddb3_6.2.6.bb            | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-bsddb3_6.2.6.bb

diff --git a/meta-python/recipes-devtools/python/python3-bsddb3_6.2.6.bb b/meta-python/recipes-devtools/python/python3-bsddb3_6.2.6.bb
new file mode 100644
index 000000000..4697f0070
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-bsddb3_6.2.6.bb
@@ -0,0 +1,19 @@
+SUMMARY = "pybsddb is the Python binding for the Oracle Berkeley DB"
+HOMEPAGE = "https://www.jcea.es/programacion/pybsddb.htm"
+SECTION = "devel/python"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b3c8796b7e1f8eda0aef7e242e18ed43"
+SRC_URI[sha256sum] = "42d621f4037425afcb16b67d5600c4556271a071a9a7f7f2c2b1ba65bc582d05"
+
+inherit pypi setuptools3
+
+PYPI_PACKAGE = "bsddb3"
+
+DEPENDS = "db \
+  python3-core \
+"
+
+DISTUTILS_BUILD_ARGS = "--berkeley-db=${STAGING_DIR_HOST}/usr"
+DISTUTILS_INSTALL_ARGS = "--berkeley-db=${STAGING_DIR_HOST}/usr"
+
+RDEPENDS_${PN} = "db"
\ No newline at end of file
-- 
2.17.1



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

* Re: [meta-oe][PATCH] Add recipe for python bindings of Berkeley DB
  2019-01-19 13:43 Shantanu
@ 2019-01-19 16:23 ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2019-01-19 16:23 UTC (permalink / raw)
  To: Shantanu; +Cc: openembeded-devel, Shantanu

Thanks for your contributionIt fails to buildERROR: Nothing PROVIDES
'python3-core' (but
/mnt/a/yoe/sources/meta-openembedded/meta-python/recipes-devtools/python/python3-bsddb3_6.2.6.bb
DEPENDS on or otherwise requires it). Close matches:  python3-nose
python3-chardet  python3-redis  python3 RPROVIDES python3-coreERROR:
Nothing RPROVIDES 'python3-bsddb3' (but
/mnt/a/yoe/sources/meta-openembedded/meta-python/recipes-devtools/python/python3-bsddb3_6.2.6.bb
RDEPENDS on or otherwise requires it)No eligible RPROVIDERs exist for
'python3-bsddb3'NOTE: Runtime target 'python3-bsddb3' is unbuildable,
removing...Missing or unbuildable dependency chain was:
['python3-bsddb3']ERROR: Nothing RPROVIDES 'python3-bsddb3-dev' (but
/mnt/a/yoe/sources/meta-openembedded/meta-python/recipes-devtools/python/python3-bsddb3_6.2.6.bb
RDEPENDS on or otherwise requires it)No eligible RPROVIDERs exist for
'python3-bsddb3-dev'NOTE: Runtime target 'python3-bsddb3-dev' is
unbuildable, removing...Missing or unbuildable dependency chain was:
['python3-bsddb3-dev']
On Sat, Jan 19, 2019 at 5:44 AM Shantanu <shantanu@senic.com> wrote:
>
> From: Shantanu <baali@muse-amuse.in>
>
> Signed-off-by: Shantanu <shantanu@senic.com>
> ---
>  .../python/python3-bsddb3_6.2.6.bb            | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
>  create mode 100644 meta-python/recipes-devtools/python/python3-bsddb3_6.2.6.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-bsddb3_6.2.6.bb b/meta-python/recipes-devtools/python/python3-bsddb3_6.2.6.bb
> new file mode 100644
> index 000000000..4697f0070
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-bsddb3_6.2.6.bb
> @@ -0,0 +1,19 @@
> +SUMMARY = "pybsddb is the Python binding for the Oracle Berkeley DB"
> +HOMEPAGE = "https://www.jcea.es/programacion/pybsddb.htm"
> +SECTION = "devel/python"
> +LICENSE = "BSD-3-Clause"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b3c8796b7e1f8eda0aef7e242e18ed43"
> +SRC_URI[sha256sum] = "42d621f4037425afcb16b67d5600c4556271a071a9a7f7f2c2b1ba65bc582d05"
> +
> +inherit pypi setuptools3
> +
> +PYPI_PACKAGE = "bsddb3"
> +
> +DEPENDS = "db \
> +  python3-core \
> +"
> +
> +DISTUTILS_BUILD_ARGS = "--berkeley-db=${STAGING_DIR_HOST}/usr"
> +DISTUTILS_INSTALL_ARGS = "--berkeley-db=${STAGING_DIR_HOST}/usr"
> +

Perhaps we can use STAGING_EXECPREFIXDIR instead of ${STAGING_DIR_HOST}/usr

> +RDEPENDS_${PN} = "db"
> \ No newline at end of file
> --
> 2.17.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

end of thread, other threads:[~2019-01-19 16:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-19 12:26 [meta-oe][PATCH] Add recipe for python bindings of Berkeley DB Shantanu
2019-01-19 13:09 ` Martin Jansa
  -- strict thread matches above, loose matches on Subject: below --
2019-01-19 13:43 Shantanu
2019-01-19 16:23 ` Khem Raj

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.