diff options
| author | Yegor Yefremov <yegorslists@googlemail.com> | 2016-01-13 15:24:18 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2016-01-13 21:34:08 +0100 |
| commit | 8d49d853f5c882c7d9c3c30e61c82265ee26e9e1 (patch) | |
| tree | d9b3a436459c7ea28baf3926b8a6c9742a6c1382 /package/python-can | |
| parent | a059055c5241ff69bd3b2f32088d03bf2a0f611e (diff) | |
| download | buildroot-8d49d853f5c882c7d9c3c30e61c82265ee26e9e1.tar.gz buildroot-8d49d853f5c882c7d9c3c30e61c82265ee26e9e1.zip | |
python-can: bump to 1.4.2
Add hash file and change download location to PyPi.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-can')
| -rw-r--r-- | package/python-can/python-can.hash | 3 | ||||
| -rw-r--r-- | package/python-can/python-can.mk | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/package/python-can/python-can.hash b/package/python-can/python-can.hash new file mode 100644 index 0000000000..bc3dfdab72 --- /dev/null +++ b/package/python-can/python-can.hash @@ -0,0 +1,3 @@ +# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=b9fb15ff75266f2cb53a175ee2097768, sha256 locally computed +md5 b9fb15ff75266f2cb53a175ee2097768 python-can-1.4.2.tar.gz +sha256 29b4e736b0d8b958b8074e209c9f1482e02761bbf97ddf0871f291da312c11ed python-can-1.4.2.tar.gz diff --git a/package/python-can/python-can.mk b/package/python-can/python-can.mk index c7b06a5942..d6370edd4f 100644 --- a/package/python-can/python-can.mk +++ b/package/python-can/python-can.mk @@ -4,9 +4,8 @@ # ################################################################################ -PYTHON_CAN_VERSION = ae5b6cf -PYTHON_CAN_SITE = https://bitbucket.org/hardbyte/python-can/get -PYTHON_CAN_SOURCE = $(PYTHON_CAN_VERSION).tar.bz2 +PYTHON_CAN_VERSION = 1.4.2 +PYTHON_CAN_SITE = https://pypi.python.org/packages/source/p/python-can PYTHON_CAN_LICENSE = LGPLv3 PYTHON_CAN_LICENSE_FILES = LICENSE.txt PYTHON_CAN_SETUP_TYPE = setuptools |

