All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pyparted: Add recipe
@ 2014-08-12  9:04 Sujith H
  2014-08-12 11:25 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Sujith H @ 2014-08-12  9:04 UTC (permalink / raw)
  To: openembedded-core; +Cc: Sujith H, Christopher Larson

From: Sujith H <Sujith_Haridasan@mentor.com>

This recipe will provide a set of Python modules that
provide Python programmers an interface to libparted,
the GNU parted library for disk partitioning and filesystem
manipulation.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Sujith H <Sujith_Haridasan@mentor.com>
---
 meta/recipes-extended/pyparted/pyparted_3.9.bb | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 meta/recipes-extended/pyparted/pyparted_3.9.bb

diff --git a/meta/recipes-extended/pyparted/pyparted_3.9.bb b/meta/recipes-extended/pyparted/pyparted_3.9.bb
new file mode 100644
index 0000000..7b284cc
--- /dev/null
+++ b/meta/recipes-extended/pyparted/pyparted_3.9.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "pyparted is a set of Python modules that provide Python programmers \
+an interface to libparted, the GNU parted library for disk partitioning and \
+filesystem manipulation."
+SUMMARY = "Python bindings for libparted"
+HOMEPAGE = "https://fedorahosted.org/pyparted/"
+SCM_URI = "git://git.fedorahosted.org/pyparted.git"
+LICENSE = "GPL-2.0+"
+LIC_FILES_CHKSUM = "\
+    file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
+    file://src/_pedmodule.c;startline=10;endline=22;md5=70c62bd73782a03f56a0571a9f08ea46 \
+"
+DEPENDS += "parted"
+PR = "r0"
+
+SRC_URI = "https://fedorahosted.org/releases/p/y/pyparted/pyparted-${PV}.tar.gz"
+SRC_URI[md5sum] = "f16c7ef7f5fa4a43fcb2a4654b487e39"
+SRC_URI[sha256sum] = "a56712e3d058ce3d859c158236dbbf45224018919efd3d880ea80f9e0d0bebbb"
+
+inherit distutils
+
+BBCLASSEXTEND += "native"
-- 
1.8.4



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

* Re: [PATCH] pyparted: Add recipe
  2014-08-12  9:04 [PATCH] pyparted: Add recipe Sujith H
@ 2014-08-12 11:25 ` Martin Jansa
  2014-08-12 13:24   ` sujith h
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2014-08-12 11:25 UTC (permalink / raw)
  To: Sujith H; +Cc: Sujith H, Christopher Larson, openembedded-core

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

On Tue, Aug 12, 2014 at 02:34:20PM +0530, Sujith H wrote:
> From: Sujith H <Sujith_Haridasan@mentor.com>
> 
> This recipe will provide a set of Python modules that
> provide Python programmers an interface to libparted,
> the GNU parted library for disk partitioning and filesystem
> manipulation.

Why not add it to meta-python?


> 
> Signed-off-by: Christopher Larson <chris_larson@mentor.com>
> Signed-off-by: Sujith H <Sujith_Haridasan@mentor.com>
> ---
>  meta/recipes-extended/pyparted/pyparted_3.9.bb | 21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)
>  create mode 100644 meta/recipes-extended/pyparted/pyparted_3.9.bb
> 
> diff --git a/meta/recipes-extended/pyparted/pyparted_3.9.bb b/meta/recipes-extended/pyparted/pyparted_3.9.bb
> new file mode 100644
> index 0000000..7b284cc
> --- /dev/null
> +++ b/meta/recipes-extended/pyparted/pyparted_3.9.bb
> @@ -0,0 +1,21 @@
> +DESCRIPTION = "pyparted is a set of Python modules that provide Python programmers \
> +an interface to libparted, the GNU parted library for disk partitioning and \
> +filesystem manipulation."
> +SUMMARY = "Python bindings for libparted"
> +HOMEPAGE = "https://fedorahosted.org/pyparted/"
> +SCM_URI = "git://git.fedorahosted.org/pyparted.git"
> +LICENSE = "GPL-2.0+"
> +LIC_FILES_CHKSUM = "\
> +    file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
> +    file://src/_pedmodule.c;startline=10;endline=22;md5=70c62bd73782a03f56a0571a9f08ea46 \
> +"
> +DEPENDS += "parted"
> +PR = "r0"
^ drop
> +
> +SRC_URI = "https://fedorahosted.org/releases/p/y/pyparted/pyparted-${PV}.tar.gz"
> +SRC_URI[md5sum] = "f16c7ef7f5fa4a43fcb2a4654b487e39"
> +SRC_URI[sha256sum] = "a56712e3d058ce3d859c158236dbbf45224018919efd3d880ea80f9e0d0bebbb"
> +
> +inherit distutils
> +
> +BBCLASSEXTEND += "native"
> -- 
> 1.8.4
> 
> -- 
> _______________________________________________
> 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: 188 bytes --]

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

* Re: [PATCH] pyparted: Add recipe
  2014-08-12 11:25 ` Martin Jansa
@ 2014-08-12 13:24   ` sujith h
  0 siblings, 0 replies; 3+ messages in thread
From: sujith h @ 2014-08-12 13:24 UTC (permalink / raw)
  To: Martin Jansa; +Cc: Sujith H, Christopher Larson, openembedded-core

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

On Tue, Aug 12, 2014 at 4:55 PM, Martin Jansa <martin.jansa@gmail.com>
wrote:

> On Tue, Aug 12, 2014 at 02:34:20PM +0530, Sujith H wrote:
> > From: Sujith H <Sujith_Haridasan@mentor.com>
> >
> > This recipe will provide a set of Python modules that
> > provide Python programmers an interface to libparted,
> > the GNU parted library for disk partitioning and filesystem
> > manipulation.
>
> Why not add it to meta-python?
>
>
Sure. Sending the patch to meta-python for review.

>
> >
> > Signed-off-by: Christopher Larson <chris_larson@mentor.com>
> > Signed-off-by: Sujith H <Sujith_Haridasan@mentor.com>
> > ---
> >  meta/recipes-extended/pyparted/pyparted_3.9.bb | 21
> +++++++++++++++++++++
> >  1 file changed, 21 insertions(+)
> >  create mode 100644 meta/recipes-extended/pyparted/pyparted_3.9.bb
> >
> > diff --git a/meta/recipes-extended/pyparted/pyparted_3.9.bb
> b/meta/recipes-extended/pyparted/pyparted_3.9.bb
> > new file mode 100644
> > index 0000000..7b284cc
> > --- /dev/null
> > +++ b/meta/recipes-extended/pyparted/pyparted_3.9.bb
> > @@ -0,0 +1,21 @@
> > +DESCRIPTION = "pyparted is a set of Python modules that provide Python
> programmers \
> > +an interface to libparted, the GNU parted library for disk partitioning
> and \
> > +filesystem manipulation."
> > +SUMMARY = "Python bindings for libparted"
> > +HOMEPAGE = "https://fedorahosted.org/pyparted/"
> > +SCM_URI = "git://git.fedorahosted.org/pyparted.git"
> > +LICENSE = "GPL-2.0+"
> > +LIC_FILES_CHKSUM = "\
> > +    file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
> > +
>  file://src/_pedmodule.c;startline=10;endline=22;md5=70c62bd73782a03f56a0571a9f08ea46
> \
> > +"
> > +DEPENDS += "parted"
> > +PR = "r0"
> ^ drop
> > +
> > +SRC_URI = "
> https://fedorahosted.org/releases/p/y/pyparted/pyparted-${PV}.tar.gz"
> > +SRC_URI[md5sum] = "f16c7ef7f5fa4a43fcb2a4654b487e39"
> > +SRC_URI[sha256sum] =
> "a56712e3d058ce3d859c158236dbbf45224018919efd3d880ea80f9e0d0bebbb"
> > +
> > +inherit distutils
> > +
> > +BBCLASSEXTEND += "native"
> > --
> > 1.8.4
> >
> > --
> > _______________________________________________
> > 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
>



-- 
സുജിത് ഹരിദാസന്
Bangalore
<Project>Contributor to KDE project
http://fci.wikia.com/wiki/Anti-DRM-Campaign
<Blog> http://sujithh.info

[-- Attachment #2: Type: text/html, Size: 4622 bytes --]

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

end of thread, other threads:[~2014-08-12 13:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-12  9:04 [PATCH] pyparted: Add recipe Sujith H
2014-08-12 11:25 ` Martin Jansa
2014-08-12 13:24   ` sujith h

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.