All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] systemd-python: add a new recipe
@ 2017-04-06  1:12 Andrej Rode
  2017-04-06  1:14 ` Khem Raj
  2017-04-06  6:30 ` Tim Orling
  0 siblings, 2 replies; 5+ messages in thread
From: Andrej Rode @ 2017-04-06  1:12 UTC (permalink / raw)
  To: openembedded-devel

Adds new recipe for systemd-python, python bindings for libsystemd

Signed-off-by: Andrej Rode <andrej.rode@ettus.com>
---
 meta-python/recipes-devtools/python/systemd-python_234.bb | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/systemd-python_234.bb

diff --git a/meta-python/recipes-devtools/python/systemd-python_234.bb b/meta-python/recipes-devtools/python/systemd-python_234.bb
new file mode 100644
index 0000000..4cfa629
--- /dev/null
+++ b/meta-python/recipes-devtools/python/systemd-python_234.bb
@@ -0,0 +1,11 @@
+SUMMARY = "Python interface for libsystemd"
+HOMEPAGE = "https://github.com/systemd/systemd-python"
+LICENSE = "LGPLv2+"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4fbd65380cdd255951079008b364516c"
+DEPENDS += "systemd"
+RDEPENDS_${PN} += "systemd"
+
+SRC_URI[md5sum] = "5071ea5bcb976186e92a3f5e75df221d"
+SRC_URI[sha256sum] = "fd0e44bf70eadae45aadc292cb0a7eb5b0b6372cd1b391228047d33895db83e7"
+
+inherit pypi setuptools
-- 
2.10.2



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

* Re: [meta-python][PATCH] systemd-python: add a new recipe
  2017-04-06  1:12 [meta-python][PATCH] systemd-python: add a new recipe Andrej Rode
@ 2017-04-06  1:14 ` Khem Raj
  2017-04-06  6:30 ` Tim Orling
  1 sibling, 0 replies; 5+ messages in thread
From: Khem Raj @ 2017-04-06  1:14 UTC (permalink / raw)
  To: Andrej Rode; +Cc: openembeded-devel

On Wed, Apr 5, 2017 at 6:12 PM, Andrej Rode <andrej.rode@ettus.com> wrote:
> Adds new recipe for systemd-python, python bindings for libsystemd
>
> Signed-off-by: Andrej Rode <andrej.rode@ettus.com>
> ---
>  meta-python/recipes-devtools/python/systemd-python_234.bb | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>  create mode 100644 meta-python/recipes-devtools/python/systemd-python_234.bb
>
> diff --git a/meta-python/recipes-devtools/python/systemd-python_234.bb b/meta-python/recipes-devtools/python/systemd-python_234.bb
> new file mode 100644
> index 0000000..4cfa629
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/systemd-python_234.bb
> @@ -0,0 +1,11 @@
> +SUMMARY = "Python interface for libsystemd"
> +HOMEPAGE = "https://github.com/systemd/systemd-python"
> +LICENSE = "LGPLv2+"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4fbd65380cdd255951079008b364516c"
> +DEPENDS += "systemd"
> +RDEPENDS_${PN} += "systemd"

here it seems to me that inheriting systemd bbclass based solution would
be more appropriate here.

> +
> +SRC_URI[md5sum] = "5071ea5bcb976186e92a3f5e75df221d"
> +SRC_URI[sha256sum] = "fd0e44bf70eadae45aadc292cb0a7eb5b0b6372cd1b391228047d33895db83e7"
> +
> +inherit pypi setuptools
> --
> 2.10.2
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [meta-python][PATCH] systemd-python: add a new recipe
  2017-04-06  1:12 [meta-python][PATCH] systemd-python: add a new recipe Andrej Rode
  2017-04-06  1:14 ` Khem Raj
@ 2017-04-06  6:30 ` Tim Orling
  2017-04-06  7:13   ` Andrej Rode
  1 sibling, 1 reply; 5+ messages in thread
From: Tim Orling @ 2017-04-06  6:30 UTC (permalink / raw)
  To: Andrej Rode; +Cc: openembedded-devel


> On Apr 6, 2017, at 3:12 AM, Andrej Rode <andrej.rode@ettus.com> wrote:
> 
> Adds new recipe for systemd-python, python bindings for libsystemd
> 

This is breaking Debian naming for python packages, it should be python-systemd, not systemd-python. We need to be consistent.

—Tim
> Signed-off-by: Andrej Rode <andrej.rode@ettus.com>
> ---
> meta-python/recipes-devtools/python/systemd-python_234.bb | 11 +++++++++++
> 1 file changed, 11 insertions(+)
> create mode 100644 meta-python/recipes-devtools/python/systemd-python_234.bb
> 
> diff --git a/meta-python/recipes-devtools/python/systemd-python_234.bb b/meta-python/recipes-devtools/python/systemd-python_234.bb
> new file mode 100644
> index 0000000..4cfa629
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/systemd-python_234.bb
> @@ -0,0 +1,11 @@
> +SUMMARY = "Python interface for libsystemd"
> +HOMEPAGE = "https://github.com/systemd/systemd-python"
> +LICENSE = "LGPLv2+"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4fbd65380cdd255951079008b364516c"
> +DEPENDS += "systemd"
> +RDEPENDS_${PN} += "systemd"
> +
> +SRC_URI[md5sum] = "5071ea5bcb976186e92a3f5e75df221d"
> +SRC_URI[sha256sum] = "fd0e44bf70eadae45aadc292cb0a7eb5b0b6372cd1b391228047d33895db83e7"
> +
> +inherit pypi setuptools
> -- 
> 2.10.2
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



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

* Re: [meta-python][PATCH] systemd-python: add a new recipe
  2017-04-06  6:30 ` Tim Orling
@ 2017-04-06  7:13   ` Andrej Rode
  2017-04-06 15:53     ` Tim Orling
  0 siblings, 1 reply; 5+ messages in thread
From: Andrej Rode @ 2017-04-06  7:13 UTC (permalink / raw)
  To: Tim Orling; +Cc: openembedded-devel

On Wed, Apr 5, 2017 at 11:30 PM, Tim Orling <
timothy.t.orling@linux.intel.com> wrote:

>
> > On Apr 6, 2017, at 3:12 AM, Andrej Rode <andrej.rode@ettus.com> wrote:
> >
> > Adds new recipe for systemd-python, python bindings for libsystemd
> >
>
> This is breaking Debian naming for python packages, it should be
> python-systemd, not systemd-python. We need to be consistent.
>

I thought about python-systemd-python, but that looked silly.
python-systemd is probably acceptable.


> > Signed-off-by: Andrej Rode <andrej.rode@ettus.com>
> > ---
> > meta-python/recipes-devtools/python/systemd-python_234.bb | 11
> +++++++++++
> > 1 file changed, 11 insertions(+)
> > create mode 100644 meta-python/recipes-devtools/python/
> systemd-python_234.bb
> >
> > diff --git a/meta-python/recipes-devtools/python/systemd-python_234.bb
> b/meta-python/recipes-devtools/python/systemd-python_234.bb
> > new file mode 100644
> > index 0000000..4cfa629
> > --- /dev/null
> > +++ b/meta-python/recipes-devtools/python/systemd-python_234.bb
> > @@ -0,0 +1,11 @@
> > +SUMMARY = "Python interface for libsystemd"
> > +HOMEPAGE = "https://github.com/systemd/systemd-python"
> > +LICENSE = "LGPLv2+"
> > +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=
> 4fbd65380cdd255951079008b364516c"
> > +DEPENDS += "systemd"
> > +RDEPENDS_${PN} += "systemd"
> > +
> > +SRC_URI[md5sum] = "5071ea5bcb976186e92a3f5e75df221d"
> > +SRC_URI[sha256sum] = "fd0e44bf70eadae45aadc292cb0a7e
> b5b0b6372cd1b391228047d33895db83e7"
> > +
> > +inherit pypi setuptools
> > --
> > 2.10.2
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>


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

* Re: [meta-python][PATCH] systemd-python: add a new recipe
  2017-04-06  7:13   ` Andrej Rode
@ 2017-04-06 15:53     ` Tim Orling
  0 siblings, 0 replies; 5+ messages in thread
From: Tim Orling @ 2017-04-06 15:53 UTC (permalink / raw)
  To: Andrej Rode; +Cc: openembedded-devel


> On Apr 6, 2017, at 9:13 AM, Andrej Rode <andrej.rode@ettus.com> wrote:
> 
> 
> On Wed, Apr 5, 2017 at 11:30 PM, Tim Orling <timothy.t.orling@linux.intel.com <mailto:timothy.t.orling@linux.intel.com>> wrote:
> 
> > On Apr 6, 2017, at 3:12 AM, Andrej Rode <andrej.rode@ettus.com <mailto:andrej.rode@ettus.com>> wrote:
> >
> > Adds new recipe for systemd-python, python bindings for libsystemd
> >
> 
> This is breaking Debian naming for python packages, it should be python-systemd, not systemd-python. We need to be consistent.
>  
> I thought about python-systemd-python, but that looked silly. python-systemd is probably acceptable.

I agree. I’ve had similar issues with naming of perl modules in the past…

>  
> > Signed-off-by: Andrej Rode <andrej.rode@ettus.com <mailto:andrej.rode@ettus.com>>
> > ---
> > meta-python/recipes-devtools/python/systemd-python_234.bb <http://systemd-python_234.bb/> | 11 +++++++++++
> > 1 file changed, 11 insertions(+)
> > create mode 100644 meta-python/recipes-devtools/python/systemd-python_234.bb <http://systemd-python_234.bb/>
> >
> > diff --git a/meta-python/recipes-devtools/python/systemd-python_234.bb <http://systemd-python_234.bb/> b/meta-python/recipes-devtools/python/systemd-python_234.bb <http://systemd-python_234.bb/>
> > new file mode 100644
> > index 0000000..4cfa629
> > --- /dev/null
> > +++ b/meta-python/recipes-devtools/python/systemd-python_234.bb <http://systemd-python_234.bb/>
> > @@ -0,0 +1,11 @@
> > +SUMMARY = "Python interface for libsystemd"
> > +HOMEPAGE = "https://github.com/systemd/systemd-python <https://github.com/systemd/systemd-python>”

This URL 404s for me.
It looks like it should be:
https://github.com/systemd/python-systemd

And FWIW, Debian itself uses ‘python-systemd’ for the package name:
https://anonscm.debian.org/cgit/pkg-systemd/python-systemd.git

It looks like PyPi is where the confusion comes in:
https://pypi.python.org/pypi/systemd-python/234

Cheers.

—Tim

> > +LICENSE = "LGPLv2+"
> > +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4fbd65380cdd255951079008b364516c"
> > +DEPENDS += "systemd"
> > +RDEPENDS_${PN} += "systemd"
> > +
> > +SRC_URI[md5sum] = "5071ea5bcb976186e92a3f5e75df221d"
> > +SRC_URI[sha256sum] = "fd0e44bf70eadae45aadc292cb0a7eb5b0b6372cd1b391228047d33895db83e7"
> > +
> > +inherit pypi setuptools
> > --
> > 2.10.2
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org <mailto:Openembedded-devel@lists.openembedded.org>
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel <http://lists.openembedded.org/mailman/listinfo/openembedded-devel>
> 
> 



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

end of thread, other threads:[~2017-04-06 15:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-06  1:12 [meta-python][PATCH] systemd-python: add a new recipe Andrej Rode
2017-04-06  1:14 ` Khem Raj
2017-04-06  6:30 ` Tim Orling
2017-04-06  7:13   ` Andrej Rode
2017-04-06 15:53     ` Tim Orling

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.