Commit Graph

102 Commits

Author SHA1 Message Date
landry
38d657c08d devel/py-build{bot,slave}: update to 3.7.0.
see https://github.com/buildbot/buildbot/releases/tag/v3.7.0
finally switch py-buildbot to MODPY_PYBUILD=setuptools.
2022-12-15 12:54:40 +00:00
sthen
d858b7cc2a Ports built with setuptools on python 3.10 don't need a RUN_DEPENDS on
setuptools (it's used as a package locator but importlib.metadata in
newer Python core or the external importlib_metadata are preferred).
So drop the RDEP in that case (it's still kept for py27) and bump
revisions.
2022-11-26 23:28:11 +00:00
sthen
81d581665c bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:27:35 +00:00
ajacoutot
f50fdd748e Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:14:43 +00:00
landry
d180fba980 devel/py-build{bot,slave}: update to 3.6.1.
see https://github.com/buildbot/buildbot/releases/tag/v3.6.1
2022-09-23 14:10:36 +00:00
landry
8f2a577177 devel/py-build{bot,slave}: update to 3.6.0.
see http://docs.buildbot.net/current/relnotes/index.html#buildbot-3-6-0-2022-08-25
2022-08-26 13:52:20 +00:00
ajacoutot
9e45440fb2 Use the rc_exec function instead of ${rcexec}. 2022-05-21 10:50:49 +00:00
landry
90658e53d8 devel/py-buildbot/buildbot: add missing RDEP on py3-yaml 2022-05-04 06:37:03 +00:00
naddy
85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +00:00
landry
cb7560718b devel/py-build{bot,slave}: update to 3.5.0.
https://docs.buildbot.net/current/relnotes/#buildbot-3-5-0-2022-03-06
add py3-msgpack to RDEP, cf https://github.com/buildbot/buildbot/pull/6323
2022-03-07 08:58:48 +00:00
landry
b1d1c2b6a7 devel/py-build{slave,bot}: update to 3.4.1.
See https://docs.buildbot.net/current/relnotes/index.html#buildbot-3-4-1-2022-02-09
2022-03-05 09:15:51 +00:00
sthen
75261975b1 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:22 +00:00
landry
60a95d52f4 devel/py-build{bot,slave}: update to 3.4.0.
cf https://docs.buildbot.net/current/relnotes/index.html#buildbot-3-4-0-2021-10-15
now uses alembic instead of sqlalchemy-migrate for db scheme migrations.
2021-11-01 08:27:16 +00:00
landry
f3bef175a5 devel/py-build{bot,slave}: update to 3.3.0.
See https://docs.buildbot.net/current/relnotes/index.html#buildbot-3-3-0-2021-07-31
2021-08-15 09:42:39 +00:00
landry
b68b64726a devel/py-buildbot{,_worker}: update to 3.2.0.
See https://docs.buildbot.net/current/relnotes/index.html#buildbot-3-2-0-2021-06-17
2021-07-03 12:50:22 +00:00
landry
49c6955bcc devel/py-build{bot,slave}: update to 3.1.1
see for changes:
https://docs.buildbot.net/current/relnotes/#buildbot-3-1-1-2021-04-28
https://docs.buildbot.net/current/relnotes/#buildbot-3-1-0-2021-04-05
2021-04-28 13:27:19 +00:00
landry
0072c3a1d2 devel/py-build{bot,slave}: update to 3.0.2.
finally removes deprecated APIs from before the 0.9 days that were replaced over time.
See https://docs.buildbot.net/current/relnotes/index.html#buildbot-3-0-2-2021-03-16
for relnotes and
https://docs.buildbot.net/current/relnotes/index.html#deprecations-and-removals
for details about the removals.
2021-03-25 16:30:32 +00:00
sthen
dd6b865ed7 revert accidentally committed files 2021-03-15 21:02:10 +00:00
sthen
348dd587a2 update to py-ptyprocess-0.7.0, make py3-only 2021-03-15 20:53:22 +00:00
landry
ba5afb9b84 devel/py-buildbot: update to 2.10.2 2021-03-08 07:58: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
landry
133814b6e1 devel/py-buildbot: update to 2.10.1 2021-02-03 14:30:13 +00:00
landry
2863012abb devel/py-build{bot,slave}: update to 2.10.0.
See https://docs.buildbot.net/current/relnotes/index.html#buildbot-2-10-0-2021-01-02
2021-01-03 17:51:55 +00:00
landry
962248c21c devel/py-build{bot,slave}: update to 2.9.4.
See https://github.com/buildbot/buildbot/releases/tag/v2.9.4
2021-01-01 17:46:21 +00:00
landry
1054e7f983 devel/py-build{bot,slave}: update to 2.9.3.
See https://github.com/buildbot/buildbot/releases/tag/v2.9.3
2020-12-16 13:11:34 +00:00
landry
f9ca11ec4a oops, forgot to drop the REVISION markers in previous 2020-12-09 07:39:16 +00:00
landry
bcbe262271 devel/py-build{bot,slave}: update to 2.9.2.
See https://github.com/buildbot/buildbot/releases/tag/v2.9.2
2020-12-09 07:30:35 +00:00
landry
0f39a1a6a7 devel/py-build{bot,slave}: update to 2.9.1.
See
https://github.com/buildbot/buildbot/blob/master/master/docs/relnotes/index.rst#buildbot-291--2020-12-05-
and
https://github.com/buildbot/buildbot/blob/master/master/docs/relnotes/index.rst#buildbot-290--2020-12-04-
2020-12-06 09:39:14 +00:00
landry
2d29bbee29 Update to py-buildbot{,-worker} 2.8.4. 2020-09-07 11:48:30 +00:00
landry
610d80586f Update to buildbot 2.8.3. 2020-08-23 07:20:43 +00:00
landry
bf7b9cbb7f update to py-build{bot,slave} 2.8.2 2020-07-20 07:18:13 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
landry
5bf9337075 Update to buildbot/buildslave 2.8.1 2020-06-07 09:36:14 +00:00
landry
55c8808089 Update to buildbot/buildslave 2.7.0 2020-03-17 13:45:31 +00:00
landry
7a7fd29e17 Update to buildbot 2.6.0. 2020-01-22 08:52:33 +00:00
landry
dc316b5dfe Update to buildbot 2.5.1. 2020-01-02 09:21:38 +00:00
landry
6150480523 Update to buildbot/buildslave 2.5.0. 2019-10-25 16:42:09 +00:00
landry
32f1d0dd90 Update to buildbot 2.4.1. 2019-09-23 13:41:38 +00:00
landry
de2125a0eb Update to buildbot/buildslave 2.4.0. 2019-08-27 15:35:55 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
landry
9b01d414b9 Update to buildbot 2.3.1. 2019-05-28 18:54:25 +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
landry
236ce53e75 Update to buildbot/worker 2.1.0.
See https://docs.buildbot.net/current/relnotes/index.html#buildbot-2-1-0-2019-03-09
2019-03-15 07:44:48 +00:00
landry
1c0ba02456 Update to buildbot/buildbot_worker 1.8.0
See https://docs.buildbot.net/current/relnotes/index.html#buildbot-1-8-0-2019-01-20
2019-01-24 09:50:50 +00:00
landry
4e2ee27a95 Update to buildbot 1.7.0.
See https://docs.buildbot.net/current/relnotes/index.html#buildbot-1-7-0-2018-12-21
2018-12-27 10:40:33 +00:00
landry
da59375e9a Update to buildbot/buildworker 1.6.0 2018-12-07 09:07:37 +00:00
landry
df2a95ae8e Update to buildbot 1.5.0. 2018-10-18 08:08:12 +00:00
landry
e301504103 Update to buildbot/buildworker 1.4.0.
See https://docs.buildbot.net/current/relnotes/index.html#buildbot-1-4-0-2018-09-02
2018-09-06 18:34:26 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
landry
6b24e47834 Update to buildbot 1.3.0. 2018-07-23 05:38:25 +00:00