a90b9ac888
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
27 lines
830 B
Makefile
27 lines
830 B
Makefile
# $NetBSD: Makefile,v 1.9 2020/10/27 20:41:51 js Exp $
|
|
|
|
DISTNAME= mautrix-python-0.7.13
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//}
|
|
PKGREVISION= 2
|
|
CATEGORIES= chat python
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=tulir/}
|
|
GITHUB_PROJECT= mautrix-python
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= js@pkgsrc.org
|
|
HOMEPAGE= https://github.com/tulir/mautrix-python
|
|
COMMENT= Python 3 asyncio Matrix framework
|
|
LICENSE= mpl-2.0
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27 36
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
|
|
DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3<4:../../www/py-aiohttp
|
|
DEPENDS+= ${PYPKGPREFIX}-attrs>=18.1.0:../../devel/py-attrs
|
|
DEPENDS+= ${PYPKGPREFIX}-yarl>=1.5.1:../../www/py-yarl
|
|
|
|
USE_LANGUAGES= # none
|
|
EGG_NAME= mautrix-${PKGVERSION_NOREV}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|