All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python-urllib3: add recipe for version 1.10.1
@ 2015-02-24 13:59 Mario Domenech Goulart
  2015-08-20 15:04 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Mario Domenech Goulart @ 2015-02-24 13:59 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Mario Domenech Goulart

Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
---
 .../recipes-devtools/python/python-urllib3_1.10.1.bb    |   15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-urllib3_1.10.1.bb

diff --git a/meta-python/recipes-devtools/python/python-urllib3_1.10.1.bb b/meta-python/recipes-devtools/python/python-urllib3_1.10.1.bb
new file mode 100644
index 0000000..89f7428
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-urllib3_1.10.1.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more"
+HOMEPAGE = "https://github.com/shazow/urllib3"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3be3707c5f24a69709682265e29566fe"
+
+SRC_URI = "https://github.com/shazow/urllib3/archive/${PV}.zip"
+SRC_URI[md5sum] = "73935fe42b6ef51d078edbbca7c1bd55"
+SRC_URI[sha256sum] = "5fadd55b46bf826e46a482bb3d53662a8a88d8f9ea8656e351b659b8ad9bfc0f"
+
+S = "${WORKDIR}/urllib3-${PV}"
+
+inherit setuptools
+
+RDEPENDS_${PN} += "python-netclient"
-- 
1.7.10.4



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

* Re: [meta-python][PATCH] python-urllib3: add recipe for version 1.10.1
  2015-02-24 13:59 [meta-python][PATCH] python-urllib3: add recipe for version 1.10.1 Mario Domenech Goulart
@ 2015-08-20 15:04 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2015-08-20 15:04 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Mario Domenech Goulart

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

On Tue, Feb 24, 2015 at 10:59:57AM -0300, Mario Domenech Goulart wrote:
> Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
> ---
>  .../recipes-devtools/python/python-urllib3_1.10.1.bb    |   15 +++++++++++++++
>  1 file changed, 15 insertions(+)
>  create mode 100644 meta-python/recipes-devtools/python/python-urllib3_1.10.1.bb
> 
> diff --git a/meta-python/recipes-devtools/python/python-urllib3_1.10.1.bb b/meta-python/recipes-devtools/python/python-urllib3_1.10.1.bb
> new file mode 100644
> index 0000000..89f7428
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python-urllib3_1.10.1.bb
> @@ -0,0 +1,15 @@
> +SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more"
> +HOMEPAGE = "https://github.com/shazow/urllib3"
> +SECTION = "devel/python"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3be3707c5f24a69709682265e29566fe"
> +
> +SRC_URI = "https://github.com/shazow/urllib3/archive/${PV}.zip"

Don't use github archives, they are regenerated from time to time with 
different checksums and they have stupid filenames (prone to collision 
with other recipes).

> +SRC_URI[md5sum] = "73935fe42b6ef51d078edbbca7c1bd55"
> +SRC_URI[sha256sum] = "5fadd55b46bf826e46a482bb3d53662a8a88d8f9ea8656e351b659b8ad9bfc0f"
> +
> +S = "${WORKDIR}/urllib3-${PV}"
> +
> +inherit setuptools
> +
> +RDEPENDS_${PN} += "python-netclient"
> -- 
> 1.7.10.4
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

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

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

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

end of thread, other threads:[~2015-08-20 15:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-24 13:59 [meta-python][PATCH] python-urllib3: add recipe for version 1.10.1 Mario Domenech Goulart
2015-08-20 15:04 ` 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.