Version: 0.6.2, Package name: py-msgpack-0.6.2 |
Maintained by: Bjorn Ketelaars |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description MessagePack is a fast, compact binary serialization format, suitable for similar data to JSON. This package provides CPython bindings for reading and writing MessagePack data. |
Filesize: 116.271 KB |
Version History (View Complete History) |
|
2021-01-04 07:06:39 by Stuart Henderson | Files touched by this commit (242) |
Log message: regen PLISTs for python ports with .so files that end up renamed due to the EXT_SUFFIX change in Python 3.8.7 |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2020-03-13 06:31:46 by Bjorn Ketelaars | Files touched by this commit (4) |
Log message: Revert to py-msgpack-0.6.2 and set version requirement in sysutils/salt florian@ noticed that sysutils/salt does not like py-msgpack-1.0.0. Upstream of the latter dropped the encoding option from Packer and Unpacker causing a TypeError Comments and OK from jca@ |
2020-03-01 09:37:02 by Bjorn Ketelaars | Files touched by this commit (3) |
Log message: Update to py-msgpack-1.0.0 Changes: https://github.com/msgpack/msgpack-python/blob/v1.0.0/ChangeLog.rst |
2019-10-17 23:26:29 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Update to py-msgpack-0.6.2. Minor update: https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst |
2019-08-10 13:17:56 by Bjorn Ketelaars | Files touched by this commit (3) |
Log message: Update to py-msgpack-0.6.1. Changelog can be found at https://github.com/msgpack/msgpack-python/blob/v0.6.1/ChangeLog.rst While here take MAINTAINER. OK sthen@ |
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-13 13:03:54 by Daniel Jakots | Files touched by this commit (33) |
Log message: Remove shadchin@ as maintainer per his request |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2019-03-25 08:29:53 by Klemens Nanni | Files touched by this commit (70) |
Log message: Convert devel/py-test consumers to new MODPY_PYTEST lang/python/python.port.mk revision 1.102 and 1.103 added MODPY_TEST_LOCALE and MODPY_PYTEST respectively, nicely wrapping up the usual pytest dance. This removes hand-rolled do-tests from all 70 ports by setting MODPY_PYTEST=Yes and MODPY_TEST_LOCALE as well as HOME=${WRKDIR} to TESTENV as needed. From Kurt Mosiejczuk <kurt at cranky dot work>, thanks! OK sthen |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-06-21 08:38:14 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Update to py-msgpack-0.5.6. While here change HOMEPAGE to https, and update WANTLIB. OK shadchin@ (maintainer), jca@ |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2017-01-03 12:24:43 by Landry Breuil | Files touched by this commit (24) |
Log message: bump ports depending on python3 in net |
2016-08-28 07:17:52 by Alexandr Shadchin | Files touched by this commit (2) |
Log message: Update to py-msgpack 0.4.8 |
2016-04-22 05:30:50 by Alexandr Shadchin | Files touched by this commit (2) |
Log message: Update to py-msgpack 0.4.7 and take maintainer. |
2015-10-09 04:07:18 by Stuart Henderson | Files touched by this commit (1) |
Log message: fix tests for py3, spotted by ajacoutot@ |
2015-10-09 02:26:38 by Stuart Henderson | Files touched by this commit (2) |
Log message: add py3 flavour for msgpack, from Björn Ketelaars |
2015-09-29 04:52:35 by Stuart Henderson | Files touched by this commit (131) |
Log message: bump REVISION for setuptools dep change. |
2015-06-04 01:46:28 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: update to py-msgpack-0.4.6 |
2015-04-02 08:21:18 by Jasper Lievisse Adriaanse | Files touched by this commit (187) |
Log message: - switch to MODPY_PI |