Date: Tuesday, September 27, 2022 @ 15:18:07
Author: alex19ep
Revision: 1312615
archrelease: copy trunk to community-any
Added:
python-matrix-common/repos/community-any/PKGBUILD
(from rev 1312614, python-matrix-common/trunk/PKGBUILD)
Deleted:
python-matrix-common/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-27 15:18:02 UTC (rev 1312614)
+++ PKGBUILD 2022-09-27 15:18:07 UTC (rev 1312615)
@@ -1,30 +0,0 @@
-# Maintainer: Alexander Epaneshnikov <[email protected]>
-
-pkgname=python-matrix-common
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="Common code for Synapse, Sydent and Sygnal"
-arch=(any)
-url="https://github.com/matrix-org/matrix-python-common"
-license=('Apache')
-makedepends=('python-setuptools' 'python-build' 'python-installer'
'python-wheel')
-checkdepends=('python-twisted' 'python-service-identity' 'python-aiounittest'
'python-pip')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/matrix-org/matrix-python-common/archive/refs/tags/v$pkgver.tar.gz")
-sha512sums=('9ab05d6aeddf4915970916d34e625b7a059823e56ba8868f955cf8971a51ac31891304a7fb00170c60c6b107f7526565f67bd78416a466c50092954c5b422114')
-b2sums=('94f25d90c9df948054739cee39033c1f261e61300aa74b7ce606cf8a3c82e716687aa57ddb0f72b8617ae56c21486b50a68f9e6c8611e2f8b19c33b0d2a557e7')
-
-build() {
- cd "matrix-python-common-$pkgver"
- python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-check() {
- cd "matrix-python-common-$pkgver"
- pip install dist/*.whl
- PYTHONPATH=. trial tests
-}
-
-package() {
- cd "matrix-python-common-$pkgver"
- python -m installer --destdir="$pkgdir" dist/*.whl
-}
Copied: python-matrix-common/repos/community-any/PKGBUILD (from rev 1312614,
python-matrix-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-27 15:18:07 UTC (rev 1312615)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander Epaneshnikov <[email protected]>
+
+pkgname=python-matrix-common
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Common code for Synapse, Sydent and Sygnal"
+arch=(any)
+url="https://github.com/matrix-org/matrix-python-common"
+license=('Apache')
+makedepends=('python-setuptools' 'python-build' 'python-installer'
'python-wheel')
+checkdepends=('python-twisted' 'python-service-identity' 'python-aiounittest'
'python-pip')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/matrix-org/matrix-python-common/archive/refs/tags/v$pkgver.tar.gz")
+sha512sums=('d08fa11a4156a7c4596ea20709e0fddd1563ef1f4ba763e21a073ba53e1baf58d8de1b60cf0f69c846128cdd6f04788df49765704c8adfde187e8de1dc5ded4e')
+b2sums=('dd72a7c5558c2db0ab38f2f544f6ab6926fd037e99cbb774973f08bdc661c1587d3d6883ffc6a9cfcea6942284d4020814c02d56be3746279323fca17490f434')
+
+build() {
+ cd "matrix-python-common-$pkgver"
+ python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+ cd "matrix-python-common-$pkgver"
+ pip install dist/*.whl
+ PYTHONPATH=. trial tests
+}
+
+package() {
+ cd "matrix-python-common-$pkgver"
+ python -m installer --destdir="$pkgdir" dist/*.whl
+}