summaryrefslogtreecommitdiffstats
path: root/package/python-msgpack
Commit message (Collapse)AuthorAgeFilesLines
* package/python-msgpack: bump to version 0.6.0Asaf Kahlon2018-12-012-6/+6
| | | | | | | Archive file name changed from msgpack-python to msgpack Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* python-msgpack: bump to version 0.5.6Asaf Kahlon2018-09-302-5/+7
| | | | | | | Also add license hash. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-msgpack: bump to version 0.4.8, drop dependency on msgpackbradford barr2017-10-083-15/+7
| | | | | | | | This package doesn't actually rely on the msgpack runtime libraries, it's a pure python implementation. Signed-off-by: bradford barr <bradford@density.io> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/p*/Config.in: fix ordering of statementsAdam Duskett2017-05-011-1/+1
| | | | | | | | | | | | | The check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter p in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-msgpack: remove useless 'depends on' in commentThomas Petazzoni2016-03-101-1/+0
| | | | | | | | | | | In commit 6709fad224692ae5e0788bbd30145f7d622b52a4, python-msgpack was bumped to a new version that has support for Python 3. The "depends on BR2_PACKAGE_PYTHON' was removed for the main python-msgpack Config.in option, but not from the comment. This commit fixes this inconsistency. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* msgpack: rework BR2_ARCH_HAS_ATOMICS dependencyThomas Petazzoni2016-02-061-2/+2
| | | | | | | | | | | | The msgpack source code indeed checks for the 4 bytes __sync built-in, so this commit switches the package from a BR2_ARCH_HAS_ATOMICS dependency to a BR2_TOOLCHAIN_HAS_SYNC_4 dependency. python-msgpack, a reverse dependency of msgpack, is changed in the same way. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* python-msgpack: bump to 0.4.7Mauro Condarelli2016-02-023-2/+4
| | | | | | Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* msgpack: add dependency on atomic operationsAnton Kolesov2014-08-181-2/+2
| | | | | | | | | | This fixes: http://autobuild.buildroot.net/results/44849a386cefb8899f4560296bfbbd8ea19ee910/ Signed-off-by: Anton Kolesov <Anton.Kolesov@synopsys.com> [yann.morin.1998@free.fr: use the new symbol; remove comment strings] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: remove the trailing slash sign from <PKG>_SITE variableJerzy Grzegorek2014-07-311-1/+1
| | | | | | | | | | | | Since the trailing slash is stripped from $($(PKG)_SITE) by pkg-generic.mk: $(call DOWNLOAD,$($(PKG)_SITE:/=)/$($(PKG)_SOURCE)) so it is redundant. This patch removes it from $(PKG)_SITE variable for BR consistency. Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* msgpack: disable for ARCGustavo Zacarias2014-06-181-0/+2
| | | | | | | | | msgpack uses the __sync_fetch_and_add() atomic primitive that is not available for ARC. Fixes: http://autobuild.buildroot.net/results/829/8292e67354602738cae12d8ebea83b513ba35482/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: standardise Apache licensesSimon Dawson2014-01-021-1/+1
| | | | | | | | Apache licenses are referred to in a variety of ways; standardise these, choosing a form which does not contain whitespace. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-msgpack: new packageWojciech M. Zabolotny2013-12-152-0/+31
[Thomas: convert to the Python package infrastructure, added missing dependency on C++, inherited from msgpack.] Signed-off-by: Wojciech M. Zabolotny <wzab01@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud