30 Commits

Author SHA1 Message Date
bket
34a8a25e31 remove rcs IDs in ports maintained by me 2022-03-08 08:53:49 +00:00
bket
429a725910 Update to py-msgpack-1.0.3
Changes:
https://github.com/msgpack/msgpack-python/blob/v1.0.3/ChangeLog.rst
2022-03-01 10:36:53 +00:00
sthen
3fb7cdbcf6 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:01:35 +00:00
sthen
ea922cdbf7 convert another batch of py2+3 ports to py3-only, and remove a few more
py2-only ports providing py-* modules that are no longer used in ports.

this doesn't change ports used to support standalone py2-only applications,
not currently planned to remove those at least until a few things with no
real alternatives get ported to py3.
2021-10-29 15:38:40 +00:00
kmos
2795ba2341 Bump the REVISION on all ports that use the python2 version of
py-setuptools.

Also change the lang/python module to use the new
devel/py2-setuptools for python2 ports

ok sthen@
2021-05-21 19:50:21 +00:00
sthen
d80c418015 regen PLISTs for python ports with .so files that end up renamed due to
the EXT_SUFFIX change in Python 3.8.7
2021-01-04 14:06:26 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
bket
64a02a3178 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-13 12:31:46 +00:00
bket
8f22fa4ee1 Update to py-msgpack-1.0.0
Changes:
https://github.com/msgpack/msgpack-python/blob/v1.0.0/ChangeLog.rst
2020-03-01 16:37:02 +00:00
bket
d58a083e57 Update to py-msgpack-0.6.2.
Minor update:
https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst
2019-10-18 05:26:29 +00:00
bket
e7a5774655 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-08-10 19:17:56 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
danj
7219f4e6bd Remove shadchin@ as maintainer per his request 2019-05-13 19:03:51 +00:00
sthen
d7f0752227 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-04-28 20:51:26 +00:00
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