File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
44COMMENT = Communication programs
@@ -109,6 +109,7 @@ SUBDIR+= py-axolotl
109109SUBDIR+ = py-axolotl-curve25519
110110SUBDIR+ = py-hangups
111111SUBDIR+ = py-mastodon
112+ SUBDIR+ = py-matrix-common
112113SUBDIR+ = py-matrix-nio
113114SUBDIR+ = py-mautrix
114115SUBDIR+ = py-nbxmpp
Original file line number Diff line number Diff line change 1+ Common utilities for Synapse, Sydent and Sygnal.
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ from setuptools import setup
2+
3+ setup ()
You can’t perform that action at this time.
0 commit comments