View | Details | Raw Unified | Return to bug 261337
Collapse All | Expand All

(-)b/devel/py-matrix-common/Makefile (+31 lines)
Added Link Here
1
PORTNAME=	matrix-common
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	1.0.0
4
CATEGORIES=	devel python
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	ports@skyforge.at
8
COMMENT=	Common utilities for Synapse, Sydent and Sygnal
9
10
LICENSE=	APACHE20
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>19.2.0:devel/py-attrs@${PY_FLAVOR}
14
15
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}twisted>=18.9.0:devel/py-twisted@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}tox>=2.3.1:devel/py-tox@${PY_FLAVOR}
17
18
USES=		python:3.6+
19
USE_PYTHON=	autoplist concurrent distutils
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	matrix-org
22
GH_PROJECT=	matrix-python-common
23
NO_ARCH=	yes
24
25
post-extract:
26
	@${CP} ${FILESDIR}/setup.py ${WRKSRC}/
27
28
do-test:
29
	cd ${WRKSRC} && PYTHONPATH="." trial-${PYTHON_VER} tests
30
31
.include <bsd.port.mk>
(-)b/devel/py-matrix-common/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1642580067
2
SHA256 (matrix-org-matrix-python-common-v1.0.0_GH0.tar.gz) = d610357a78caf5141814f055e8b3facabf4dd4863db8594030d58c81b2b2b7fd
3
SIZE (matrix-org-matrix-python-common-v1.0.0_GH0.tar.gz) = 8535
(-)b/devel/py-matrix-common/files/setup.py (+3 lines)
Added Link Here
1
from setuptools import setup
2
3
setup()
(-)b/devel/py-matrix-common/pkg-descr (+3 lines)
Added Link Here
1
Common utilities for Synapse, Sydent and Sygnal.
2
3
WWW: https://www.matrix.org

Return to bug 261337