All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] Upgrade of python-lxml to 2.3.5
@ 2013-01-30  9:57 David Nyström
  2013-01-30 11:36 ` Gary Thomas
  2013-01-30 12:07 ` Martin Jansa
  0 siblings, 2 replies; 3+ messages in thread
From: David Nyström @ 2013-01-30  9:57 UTC (permalink / raw)
  To: openembedded-devel; +Cc: David Nyström

Signed-off-by: David Nyström <david.nystrom@enea.com>
---
 .../{python-lxml_2.2.8.bb => python-lxml_2.3.5.bb} |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)
 rename meta-oe/recipes-devtools/python/{python-lxml_2.2.8.bb => python-lxml_2.3.5.bb} (69%)

diff --git a/meta-oe/recipes-devtools/python/python-lxml_2.2.8.bb b/meta-oe/recipes-devtools/python/python-lxml_2.3.5.bb
similarity index 69%
rename from meta-oe/recipes-devtools/python/python-lxml_2.2.8.bb
rename to meta-oe/recipes-devtools/python/python-lxml_2.3.5.bb
index a175609..76821ff 100644
--- a/meta-oe/recipes-devtools/python/python-lxml_2.2.8.bb
+++ b/meta-oe/recipes-devtools/python/python-lxml_2.3.5.bb
@@ -2,20 +2,21 @@ DESCRIPTION = "Powerful and Pythonic XML processing library combining \
 libxml2/libxslt with the ElementTree API."
 HOMEPAGE = "http://codespeak.net/lxml"
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=7de92baeb3b7bfaebe72404155fdb346"
+LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=3638a580895ea734c2cbb46f586afd2c"
 SRCNAME = "lxml"
-PR = "r2"
+PR = "r0"
 
 DEPENDS = "libxml2 libxslt"
 RDEPENDS_${PN} += "libxml2 libxslt python-compression"
 
-SRC_URI = "http://pypi.python.org/packages/source/l/${SRCNAME}/${SRCNAME}-${PV}.tar.gz;name=lxml"
-SRC_URI[lxml.md5sum] = "d6c612d63a84d79440912a1b29d3b981"
-SRC_URI[lxml.sha256sum] = "89b73925b5e3295dcf4675cb948007a20eb029fe35c9a162ae19ec11f1abafe5"
+SRC_URI = "http://lxml.de/files/lxml-2.3.5.tgz \
+"
 
+SRC_URI[md5sum] = "d03fb3b9139df7f182afffe72f412c87"
+SRC_URI[sha256sum] = "7ec68de58814014543b3b6f21f36e3695359be715ad06348a14c7820dfa0e092"
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
-inherit setuptools
+inherit setuptools 
 
 DISTUTILS_BUILD_ARGS += " \
                      --with-xslt-config='${STAGING_BINDIR_NATIVE}/pkg-config libxslt' \
@@ -30,5 +31,3 @@ DISTUTILS_INSTALL_ARGS += " \
 BBCLASSEXTEND = "native nativesdk"
 RDEPENDS_${PN}_virtclass-native = "libxml2-native libxslt-native"
 
-
-
-- 
1.7.9.5




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

* Re: [meta-oe][PATCH] Upgrade of python-lxml to 2.3.5
  2013-01-30  9:57 [meta-oe][PATCH] Upgrade of python-lxml to 2.3.5 David Nyström
@ 2013-01-30 11:36 ` Gary Thomas
  2013-01-30 12:07 ` Martin Jansa
  1 sibling, 0 replies; 3+ messages in thread
From: Gary Thomas @ 2013-01-30 11:36 UTC (permalink / raw)
  To: openembedded-devel

On 2013-01-30 02:57, David Nyström wrote:
> Signed-off-by: David Nyström <david.nystrom@enea.com>
> ---
>   .../{python-lxml_2.2.8.bb => python-lxml_2.3.5.bb} |   15 +++++++--------
>   1 file changed, 7 insertions(+), 8 deletions(-)
>   rename meta-oe/recipes-devtools/python/{python-lxml_2.2.8.bb => python-lxml_2.3.5.bb} (69%)
>
> diff --git a/meta-oe/recipes-devtools/python/python-lxml_2.2.8.bb b/meta-oe/recipes-devtools/python/python-lxml_2.3.5.bb
> similarity index 69%
> rename from meta-oe/recipes-devtools/python/python-lxml_2.2.8.bb
> rename to meta-oe/recipes-devtools/python/python-lxml_2.3.5.bb
> index a175609..76821ff 100644
> --- a/meta-oe/recipes-devtools/python/python-lxml_2.2.8.bb
> +++ b/meta-oe/recipes-devtools/python/python-lxml_2.3.5.bb
> @@ -2,20 +2,21 @@ DESCRIPTION = "Powerful and Pythonic XML processing library combining \
>   libxml2/libxslt with the ElementTree API."
>   HOMEPAGE = "http://codespeak.net/lxml"
>   LICENSE = "BSD"
> -LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=7de92baeb3b7bfaebe72404155fdb346"
> +LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=3638a580895ea734c2cbb46f586afd2c"
>   SRCNAME = "lxml"
> -PR = "r2"
> +PR = "r0"
>
>   DEPENDS = "libxml2 libxslt"
>   RDEPENDS_${PN} += "libxml2 libxslt python-compression"
>
> -SRC_URI = "http://pypi.python.org/packages/source/l/${SRCNAME}/${SRCNAME}-${PV}.tar.gz;name=lxml"
> -SRC_URI[lxml.md5sum] = "d6c612d63a84d79440912a1b29d3b981"
> -SRC_URI[lxml.sha256sum] = "89b73925b5e3295dcf4675cb948007a20eb029fe35c9a162ae19ec11f1abafe5"
> +SRC_URI = "http://lxml.de/files/lxml-2.3.5.tgz \

Why the change away from the official pypi repository??

> +"
>
> +SRC_URI[md5sum] = "d03fb3b9139df7f182afffe72f412c87"
> +SRC_URI[sha256sum] = "7ec68de58814014543b3b6f21f36e3695359be715ad06348a14c7820dfa0e092"
>   S = "${WORKDIR}/${SRCNAME}-${PV}"
>
> -inherit setuptools
> +inherit setuptools
>
>   DISTUTILS_BUILD_ARGS += " \
>                        --with-xslt-config='${STAGING_BINDIR_NATIVE}/pkg-config libxslt' \
> @@ -30,5 +31,3 @@ DISTUTILS_INSTALL_ARGS += " \
>   BBCLASSEXTEND = "native nativesdk"
>   RDEPENDS_${PN}_virtclass-native = "libxml2-native libxslt-native"
>
> -
> -
>

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------



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

* Re: [meta-oe][PATCH] Upgrade of python-lxml to 2.3.5
  2013-01-30  9:57 [meta-oe][PATCH] Upgrade of python-lxml to 2.3.5 David Nyström
  2013-01-30 11:36 ` Gary Thomas
@ 2013-01-30 12:07 ` Martin Jansa
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2013-01-30 12:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: David Nyström

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

On Wed, Jan 30, 2013 at 10:57:58AM +0100, David Nyström wrote:
> Signed-off-by: David Nyström <david.nystrom@enea.com>
> ---
>  .../{python-lxml_2.2.8.bb => python-lxml_2.3.5.bb} |   15 +++++++--------
>  1 file changed, 7 insertions(+), 8 deletions(-)
>  rename meta-oe/recipes-devtools/python/{python-lxml_2.2.8.bb => python-lxml_2.3.5.bb} (69%)
> 
> diff --git a/meta-oe/recipes-devtools/python/python-lxml_2.2.8.bb b/meta-oe/recipes-devtools/python/python-lxml_2.3.5.bb
> similarity index 69%
> rename from meta-oe/recipes-devtools/python/python-lxml_2.2.8.bb
> rename to meta-oe/recipes-devtools/python/python-lxml_2.3.5.bb
> index a175609..76821ff 100644
> --- a/meta-oe/recipes-devtools/python/python-lxml_2.2.8.bb
> +++ b/meta-oe/recipes-devtools/python/python-lxml_2.3.5.bb
> @@ -2,20 +2,21 @@ DESCRIPTION = "Powerful and Pythonic XML processing library combining \
>  libxml2/libxslt with the ElementTree API."
>  HOMEPAGE = "http://codespeak.net/lxml"
>  LICENSE = "BSD"
> -LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=7de92baeb3b7bfaebe72404155fdb346"
> +LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=3638a580895ea734c2cbb46f586afd2c"
>  SRCNAME = "lxml"
> -PR = "r2"
> +PR = "r0"
>  
>  DEPENDS = "libxml2 libxslt"
>  RDEPENDS_${PN} += "libxml2 libxslt python-compression"
>  
> -SRC_URI = "http://pypi.python.org/packages/source/l/${SRCNAME}/${SRCNAME}-${PV}.tar.gz;name=lxml"
> -SRC_URI[lxml.md5sum] = "d6c612d63a84d79440912a1b29d3b981"
> -SRC_URI[lxml.sha256sum] = "89b73925b5e3295dcf4675cb948007a20eb029fe35c9a162ae19ec11f1abafe5"
> +SRC_URI = "http://lxml.de/files/lxml-2.3.5.tgz \
> +"
>  
> +SRC_URI[md5sum] = "d03fb3b9139df7f182afffe72f412c87"
> +SRC_URI[sha256sum] = "7ec68de58814014543b3b6f21f36e3695359be715ad06348a14c7820dfa0e092"
>  S = "${WORKDIR}/${SRCNAME}-${PV}"
>  
> -inherit setuptools
> +inherit setuptools 

Please don't add trailing whitespace :).

>  DISTUTILS_BUILD_ARGS += " \
>                       --with-xslt-config='${STAGING_BINDIR_NATIVE}/pkg-config libxslt' \
> @@ -30,5 +31,3 @@ DISTUTILS_INSTALL_ARGS += " \
>  BBCLASSEXTEND = "native nativesdk"
>  RDEPENDS_${PN}_virtclass-native = "libxml2-native libxslt-native"
>  
> -
> -

Please save another byte and remove also previous empty line.

Cheers,

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

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

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

end of thread, other threads:[~2013-01-30 12:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-30  9:57 [meta-oe][PATCH] Upgrade of python-lxml to 2.3.5 David Nyström
2013-01-30 11:36 ` Gary Thomas
2013-01-30 12:07 ` Martin Jansa

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.