pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/py-matrix-common



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 30 10:20:35 UTC 2022

Modified Files:
        pkgsrc/chat/py-matrix-common: Makefile

Log Message:
py-matrix-common: add missing dependency

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/py-matrix-common/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-matrix-common/Makefile
diff -u pkgsrc/chat/py-matrix-common/Makefile:1.2 pkgsrc/chat/py-matrix-common/Makefile:1.3
--- pkgsrc/chat/py-matrix-common/Makefile:1.2   Sun Jan 30 10:10:00 2022
+++ pkgsrc/chat/py-matrix-common/Makefile       Sun Jan 30 10:20:34 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2022/01/30 10:10:00 js Exp $
+# $NetBSD: Makefile,v 1.3 2022/01/30 10:20:34 wiz Exp $
 
 DISTNAME=      matrix-python-common-${PKGVERSION_NOREV}
 PKGNAME=       ${PYPKGPREFIX}-matrix-common-1.0.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=matrix-org/}
 GITHUB_PROJECT=        matrix-python-common
@@ -13,6 +13,8 @@ HOMEPAGE=     https://github.com/matrix-org/
 COMMENT=       Common utilities for Synapse, Sydent and Sygnal
 LICENSE=       apache-2.0
 
+DEPENDS+=      ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
+
 USE_LANGUAGES= # none
 EGG_NAME=      matrix_common-${PKGVERSION_NOREV}
 



Home | Main Index | Thread Index | Old Index