pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat



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.

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@localhost
+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()



Home | Main Index | Thread Index | Old Index