Port details |
- py-errbot Chatbot designed to be simple to extend with plugins
- 6.2.0_1 net =2 6.2.0_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2020-10-22 17:56:43
- Last Update: 2024-10-25 11:17:58
- Commit Hash: 75a3c8f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: GPLv3
- WWW:
- https://errbot.readthedocs.io/en/latest/
- https://github.com/errbotio/errbot
- Description:
- Errbot is a chatbot. It allows you to start scripts interactively from your
chatrooms for any reason: random humour, chatops, starting a build, monitoring
commits, triggering alerts...
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}errbot>0:net/py-errbot@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/py-errbot/ && make install clean
- To add the package, run one of these commands:
- pkg install net/py-errbot
- pkg install py311-errbot
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 py311-errbot listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-errbot
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1708449414
SHA256 (errbot-6.2.0.tar.gz) = 5f2ea3ac6e9d14d36ff98fe8a5d344570c6fb04d9b7a7ae4eb857a46fcdbaf04
SIZE (errbot-6.2.0.tar.gz) = 176620
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:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-ansi>=0.3.6 : devel/py-ansi@py311
- py311-colorlog>=6.7.0 : devel/py-colorlog@py311
- py311-daemonize>=2.5.0 : devel/py-daemonize@py311
- py311-deepmerge>=1.1.0 : devel/py-deepmerge@py311
- py311-dulwich>=0.21.5 : devel/py-dulwich@py311
- py311-flask>=2.3.3 : www/py-flask@py311
- py311-Jinja2>=3.1.2 : devel/py-Jinja2@py311
- py311-markdown>=3.4.4 : textproc/py-markdown@py311
- py311-pygments>=2.16.1 : textproc/py-pygments@py311
- py311-openssl>=23.2.0,1 : security/py-openssl@py311
- py311-requests>=2.31.0 : www/py-requests@py311
- py311-webtest>=3.0.0 : www/py-webtest@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py311-errbot-6.2.0_1:
DISCORD=off: Discord messaging support
IRC=off: IRC messaging support
MATTERMOST=off: Mattermost messaging support
SLACK=off: Slack messaging support
TELEGRAM=off: Telegram messaging support
XMPP=off: XMPP messaging support
===> Use 'make config' to modify these settings
- Options name:
- net_py-errbot
- USES:
- python
- 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 |
6.2.0_1 25 Oct 2024 11:17:58 |
Po-Chuan Hsieh (sunpoet) |
net/py-errbot: Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for package change |
6.2.0_1 13 May 2024 14:04:16 |
Po-Chuan Hsieh (sunpoet) |
net/py-errbot: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
6.2.0 21 Feb 2024 15:07:56 |
Po-Chuan Hsieh (sunpoet) |
net/py-errbot: Update to 6.2.0
- Update WWW
- Adjust options:
- Add DISCORD, MATTERMOST and SLACK options
- Remove SLACK_RTM option
Changes: https://github.com/errbotio/errbot/releases
https://github.com/errbotio/errbot/blob/master/CHANGES.rst
https://errbot.readthedocs.io/en/latest/#release-history |
6.1.9_4 01 Dec 2023 06:39:02 |
Po-Chuan Hsieh (sunpoet) |
*: Fix build after 3232af18957315da73e0e4105cac869d8cb3c6b1 (www/py-flask
PORTNAME change)
Approved by: portmgr (blanket) |
6.1.9_4 09 Jul 2023 10:19:54 |
Po-Chuan Hsieh (sunpoet) |
net/py-errbot: Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for package change |
6.1.9_3 30 Jun 2023 07:00:41 |
Po-Chuan Hsieh (sunpoet) |
www/py-webtest: Move www/py-WebTest to www/py-webtest
- Use lowercase PORTNAME and path
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, fix py-zope.testbrowser
error in zope.testbrowser setup command: 'install_requires' must be a string or
list of strings containing valid project/version requirement specifiers;
Expected end or semicolon (after name and no valid version specifier)
pytz > dev
^
*** Error code 1
Stop.
make: stopped in /usr/ports/devel/py-zope.testbrowser |
6.1.9_2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
6.1.9_2 07 Jun 2023 21:59:00 |
Jan Beich (jbeich) |
www/py-WebTest: chase PORTNAME in consumers after d35a222edd93
===> py39-pecan-1.3.3 depends on package: py39-WebTest>=1.3.1 - not found
===> Installing existing package /packages/All/py39-webtest-3.0.0.pkg
Installing py39-webtest-3.0.0...
[...]
Extracting py39-webtest-3.0.0: .......... done
===> py39-pecan-1.3.3 depends on package: py39-WebTest>=1.3.1 - not found
*** Error code 1
Reported by: pkg-fallout |
6.1.9_2 09 Apr 2023 13:36:56 |
Po-Chuan Hsieh (sunpoet) |
net/py-errbot: Update version requirement of RUN_DEPENDS |
6.1.9_1 29 Jan 2023 17:16:38 |
Yuri Victorovich (yuri) |
devel/dulwich: Move to devel/py-dulwich
Ports with Python interfaces should all have the py- prefix. |
6.1.9 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
6.1.9 19 Nov 2022 08:12:24 |
Po-Chuan Hsieh (sunpoet) |
net/py-errbot: Update version requirement of RUN_DEPENDS |
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) |
6.1.9 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 ) |
6.1.9 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
6.1.9 16 Jun 2022 14:00:10 |
Po-Chuan Hsieh (sunpoet) |
net/py-errbot: Update to 6.1.9
Changes: https://github.com/errbotio/errbot/blob/master/CHANGES.rst |
6.1.8 25 Mar 2022 13:37:07 |
Po-Chuan Hsieh (sunpoet) |
net/py-errbot: Add IRC, SLACK_RTM, TELEGRAM and XMPP options |
6.1.8 25 Jun 2021 13:39:52 |
Po-Chuan Hsieh (sunpoet) |
net/py-errbot: Update to 6.1.8
Changes: https://github.com/errbotio/errbot/blob/master/CHANGES.rst |
6.1.7 11 May 2021 21:47:17 |
Po-Chuan Hsieh (sunpoet) |
net/py-errbot: Fix RUN_DEPENDS |
6.1.7 29 Apr 2021 18:52:42 |
Neel Chauhan (nc) |
net/py-errbot: Update to 6.1.7
Also, unlike the previous version, maintain compatability with
py-markdown < 3.3.
This is needed for the GTK+ 4 update.
PR: 255278
Approved by: sunpoet (maintainer) |
6.1.5 29 Apr 2021 14:24:03 |
Po-Chuan Hsieh (sunpoet) |
net/py-errbot: Revert e327fd83e67532c68a0ac11e4c4955a540b3fead
It should be committed along with the py-markdown 3.3+ update.
from pkg-fallout [1]:
===> py38-errbot-6.1.7 depends on package: py38-markdown>3.3 - not found
*** Error code 1
PR: 255278
Reference: http://beefy16.nyi.freebsd.org/data/130amd64-default/0ae18b07e470/logs/py38-errbot-6.1.7.log
[1] |
6.1.7 26 Apr 2021 03:32:52 |
Neel Chauhan (nc) |
net/py-errbot: Update to 6.1.7
This is needed for the GTK+ 4 update.
PR: 255278
Approved by: sunpoet (maintainer) |
6.1.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.1.5 22 Oct 2020 17:54:32 |
sunpoet |
Add py-errbot 6.1.5
Errbot is a chatbot. It allows you to start scripts interactively from your
chatrooms for any reason: random humour, chatops, starting a build, monitoring
commits, triggering alerts...
WWW: https://github.com/errbotio/errbot |