summaryrefslogtreecommitdiff
path: root/chat/maubot
AgeCommit message (Collapse)AuthorFilesLines
2022-04-20Remove chat/maubotjs4-251/+0
This is quite outdated and no plugins have ever been packaged, meaning it was never useful.
2022-01-31maubot: remove upper bounds to fix pbulkwiz1-10/+10
2022-01-05python: egg.mk: add USE_PKG_RESOURCES flagwiz1-2/+3
This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION.
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-2/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-12-30Forget about Python 3.6adam1-2/+2
2021-10-26chat: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07chat: Remove SHA1 hashes for distfilesnia1-2/+1
2021-07-14*: remove upper bounds on py-ruamel-yamlwiz1-2/+2
These might not build now, but at least pbulks will run
2020-12-04Revbump packages with a runtime Python dep but no version prefix.nia1-2/+2
For the Python 3.8 default switch.
2020-10-27Update chat/mautrix-python to 0.7.13js1-3/+2
According to the author, this should now work with Python 3.9, so I'm removing 39 from PYTHON_VERSIONS_INCOMPATIBLE, as well as for all packages that had it because they depend on mautrix-python. v0.7.13 Extended session wait time when handling encrypted messages in bridges: it'll now wait for 5 seconds, then send an error, then wait for 10 more seconds. If the keys arrive in those 10 seconds, the message is bridged and the error is redacted, otherwise the error is edited. v0.7.12 No change log was released
2020-10-17chat/*mau*: Incompatible with Python 3.9js1-3/+5
Already reported to upstream in #hangouts:maunium.net
2020-10-04Add chat/maubotjs4-0/+250
A plugin-based Matrix bot system written in Python.