pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/mautrix-hangouts



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan  5 08:50:08 UTC 2022

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

Log Message:
mautrix-hangouts: setuptools only needed during installation

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/chat/mautrix-hangouts/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/mautrix-hangouts/Makefile
diff -u pkgsrc/chat/mautrix-hangouts/Makefile:1.15 pkgsrc/chat/mautrix-hangouts/Makefile:1.16
--- pkgsrc/chat/mautrix-hangouts/Makefile:1.15  Tue Jan  4 20:52:36 2022
+++ pkgsrc/chat/mautrix-hangouts/Makefile       Wed Jan  5 08:50:07 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2022/01/04 20:52:36 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2022/01/05 08:50:07 wiz Exp $
 
 DISTNAME=      mautrix-hangouts-0.1.4
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    chat python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tulir/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -20,7 +20,6 @@ DEPENDS+=     ${PYPKGPREFIX}-commonmark>=0.8
 DEPENDS+=      ${PYPKGPREFIX}-magic>=0.4<0.5:../../sysutils/py-magic
 DEPENDS+=      ${PYPKGPREFIX}-hangups>=0.4.12<0.5:../../chat/py-hangups
 DEPENDS+=      ${PYPKGPREFIX}-mautrix>=0.8.2:../../chat/py-mautrix
-DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 
 USE_TOOLS+=    pax
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index