diff options
author | Tim Biermann <tbier@posteo.de> | 2022-07-11 00:14:26 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-07-11 00:14:26 +0200 |
commit | e7b96b5202345f65ad75cf64b59294e927c4519b (patch) | |
tree | e72a90c0e0742949b87a50e7a20cce7c56908532 /python3-matrix-common | |
parent | 66fe7c96304f8e832a48dc88806c54f0cbe76453 (diff) | |
parent | d7e79699f9e9c293263b4019bcbbc55e1d6f2f9c (diff) | |
download | contrib-e7b96b5202345f65ad75cf64b59294e927c4519b.tar.gz contrib-e7b96b5202345f65ad75cf64b59294e927c4519b.tar.xz |
Merge remote-tracking branch 'origin/3.6' into 3.7
Diffstat (limited to 'python3-matrix-common')
-rw-r--r-- | python3-matrix-common/.footprint | 19 | ||||
-rw-r--r-- | python3-matrix-common/.signature | 5 | ||||
-rw-r--r-- | python3-matrix-common/Pkgfile | 15 |
3 files changed, 39 insertions, 0 deletions
diff --git a/python3-matrix-common/.footprint b/python3-matrix-common/.footprint new file mode 100644 index 000000000..e6520ed51 --- /dev/null +++ b/python3-matrix-common/.footprint @@ -0,0 +1,19 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/python3.10/ +drwxr-xr-x root/root usr/lib/python3.10/site-packages/ +drwxr-xr-x root/root usr/lib/python3.10/site-packages/matrix_common-1.2.1.dist-info/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_common-1.2.1.dist-info/LICENSE +-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_common-1.2.1.dist-info/METADATA +-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_common-1.2.1.dist-info/RECORD +-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_common-1.2.1.dist-info/WHEEL +-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_common-1.2.1.dist-info/top_level.txt +drwxr-xr-x root/root usr/lib/python3.10/site-packages/matrix_common/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_common/__init__.py (EMPTY) +drwxr-xr-x root/root usr/lib/python3.10/site-packages/matrix_common/__pycache__/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_common/__pycache__/__init__.cpython-310.opt-2.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_common/__pycache__/regex.cpython-310.opt-2.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_common/__pycache__/versionstring.cpython-310.opt-2.pyc +-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_common/py.typed (EMPTY) +-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_common/regex.py +-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_common/versionstring.py diff --git a/python3-matrix-common/.signature b/python3-matrix-common/.signature new file mode 100644 index 000000000..de36f4549 --- /dev/null +++ b/python3-matrix-common/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF39SL5a0qLI7hoa/KuKcXT550b0lBpjSX5QFfpp0Oe8Qnjkc4sY4LRF8hz3qdp2iZ9pT4RPwsNWx81b5npjhqPAs= +SHA256 (Pkgfile) = 753b3e1225ee0b00be169b4d36983752c399ef84e61dff86843ffa4d6847721c +SHA256 (.footprint) = cd58c7f6af8b4ddb082cfd2e9fb3811f90b26a5abf8cb5734015e163aba3bea5 +SHA256 (matrix_common-1.2.1.tar.gz) = a99dcf02a6bd95b24a5a61b354888a2ac92bf2b4b839c727b8dd9da2cdfa3853 diff --git a/python3-matrix-common/Pkgfile b/python3-matrix-common/Pkgfile new file mode 100644 index 000000000..9f8ba8ff7 --- /dev/null +++ b/python3-matrix-common/Pkgfile @@ -0,0 +1,15 @@ +# Description: Common code for Synapse, Sydent and Sygnal +# URL: https://github.com/matrix-org/matrix-python-common +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: python3-build python3-installer + +name=python3-matrix-common +version=1.2.1 +release=1 +source=(https://pypi.org/packages/source/m/matrix_common/matrix_common-$version.tar.gz) + +build() { + cd matrix_common-$version + /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation + /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl +} |