Commit Graph

19 Commits

Author SHA1 Message Date
sthen e6dba44ee9 use MODPY_PYBUILD for most of net/ 2022-11-13 19:37:40 +00:00
sthen dae9f91e31 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:28:39 +00:00
naddy 3f5796b9fd drop RCS Ids 2022-03-11 19:45:43 +00:00
sthen 129135eb14 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 08:30:06 +00:00
sthen 3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +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
kmos 34c025065b Update poezio from 0.12 to 0.13.1
Input from and ok paco@
2020-07-10 03:33:06 +00:00
sthen d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
sthen 48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
kmos c45cd79fc7 Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.

Idea from afresh1 who pointed out the cpan module already does this.

aja "I support this move."

OK sthen@
2019-05-15 12:04:34 +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
danj dbc0531fab Update to poezio-0.12
Drop maintainership while there
2018-09-06 15:50:41 +00:00
espie df1da998a1 remove traces of utf8 encoding in pkg/DESCR
bump accordingly
2018-02-27 21:47:38 +00:00
danj ea13e0ced7 Update to poezio-0.11 2017-03-15 00:25:59 +00:00
landry f345fb86c6 bump ports depending on python3 in net 2017-01-03 19:24:43 +00:00
danj 94cb53db53 Update to poezio-0.10 2016-10-10 17:51:32 +00:00
danj b48f35995e update the name of the depends after the renaming and add back some
annotation in the PLIST that were zapped in the import

ok sthen@ ajacoutot@ (previous diff ok shadchin@)
2016-06-05 17:17:19 +00:00
danj 38f2c76ea3 import poezio-0.9
Poezio is a console Jabber/XMPP client. Its goal is to use anonymous connections
to simply let the user join MultiUserChats. This way, the user doesn’t have to
create a Jabber account, exactly like people are using IRC. Poezio’s commands
are designed to be (if possible) like commonly used IRC clients (weechat, irssi,
etc).

ok landry@, jca@, sthen@ (who spotted a missed test depend)
2016-05-07 14:56:28 +00:00