Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3AEB01A9239 for ; Sun, 30 Jan 2022 09:38:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 75E1A84D9B; Sun, 30 Jan 2022 09:38:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AF88484D93 for ; Sun, 30 Jan 2022 09:38:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id AGFz7yga50ZK for ; Sun, 30 Jan 2022 09:38:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 053BE84CEA for ; Sun, 30 Jan 2022 09:38:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E67F9FB24; Sun, 30 Jan 2022 09:38:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1643535519168210" MIME-Version: 1.0 Date: Sun, 30 Jan 2022 09:38:39 +0000 From: "Jonathan Schleifer" Subject: CVS commit: pkgsrc/chat To: pkgsrc-changes@NetBSD.org Reply-To: js@netbsd.org X-Mailer: log_accum Message-Id: <20220130093839.E67F9FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1643535519168210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: js Date: Sun Jan 30 09:38:39 UTC 2022 Modified Files: pkgsrc/chat: Makefile Added Files: pkgsrc/chat/py-matrix-common: DESCR Makefile PLIST distinfo pkgsrc/chat/py-matrix-common/files: setup.py Log Message: Add chat/py-matrix-common 1.0.0 Common utilities for Synapse, Sydent and Sygnal. To generate a diff of this commit: cvs rdiff -u -r1.266 -r1.267 pkgsrc/chat/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/chat/py-matrix-common/DESCR \ pkgsrc/chat/py-matrix-common/Makefile pkgsrc/chat/py-matrix-common/PLIST \ pkgsrc/chat/py-matrix-common/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/chat/py-matrix-common/files/setup.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1643535519168210 Content-Disposition: inline Content-Length: 3420 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/Makefile diff -u pkgsrc/chat/Makefile:1.266 pkgsrc/chat/Makefile:1.267 --- pkgsrc/chat/Makefile:1.266 Tue Jan 25 13:08:59 2022 +++ pkgsrc/chat/Makefile Sun Jan 30 09:38:39 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.266 2022/01/25 13:08:59 ryoon Exp $ +# $NetBSD: Makefile,v 1.267 2022/01/30 09:38:39 js Exp $ # COMMENT= Communication programs @@ -109,6 +109,7 @@ SUBDIR+= py-axolotl SUBDIR+= py-axolotl-curve25519 SUBDIR+= py-hangups SUBDIR+= py-mastodon +SUBDIR+= py-matrix-common SUBDIR+= py-matrix-nio SUBDIR+= py-mautrix SUBDIR+= py-nbxmpp Added files: Index: pkgsrc/chat/py-matrix-common/DESCR diff -u /dev/null pkgsrc/chat/py-matrix-common/DESCR:1.1 --- /dev/null Sun Jan 30 09:38:39 2022 +++ pkgsrc/chat/py-matrix-common/DESCR Sun Jan 30 09:38:39 2022 @@ -0,0 +1 @@ +Common utilities for Synapse, Sydent and Sygnal. Index: pkgsrc/chat/py-matrix-common/Makefile diff -u /dev/null pkgsrc/chat/py-matrix-common/Makefile:1.1 --- /dev/null Sun Jan 30 09:38:39 2022 +++ pkgsrc/chat/py-matrix-common/Makefile Sun Jan 30 09:38:39 2022 @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2022/01/30 09:38:39 js Exp $ + +DISTNAME= matrix-python-common-1.0.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= chat +MASTER_SITES= ${MASTER_SITE_GITHUB:=matrix-org/} +GITHUB_PROJECT= matrix-python-common +GITHUB_TAG= v${PKGVERSION_NOREV} + +MAINTAINER= js@pkgsrc.org +HOMEPAGE= https://github.com/matrix-org/matrix-python-common +COMMENT= Common utilities for Synapse, Sydent and Sygnal +LICENSE= apache-2.0 + +USE_LANGUAGES= # none +EGG_NAME= matrix_common-${PKGVERSION_NOREV} + +post-extract: + ${CP} ${FILESDIR}/setup.py ${WRKSRC} + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/chat/py-matrix-common/PLIST diff -u /dev/null pkgsrc/chat/py-matrix-common/PLIST:1.1 --- /dev/null Sun Jan 30 09:38:39 2022 +++ pkgsrc/chat/py-matrix-common/PLIST Sun Jan 30 09:38:39 2022 @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1 2022/01/30 09:38:39 js Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/matrix_common/__init__.py +${PYSITELIB}/matrix_common/__init__.pyc +${PYSITELIB}/matrix_common/__init__.pyo +${PYSITELIB}/matrix_common/py.typed +${PYSITELIB}/matrix_common/regex.py +${PYSITELIB}/matrix_common/regex.pyc +${PYSITELIB}/matrix_common/regex.pyo Index: pkgsrc/chat/py-matrix-common/distinfo diff -u /dev/null pkgsrc/chat/py-matrix-common/distinfo:1.1 --- /dev/null Sun Jan 30 09:38:39 2022 +++ pkgsrc/chat/py-matrix-common/distinfo Sun Jan 30 09:38:39 2022 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/01/30 09:38:39 js Exp $ + +BLAKE2s (matrix-python-common-1.0.0.tar.gz) = ecab4e9af5217c95dcaad812d492b1e7f6493091c17d2d5b5066e43a9786f17e +SHA512 (matrix-python-common-1.0.0.tar.gz) = 0050243ce3930962934f94fe1c990dc97ce803e79998ee7e6c7dafdf5ca4736c8c06fd4f52223b81f2ceb91a8bcf70f6488559f7935a9bd087c33a11430af8cd +Size (matrix-python-common-1.0.0.tar.gz) = 8535 bytes Index: pkgsrc/chat/py-matrix-common/files/setup.py diff -u /dev/null pkgsrc/chat/py-matrix-common/files/setup.py:1.1 --- /dev/null Sun Jan 30 09:38:39 2022 +++ pkgsrc/chat/py-matrix-common/files/setup.py Sun Jan 30 09:38:39 2022 @@ -0,0 +1,3 @@ +from setuptools import setup + +setup() --_----------=_1643535519168210--