FreeBSD Bugzilla – Attachment 231159 Details for
Bug 261337
[NEW PORT] devel/py-matrix-common: Common utilities for Synapse, Sydent and Sygnal
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
devel/py-matrix-common: new port for v1.0.0
py-matrix-common.patch (text/plain), 1.94 KB, created by
Sascha Biberhofer
on 2022-01-19 16:00:46 UTC
(
hide
)
Description:
devel/py-matrix-common: new port for v1.0.0
Filename:
MIME Type:
Creator:
Sascha Biberhofer
Created:
2022-01-19 16:00:46 UTC
Size:
1.94 KB
patch
obsolete
>diff --git a/devel/py-matrix-common/Makefile b/devel/py-matrix-common/Makefile >new file mode 100644 >index 000000000000..19f1037eea11 >--- /dev/null >+++ b/devel/py-matrix-common/Makefile >@@ -0,0 +1,31 @@ >+PORTNAME= matrix-common >+DISTVERSIONPREFIX= v >+DISTVERSION= 1.0.0 >+CATEGORIES= devel python >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= ports@skyforge.at >+COMMENT= Common utilities for Synapse, Sydent and Sygnal >+ >+LICENSE= APACHE20 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>19.2.0:devel/py-attrs@${PY_FLAVOR} >+ >+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=18.9.0:devel/py-twisted@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}tox>=2.3.1:devel/py-tox@${PY_FLAVOR} >+ >+USES= python:3.6+ >+USE_PYTHON= autoplist concurrent distutils >+USE_GITHUB= yes >+GH_ACCOUNT= matrix-org >+GH_PROJECT= matrix-python-common >+NO_ARCH= yes >+ >+post-extract: >+ @${CP} ${FILESDIR}/setup.py ${WRKSRC}/ >+ >+do-test: >+ cd ${WRKSRC} && PYTHONPATH="." trial-${PYTHON_VER} tests >+ >+.include <bsd.port.mk> >diff --git a/devel/py-matrix-common/distinfo b/devel/py-matrix-common/distinfo >new file mode 100644 >index 000000000000..062201292092 >--- /dev/null >+++ b/devel/py-matrix-common/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1642580067 >+SHA256 (matrix-org-matrix-python-common-v1.0.0_GH0.tar.gz) = d610357a78caf5141814f055e8b3facabf4dd4863db8594030d58c81b2b2b7fd >+SIZE (matrix-org-matrix-python-common-v1.0.0_GH0.tar.gz) = 8535 >diff --git a/devel/py-matrix-common/files/setup.py b/devel/py-matrix-common/files/setup.py >new file mode 100644 >index 000000000000..606849326a40 >--- /dev/null >+++ b/devel/py-matrix-common/files/setup.py >@@ -0,0 +1,3 @@ >+from setuptools import setup >+ >+setup() >diff --git a/devel/py-matrix-common/pkg-descr b/devel/py-matrix-common/pkg-descr >new file mode 100644 >index 000000000000..2b128f5779c2 >--- /dev/null >+++ b/devel/py-matrix-common/pkg-descr >@@ -0,0 +1,3 @@ >+Common utilities for Synapse, Sydent and Sygnal. >+ >+WWW: https://www.matrix.org
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 261337
: 231159