Port details |
- py-buildbot Continuous Integration Framework
- 3.7.0 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2017-11-28 10:15:56
- Last Update: 2023-01-11 15:58:34
- Commit Hash: 77d6847
- Also Listed In: python
- License: GPLv2
- Description:
- The BuildBot is a system to automate the compile/test cycle required by most
software projects to validate code changes. By automatically rebuilding and
testing the tree each time something has changed, build problems are
pinpointed quickly, before other developers are inconvenienced by the
failure. The guilty developer can be identified and harassed without human
intervention. By running the builds on a variety of platforms, developers who
do not have the facilities to test their changes everywhere before checkin will
at least know shortly afterwards whether they have broken the build or not.
Warning counts, lint checks, image size, compile time, and other build
parameters can be tracked over time, are more visible, and are therefore
easier to improve.
The overall goal is to reduce tree breakage and provide a platform to run tests
or code-quality checks that are too annoying or pedantic for any human to waste
their time with. Developers get immediate (and potentially public) feedback
about their changes, encouraging them to be more careful about testing before
checkin.
For more information, please see: https://buildbot.net/trac
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}buildbot>0:devel/py-buildbot@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-buildbot/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-buildbot
- pkg install py39-buildbot
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-buildbot listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-buildbot
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1670858091
SHA256 (buildbot-3.7.0.tar.gz) = 60c2d3d523fa35e9c9214553bebe7c195aed3571f0f9b85f80ca59bb7adebc6e
SIZE (buildbot-3.7.0.tar.gz) = 2459736
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-boto3>0 : www/py-boto3@py39
- py39-buildbot-pkg>0 : devel/py-buildbot-pkg@py39
- py39-lz4>=0 : archivers/py-lz4@py39
- py39-mock>=2.0.0 : devel/py-mock@py39
- py39-moto>0 : devel/py-moto@py39
- py39-parameterized>0 : devel/py-parameterized@py39
- py39-pyjade>0 : textproc/py-pyjade@py39
- py39-treq>0 : www/py-treq@py39
- py39-txrequests>0 : www/py-txrequests@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-alembic>=1.6.0 : databases/py-alembic@py39
- py39-autobahn>=0.16.0 : www/py-autobahn@py39
- py39-buildbot-www>0 : devel/py-buildbot-www@py39
- py39-dateutil>=1.5 : devel/py-dateutil@py39
- py39-Jinja2>=2.1 : devel/py-Jinja2@py39
- py39-pyjwt>=0 : www/py-pyjwt@py39
- py39-sqlalchemy14>=1.3.0<1.5 : databases/py-sqlalchemy14@py39
- py39-sqlite3>0 : databases/py-sqlite3@py39
- py39-twisted>=17.9.0 : devel/py-twisted@py39
- py39-txaio>=2.2.2 : devel/py-txaio@py39
- py39-yaml>0 : devel/py-yaml@py39
- py39-zope.interface>=4.1.1 : devel/py-zope.interface@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-buildbot
- USES:
- cpe python:3.5+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.7.0 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
3.7.0 14 Dec 2022 14:18:51
    |
Muhammad Moinur Rahman (bofh)  |
devel/py-buildbot: Update version 3.5.0=>3.7.0
- Use the existing buildbot users and groups
- Refactor the rc script to run as buildbot user and pointing the
basedir to the home directory of buildbot user [1]
PR: 248234 [1]
Reported by: ari@ish.com.au [1] |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.5.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.5.0 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.5.0 12 Mar 2022 10:41:14
    |
Muhammad Moinur Rahman (bofh)  |
devel/py-buildbot: Update version 3.4.1=>3.5.0
Relnotes: https://github.com/buildbot/buildbot/releases/tag/v3.5.0 |
3.4.1 08 Mar 2022 02:09:57
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Take maintainership |
3.4.1 07 Mar 2022 19:07:39
    |
Rene Ladan (rene)  |
all: return koobs' ports to the pool after safekeeping his commit bit. |
3.4.1 25 Feb 2022 06:36:21
    |
Kai Knoblich (kai)  Author: Tomoyuki Sakurai |
devel/py-buildbot*: Update to 3.4.1
* This also should fix the regression caused after the switch from
py-sqlalchemy12 to py-sqlalchemy14 in e3f7785e1794.
Changelog since 2.10.5:
https://github.com/buildbot/buildbot/blob/v3.4.1/master/docs/relnotes/index.rst
PR: 259599
Reviewed by: koobs (maintainer)
Approved by: koobs (maintainer, implicit: MAINTAINER_POLICY)
MFH: 2022Q1 (fix regression with py-sqlalchemy14) |
2.10.5_3 13 Jan 2022 13:52:37
    |
Danilo G. Baio (dbaio)  |
Change a few ports to use the most recent version of pyjwt
Reviewed by: olgeni, yuri, sunpoet, ultima and kai
Differential Revision: https://reviews.freebsd.org/D33797 |
2.10.5_2 25 Oct 2021 15:59:56
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-buildbot: Fix dependency after e3f7785e179478fad28f60841e34cde0f95e27f4
- Bump PORTREVISION for dependency change
make test results:
- sqlalchemy12: FAILED (skips=121, failures=4, errors=141, successes=728)
- sqlalchemy14: FAILED (skips=14, errors=46, successes=690) |
2.10.5_1 04 Oct 2021 17:10:05
    |
Rainer Hurling (rhurlin)  Author: Goran Mekic |
www/py-pyjwt: Rename to www/py-pyjwt1
To make it possible to easily import py-pyjwt v2.x move the current port
to a versioned directory. Bump consumers after rename of the dependency.
PR: 254038 |
2.10.5 02 Sep 2021 15:19:01
    |
Bernhard Froehlich (decke)  |
devel/py-buildbot: Add CPE information
Approved by: portmgr (blanket) |
2.10.5 16 May 2021 14:40:40
    |
Danilo G. Baio (dbaio)  |
devel/py-buildbot*: Update to 2.10.5
Changelog:
https://docs.buildbot.net/current/relnotes/2.x.html#buildbot-2-10-5-2021-04-05
Approved by: koobs (maintainer, implicit) |
2.7.0 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
2.7.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.7.0 23 Mar 2020 05:12:43
  |
koobs  |
devel/py-buildbot*: Update to 2.7.0
devel/py-buildbot:
- Remove setup.py patch (upstreamed)
- Update test target (setup.py test is going away :|)
Changelog:
https://docs.buildbot.net/current/relnotes/index.html#buildbot-2-7-0-2020-02-27
PR: 244219 |
2.3.1 01 Jun 2019 13:58:51
  |
koobs  |
devel/py-buildbot{-*}: Update to 2.3.1
This release fixes a vulnerability in OAuth where user-submitted
authorization token was used for authentication. [1][2]
Changelog:
https://docs.buildbot.net/current/relnotes/index.html#buildbot-2-3-1-2019-05-22
[1]
https://github.com/buildbot/buildbot/wiki/OAuth-vulnerability-in-using-submitted-authorization-token-for-authentication
[2] https://github.com/buildbot/buildbot/pull/4763/files
MFH: 2019Q2 (MFH with ports r501623)
Security: ada8db8a-8471-11e9-8170-0050562a4d7b |
2.3.0 14 May 2019 06:05:22
  |
koobs  |
devel/py-buildbot{-*}: Update to 2.3.0
Changelog:
https://docs.buildbot.net/current/relnotes/index.html#buildbot-2-3-0-2019-05-06 |
2.2.0 26 Apr 2019 11:33:08
  |
koobs  |
devel/py-buildbot{-*}: Update to 2.2.0
buildbot:
- Now python 3 only (3.5+)
- Add missing tests_requires to setup.py
buildbot-worker:
- Retains Python 2/3 compatibility
- Remove setup.py patch (upstreamed)
Changelog:
https://docs.buildbot.net/current/relnotes/index.html#buildbot-2-2-0-2019-04-07
Security: 5536ea5f-6814-11e9-a8f7-0050562a4d7b
MFH: 2019Q2 |
1.5.0_3 10 Apr 2019 06:18:32
  |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
1.5.0_2 12 Jan 2019 15:39:59
  |
pi  |
databases/py-sqlalchemy-migrate (and dependents):
Update RUN_DEPENDS from sqlalchemy10 to sqlalchemy12
- Assigns databases/py-sqlalchemy-migrate to databases/py-sqlalchemy12
- Assigns the following ports to databases/py-sqlalchemy12:
* devel/py-buildbot
* misc/py-cinder
* misc/py-glance
* security/py-keystone
- Unbreaks devel/py-oslo.db because it is buildable when
databases/py-sqlalchemy-migrate
has been assigned to
databases/py-sqlalchemy12
- Fixes pkg-plist for devel/py-glance after ports r489963
PR: 230379
Submitted by: Kai <freebsd_ports@k-worx.org>
Approved by: koobs, lwhsu |
1.5.0_1 04 Jan 2019 10:16:00
  |
koobs  |
devel/py-buildbot: Version-suffix rc script command
For python ports, particularly those that use USE_PYTHON=concurrent, only
the *default* python version/flavor (of the port) gets symlinks created for
any script/binary filenames installed in LOCALBASE/bin.
For non-default Python versions/flavors of the port or package, *only* a
version-suffixed script filename is installed.
The devel/buildbot-worker rc script was fixed in ports r483022 [1] to use a
version-suffixed script name.
This change fixes the same for devel/py-buildbot, whos rc script currently
fails to run due to trying to invoke a non-existent 'buildbot' script name
for the non-default (!2.7) case.
Since a port/package cannot know at run time, at any point what the default
Python version currently is, or whether it has changed, Python ports *must*
always and only refer to version-specific variants for everything,
including the Python interpreter, script shebangs, commands, paths, etc,
for the Python version they are currently being built with.
PR: 234565, 227675 [1]
Reported by: Andreas Sommer <andreas.sommer87 googlemail com>
MFH: 2019Q1 |
1.5.0 07 Nov 2018 03:25:00
  |
koobs  |
devel/py-buildbot{-*}: Update to 1.5.0
All ports (where necessary):
- Fix and equalize *_DEPENDS (and specified versions) to setup.py.
- Match COMMENT to setup.py:description.
- Add commented LICENSE_FILE describing why its not defined.
py-buildbot{-worker}:
- Enable concurrent (Multiple Python version) installation.
- Update test targets to set PYTHONPATH, so that the package in WRKSRC.
is tested, not installed packages.
py-buildbot: (Only the first 15 lines of the commit message are shown above ) |
0.9.15 09 Jul 2018 18:50:29
  |
miwi  |
- Update to 0.9.15
Submitted by: rodrigc
Approved by: koobs (maintainer)
Sponsored by: iXsystems Inc.
Differential Revision: https://reviews.freebsd.org/D13745 |
0.9.11_1 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.9.11_1 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.9.11_1 28 Nov 2017 10:15:46
  |
rodrigc  |
devel/buildbot*: Rename all buildbot ports
devel/buildbot -> devel/py-buildbot
devel/buildbot-worker -> devel/py-buildbot-worker
devel/buildbot-console-view -> devel/py-buildbot-console-view
devel/buildbot-grid-view -> devel/py-buildbot-grid-view
devel/buildbot-pkg -> devel/py-buildbot-pkg
devel/buildbot-waterfall-view -> devel/py-buildbot-waterfall-view
devel/buildbot-www -> devel/py-buildbot-www
- Update MAINTAINER
- Allow builds with Python 3.x
Reviewed_by: koobs
Approved by: koobs (maintainer), portmgr (maintainer timeout, grembo, 3+ weeks)
Differential Revision: D12499 |