pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/py-mautrix



Module Name:    pkgsrc
Committed By:   js
Date:           Fri Sep 11 01:21:41 UTC 2020

Modified Files:
        pkgsrc/chat/py-mautrix: Makefile

Log Message:
chat/py-mautrix: Specify maximum version of py-aiohttp


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/py-mautrix/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/py-mautrix/Makefile
diff -u pkgsrc/chat/py-mautrix/Makefile:1.1 pkgsrc/chat/py-mautrix/Makefile:1.2
--- pkgsrc/chat/py-mautrix/Makefile:1.1 Fri Sep 11 01:18:55 2020
+++ pkgsrc/chat/py-mautrix/Makefile     Fri Sep 11 01:21:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/09/11 01:18:55 js Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/11 01:21:41 js Exp $
 
 GITHUB_PROJECT=        mautrix-python
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -14,7 +14,7 @@ HOMEPAGE=     https://github.com/tulir/mautr
 COMMENT=       Python 3 asyncio Matrix framework
 LICENSE=       mpl-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-aiohttp>=3:../../www/py-aiohttp
+DEPENDS+=      ${PYPGKPREFIX}-aiohttp>=3<4:../../www/py-aiohttp
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=18.1.0:../../devel/py-attrs
 
 WRKSRC=                ${WRKDIR}/mautrix-python-0.7.1



Home | Main Index | Thread Index | Old Index