Skip to content

Commit 2d12213

Browse files
committed
Add chat/py-matrix-common 1.0.0
Common utilities for Synapse, Sydent and Sygnal.
1 parent 93d6b82 commit 2d12213

6 files changed

Lines changed: 46 additions & 1 deletion

File tree

chat/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.266 2022/01/25 13:08:59 ryoon Exp $
1+
# $NetBSD: Makefile,v 1.267 2022/01/30 09:38:39 js Exp $
22
#
33

44
COMMENT= Communication programs
@@ -109,6 +109,7 @@ SUBDIR+= py-axolotl
109109
SUBDIR+= py-axolotl-curve25519
110110
SUBDIR+= py-hangups
111111
SUBDIR+= py-mastodon
112+
SUBDIR+= py-matrix-common
112113
SUBDIR+= py-matrix-nio
113114
SUBDIR+= py-mautrix
114115
SUBDIR+= py-nbxmpp

chat/py-matrix-common/DESCR

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Common utilities for Synapse, Sydent and Sygnal.

chat/py-matrix-common/Makefile

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# $NetBSD: Makefile,v 1.1 2022/01/30 09:38:39 js Exp $
2+
3+
DISTNAME= matrix-python-common-1.0.0
4+
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5+
CATEGORIES= chat
6+
MASTER_SITES= ${MASTER_SITE_GITHUB:=matrix-org/}
7+
GITHUB_PROJECT= matrix-python-common
8+
GITHUB_TAG= v${PKGVERSION_NOREV}
9+
10+
MAINTAINER= js@pkgsrc.org
11+
HOMEPAGE= https://github.com/matrix-org/matrix-python-common
12+
COMMENT= Common utilities for Synapse, Sydent and Sygnal
13+
LICENSE= apache-2.0
14+
15+
USE_LANGUAGES= # none
16+
EGG_NAME= matrix_common-${PKGVERSION_NOREV}
17+
18+
post-extract:
19+
${CP} ${FILESDIR}/setup.py ${WRKSRC}
20+
21+
.include "../../lang/python/egg.mk"
22+
.include "../../mk/bsd.pkg.mk"

chat/py-matrix-common/PLIST

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
@comment $NetBSD: PLIST,v 1.1 2022/01/30 09:38:39 js Exp $
2+
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3+
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4+
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5+
${PYSITELIB}/${EGG_INFODIR}/requires.txt
6+
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
7+
${PYSITELIB}/matrix_common/__init__.py
8+
${PYSITELIB}/matrix_common/__init__.pyc
9+
${PYSITELIB}/matrix_common/__init__.pyo
10+
${PYSITELIB}/matrix_common/py.typed
11+
${PYSITELIB}/matrix_common/regex.py
12+
${PYSITELIB}/matrix_common/regex.pyc
13+
${PYSITELIB}/matrix_common/regex.pyo

chat/py-matrix-common/distinfo

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
$NetBSD: distinfo,v 1.1 2022/01/30 09:38:39 js Exp $
2+
3+
BLAKE2s (matrix-python-common-1.0.0.tar.gz) = ecab4e9af5217c95dcaad812d492b1e7f6493091c17d2d5b5066e43a9786f17e
4+
SHA512 (matrix-python-common-1.0.0.tar.gz) = 0050243ce3930962934f94fe1c990dc97ce803e79998ee7e6c7dafdf5ca4736c8c06fd4f52223b81f2ceb91a8bcf70f6488559f7935a9bd087c33a11430af8cd
5+
Size (matrix-python-common-1.0.0.tar.gz) = 8535 bytes
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from setuptools import setup
2+
3+
setup()

0 commit comments

Comments
 (0)