16 Commits

Author SHA1 Message Date
kn
0796219cc0 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
2019-03-25 14:29:49 +00:00
sthen
25f0e460f2 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-10-24 14:27:57 +00:00
bket
f547dc74b0 Update to py-msgpack-0.5.6.
While here change HOMEPAGE to https, and update WANTLIB.

OK shadchin@ (maintainer), jca@
2018-06-21 14:38:14 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
landry
f345fb86c6 bump ports depending on python3 in net 2017-01-03 19:24:43 +00:00
shadchin
c56c4ca85d Update to py-msgpack 0.4.8 2016-08-28 13:17:52 +00:00
shadchin
9bf5c8c9d8 Update to py-msgpack 0.4.7 and take maintainer. 2016-04-22 11:30:50 +00:00
sthen
cb7e44bbc2 fix tests for py3, spotted by ajacoutot@ 2015-10-09 10:07:18 +00:00
sthen
a13a9eba3e add py3 flavour for msgpack, from Björn Ketelaars 2015-10-09 08:26:38 +00:00
sthen
ee57a78901 bump REVISION for setuptools dep change. 2015-09-29 10:52:28 +00:00
jasper
b7e4fe37be update to py-msgpack-0.4.6 2015-06-04 07:46:28 +00:00
jasper
5e91600570 - switch to MODPY_PI 2015-04-02 14:21:12 +00:00
ajacoutot
9ad4eab138 Update to py-msgpack-0.4.2. 2014-09-22 13:35:43 +00:00
landry
fe1f9f43e0 Import py-msgpack 0.3.0, required by upcoming salt port.
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.

ok rpointel@
2013-08-06 19:54:20 +00:00