Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] python-pyasn: bump to 0.1.9
@ 2015-12-14  8:25 yegorslists at googlemail.com
  2015-12-14  8:25 ` [Buildroot] [PATCH 2/2] python-webpy: add a hash file and use pypi download location yegorslists at googlemail.com
  2015-12-14 17:00 ` [Buildroot] [PATCH 1/2] python-pyasn: bump to 0.1.9 Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: yegorslists at googlemail.com @ 2015-12-14  8:25 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Add a hash file.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/python-pyasn/python-pyasn.hash | 3 +++
 package/python-pyasn/python-pyasn.mk   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
 create mode 100644 package/python-pyasn/python-pyasn.hash

diff --git a/package/python-pyasn/python-pyasn.hash b/package/python-pyasn/python-pyasn.hash
new file mode 100644
index 0000000..59c90a8
--- /dev/null
+++ b/package/python-pyasn/python-pyasn.hash
@@ -0,0 +1,3 @@
+# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=f00a02a631d4016818659d1cc38d229a, sha256 locally computed
+md5     f00a02a631d4016818659d1cc38d229a  pyasn1-0.1.9.tar.gz
+sha256  853cacd96d1f701ddd67aa03ecc05f51890135b7262e922710112f12a2ed2a7f  pyasn1-0.1.9.tar.gz
diff --git a/package/python-pyasn/python-pyasn.mk b/package/python-pyasn/python-pyasn.mk
index fbae090..8b10958 100644
--- a/package/python-pyasn/python-pyasn.mk
+++ b/package/python-pyasn/python-pyasn.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PYTHON_PYASN_VERSION = 0.1.7
+PYTHON_PYASN_VERSION = 0.1.9
 PYTHON_PYASN_SOURCE = pyasn1-$(PYTHON_PYASN_VERSION).tar.gz
 PYTHON_PYASN_SITE = https://pypi.python.org/packages/source/p/pyasn1
 PYTHON_PYASN_LICENSE = BSD-2c
-- 
2.1.4

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

* [Buildroot] [PATCH 2/2] python-webpy: add a hash file and use pypi download location
  2015-12-14  8:25 [Buildroot] [PATCH 1/2] python-pyasn: bump to 0.1.9 yegorslists at googlemail.com
@ 2015-12-14  8:25 ` yegorslists at googlemail.com
  2015-12-19 13:18   ` Thomas Petazzoni
  2015-12-14 17:00 ` [Buildroot] [PATCH 1/2] python-pyasn: bump to 0.1.9 Thomas Petazzoni
  1 sibling, 1 reply; 4+ messages in thread
From: yegorslists at googlemail.com @ 2015-12-14  8:25 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/python-webpy/python-webpy.hash | 3 +++
 package/python-webpy/python-webpy.mk   | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)
 create mode 100644 package/python-webpy/python-webpy.hash

diff --git a/package/python-webpy/python-webpy.hash b/package/python-webpy/python-webpy.hash
new file mode 100644
index 0000000..05ee808
--- /dev/null
+++ b/package/python-webpy/python-webpy.hash
@@ -0,0 +1,3 @@
+# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=93375e3f03e74d6bf5c5096a4962a8db, sha256 locally computed
+md5     93375e3f03e74d6bf5c5096a4962a8db  web.py-0.37.tar.gz
+sha256  748c7e99ad9e36f62ea19f7965eb7dd7860b530e8f563ed60ce3e53e7409a550  web.py-0.37.tar.gz
diff --git a/package/python-webpy/python-webpy.mk b/package/python-webpy/python-webpy.mk
index ef5b6b3..2074b39 100644
--- a/package/python-webpy/python-webpy.mk
+++ b/package/python-webpy/python-webpy.mk
@@ -5,7 +5,8 @@
 ################################################################################
 
 PYTHON_WEBPY_VERSION = 0.37
-PYTHON_WEBPY_SITE = $(call github,webpy,webpy,webpy-$(PYTHON_WEBPY_VERSION))
+PYTHON_WEBPY_SOURCE = web.py-$(PYTHON_WEBPY_VERSION).tar.gz
+PYTHON_WEBPY_SITE = https://pypi.python.org/packages/source/w/web.py
 PYTHON_WEBPY_SETUP_TYPE = distutils
 PYTHON_WEBPY_LICENSE = Public Domain, CherryPy License
 PYTHON_WEBPY_LICENSE_FILES = LICENSE.txt web/wsgiserver/LICENSE.txt
-- 
2.1.4

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

* [Buildroot] [PATCH 1/2] python-pyasn: bump to 0.1.9
  2015-12-14  8:25 [Buildroot] [PATCH 1/2] python-pyasn: bump to 0.1.9 yegorslists at googlemail.com
  2015-12-14  8:25 ` [Buildroot] [PATCH 2/2] python-webpy: add a hash file and use pypi download location yegorslists at googlemail.com
@ 2015-12-14 17:00 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-12-14 17:00 UTC (permalink / raw)
  To: buildroot

Yegor,

On Mon, 14 Dec 2015 09:25:56 +0100, yegorslists at googlemail.com wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> Add a hash file.
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  package/python-pyasn/python-pyasn.hash | 3 +++
>  package/python-pyasn/python-pyasn.mk   | 2 +-
>  2 files changed, 4 insertions(+), 1 deletion(-)
>  create mode 100644 package/python-pyasn/python-pyasn.hash

Both applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 2/2] python-webpy: add a hash file and use pypi download location
  2015-12-14  8:25 ` [Buildroot] [PATCH 2/2] python-webpy: add a hash file and use pypi download location yegorslists at googlemail.com
@ 2015-12-19 13:18   ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-12-19 13:18 UTC (permalink / raw)
  To: buildroot

Yegor,

On Mon, 14 Dec 2015 09:25:57 +0100, yegorslists at googlemail.com wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  package/python-webpy/python-webpy.hash | 3 +++
>  package/python-webpy/python-webpy.mk   | 3 ++-
>  2 files changed, 5 insertions(+), 1 deletion(-)
>  create mode 100644 package/python-webpy/python-webpy.hash

We had to essentially revert this commit, because it was breaking
legal-info. See
https://git.busybox.net/buildroot/commit/?id=85854ac8b3daefea43cad5c289780f3eeef447b2.

Don't hesitate to talk with upstream to have them include the license
files in the pypi tarballs.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2015-12-19 13:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-14  8:25 [Buildroot] [PATCH 1/2] python-pyasn: bump to 0.1.9 yegorslists at googlemail.com
2015-12-14  8:25 ` [Buildroot] [PATCH 2/2] python-webpy: add a hash file and use pypi download location yegorslists at googlemail.com
2015-12-19 13:18   ` Thomas Petazzoni
2015-12-14 17:00 ` [Buildroot] [PATCH 1/2] python-pyasn: bump to 0.1.9 Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox