Date: Thursday, September 29, 2022 @ 08:34:01
  Author: alex19ep
Revision: 1315998

archrelease: copy trunk to community-any

Added:
  python-matrix-common/repos/community-any/PKGBUILD
    (from rev 1315997, python-matrix-common/trunk/PKGBUILD)
Deleted:
  python-matrix-common/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 31 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-29 08:33:58 UTC (rev 1315997)
+++ PKGBUILD    2022-09-29 08:34:01 UTC (rev 1315998)
@@ -1,30 +0,0 @@
-# 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
-}

Copied: python-matrix-common/repos/community-any/PKGBUILD (from rev 1315997, 
python-matrix-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-29 08:34:01 UTC (rev 1315998)
@@ -0,0 +1,31 @@
+# Maintainer: Alexander Epaneshnikov <[email protected]>
+
+pkgname=python-matrix-common
+pkgver=1.3.0
+pkgrel=2
+pkgdesc="Common code for Synapse, Sydent and Sygnal"
+arch=(any)
+url="https://github.com/matrix-org/matrix-python-common";
+license=('Apache')
+depends=('python-setuptools' 'python-pydantic')
+makedepends=('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
+}

Reply via email to