pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat Add chat/py-matrix-common 1.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc20c7e6c8c4
branches:  trunk
changeset: 372746:fc20c7e6c8c4
user:      js <js%pkgsrc.org@localhost>
date:      Sun Jan 30 09:38:39 2022 +0000

description:
Add chat/py-matrix-common 1.0.0

Common utilities for Synapse, Sydent and Sygnal.

diffstat:

 chat/Makefile                        |   3 ++-
 chat/py-matrix-common/DESCR          |   1 +
 chat/py-matrix-common/Makefile       |  22 ++++++++++++++++++++++
 chat/py-matrix-common/PLIST          |  13 +++++++++++++
 chat/py-matrix-common/distinfo       |   5 +++++
 chat/py-matrix-common/files/setup.py |   3 +++
 6 files changed, 46 insertions(+), 1 deletions(-)

diffs (81 lines):

diff -r 7271cae687f2 -r fc20c7e6c8c4 chat/Makefile
--- a/chat/Makefile     Sun Jan 30 08:44:46 2022 +0000
+++ b/chat/Makefile     Sun Jan 30 09:38:39 2022 +0000
@@ -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-curve25519
 SUBDIR+=       py-hangups
 SUBDIR+=       py-mastodon
+SUBDIR+=       py-matrix-common
 SUBDIR+=       py-matrix-nio
 SUBDIR+=       py-mautrix
 SUBDIR+=       py-nbxmpp
diff -r 7271cae687f2 -r fc20c7e6c8c4 chat/py-matrix-common/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/py-matrix-common/DESCR       Sun Jan 30 09:38:39 2022 +0000
@@ -0,0 +1,1 @@
+Common utilities for Synapse, Sydent and Sygnal.
diff -r 7271cae687f2 -r fc20c7e6c8c4 chat/py-matrix-common/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/py-matrix-common/Makefile    Sun Jan 30 09:38:39 2022 +0000
@@ -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"
diff -r 7271cae687f2 -r fc20c7e6c8c4 chat/py-matrix-common/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/py-matrix-common/PLIST       Sun Jan 30 09:38:39 2022 +0000
@@ -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
diff -r 7271cae687f2 -r fc20c7e6c8c4 chat/py-matrix-common/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/py-matrix-common/distinfo    Sun Jan 30 09:38:39 2022 +0000
@@ -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
diff -r 7271cae687f2 -r fc20c7e6c8c4 chat/py-matrix-common/files/setup.py
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/py-matrix-common/files/setup.py      Sun Jan 30 09:38:39 2022 +0000
@@ -0,0 +1,3 @@
+from setuptools import setup
+
+setup()



Home | Main Index | Thread Index | Old Index