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: wiz
Date: Wed Jan 5 08:52:16 UTC 2022
Modified Files:
pkgsrc/chat/py-mautrix: Makefile
Log Message:
py-mautrix: setuptools is a build tool
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 pkgsrc/chat/py-mautrix/Makefile:1.15
--- pkgsrc/chat/py-mautrix/Makefile:1.14 Tue Jan 4 20:52:37 2022
+++ pkgsrc/chat/py-mautrix/Makefile Wed Jan 5 08:52:16 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2022/01/04 20:52:37 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2022/01/05 08:52:16 wiz Exp $
DISTNAME= mautrix-python-0.10.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= chat python
MASTER_SITES= ${MASTER_SITE_GITHUB:=tulir/}
GITHUB_PROJECT= mautrix-python
@@ -14,13 +14,12 @@ HOMEPAGE= https://github.com/tulir/mautr
COMMENT= Python 3 asyncio Matrix framework
LICENSE= mpl-2.0
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
-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
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
USE_LANGUAGES= # none
EGG_NAME= mautrix-${PKGVERSION_NOREV}
Home |
Main Index |
Thread Index |
Old Index