1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-10-22 17:54:32 +00:00
parent f4a6e029d8
commit 180354c75f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553029
5 changed files with 52 additions and 0 deletions

View File

@ -1005,6 +1005,7 @@
SUBDIR += py-dpkt
SUBDIR += py-dugong
SUBDIR += py-ec2-cli-tools
SUBDIR += py-errbot
SUBDIR += py-eventlet
SUBDIR += py-flask-xml-rpc
SUBDIR += py-gntp

33
net/py-errbot/Makefile Normal file
View File

@ -0,0 +1,33 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= errbot
PORTVERSION= 6.1.5
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Chatbot designed to be simple to extend with plugins
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansi>=0:devel/py-ansi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}colorlog>=0:devel/py-colorlog@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}deepmerge>=0.1.0:devel/py-deepmerge@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dulwich>=0.19.16:devel/dulwich@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}markdown>=0<3.0:textproc/py-markdown@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygments>=2.0.2:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}WebTest>=0:www/py-WebTest@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

3
net/py-errbot/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1603378091
SHA256 (errbot-6.1.5.tar.gz) = 2947fdca8226450fdc77738151fd5b29adbd019222e948e40f7040c43079262e
SIZE (errbot-6.1.5.tar.gz) = 211958

View File

@ -0,0 +1,10 @@
--- setup.py.orig 2020-10-10 16:25:15 UTC
+++ setup.py
@@ -36,7 +36,6 @@ deps = ['webtest',
'markdown<3.0', # rendering stuff, 3.0+ deprecates 'safe()'
'ansi',
'Pygments>=2.0.2',
- 'pygments-markdown-lexer>=0.1.0.dev39', # sytax coloring to debug md
'dulwich>=0.19.16', # python implementation of git
'deepmerge>=0.1.0',
]

5
net/py-errbot/pkg-descr Normal file
View File

@ -0,0 +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