diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-04-30 02:52:42 +0800 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-04-30 02:52:42 +0800 |
commit | 756466c9f47bfcd75ab204c5dbc0bcc463ace6b3 (patch) | |
tree | 20fe4d42155127d046c72ff879c07e5f7ee525e6 | |
parent | c8399c6d00478ecda4690c644a17ba702e65b92f (diff) | |
download | freebsd-ports-gnome-756466c9f47bfcd75ab204c5dbc0bcc463ace6b3.tar.gz freebsd-ports-gnome-756466c9f47bfcd75ab204c5dbc0bcc463ace6b3.tar.zst freebsd-ports-gnome-756466c9f47bfcd75ab204c5dbc0bcc463ace6b3.zip |
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)
-rw-r--r-- | net/py-errbot/Makefile | 4 | ||||
-rw-r--r-- | net/py-errbot/distinfo | 6 | ||||
-rw-r--r-- | net/py-errbot/files/patch-setup.py | 18 |
3 files changed, 14 insertions, 14 deletions
diff --git a/net/py-errbot/Makefile b/net/py-errbot/Makefile index 2cf4d416618c..12ac4190eb95 100644 --- a/net/py-errbot/Makefile +++ b/net/py-errbot/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= errbot -PORTVERSION= 6.1.5 +PORTVERSION= 6.1.7 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansi>=0:devel/py-ansi@${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}markdown>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} \ diff --git a/net/py-errbot/distinfo b/net/py-errbot/distinfo index 52a88575397d..3d610cc024ed 100644 --- a/net/py-errbot/distinfo +++ b/net/py-errbot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1603378091 -SHA256 (errbot-6.1.5.tar.gz) = 2947fdca8226450fdc77738151fd5b29adbd019222e948e40f7040c43079262e -SIZE (errbot-6.1.5.tar.gz) = 211958 +TIMESTAMP = 1618944937 +SHA256 (errbot-6.1.7.tar.gz) = 9409cb48b7e9ca780a8b6f18c736d6c63d041465f0d59eeea661ef9516cff546 +SIZE (errbot-6.1.7.tar.gz) = 197371 diff --git a/net/py-errbot/files/patch-setup.py b/net/py-errbot/files/patch-setup.py index d20082386f53..85c91b609482 100644 --- a/net/py-errbot/files/patch-setup.py +++ b/net/py-errbot/files/patch-setup.py @@ -1,10 +1,10 @@ ---- setup.py.orig 2020-10-10 16:25:15 UTC +--- setup.py.orig 2020-12-19 05:26:11 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', - ] +@@ -37,7 +37,6 @@ deps = [ + 'markdown>=3.3', + "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", + ] |