[arch-commits] Commit in python-matrix-nio/repos/community-any (PKGBUILD PKGBUILD)

Jonas Witschel diabonas at archlinux.org
Fri Aug 28 18:46:04 UTC 2020


    Date: Friday, August 28, 2020 @ 18:46:04
  Author: diabonas
Revision: 691133

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-28 18:45:57 UTC (rev 691132)
+++ PKGBUILD	2020-08-28 18:46:04 UTC (rev 691133)
@@ -1,39 +0,0 @@
-# Maintainer: Jonas Witschel <diabonas at archlinux.org>
-pkgname=python-matrix-nio
-pkgver=0.15.0
-_tag=22e8bf7ad32ac4408ac9e649e6ae98ebac02b463 # git rev-parse "$pkgver"
-pkgrel=1
-pkgdesc='Python Matrix client library, designed according to sans I/O principles'
-arch=('any')
-url='https://github.com/poljar/matrix-nio'
-license=('ISC')
-depends=('python' 'python-aiofiles' 'python-aiohttp' 'python-atomicwrites' 'python-cachetools'
-         'python-future' 'python-h11' 'python-h2' 'python-jsonschema' 'python-logbook' 'python-olm'
-         'python-peewee' 'python-pycryptodome' 'python-unpaddedbase64')
-makedepends=('git')
-checkdepends=('python-aioresponses' 'python-faker' 'python-hpack' 'python-hyperframe' 'python-hypothesis'
-              'python-pytest' 'python-pytest-aiohttp' 'python-pytest-benchmark')
-source=("git+$url.git?signed#tag=$_tag")
-sha512sums=('SKIP')
-validpgpkeys=('689A3B5BC6560AB4C99A2A0581314DA807EF4E22') # Damir Jelić (poljar) <poljar at termina.org.uk>
-
-pkgver() {
-	cd "${pkgname#python-}"
-	git describe | sed 's/\([^-]*-\)g/r\1/;s/-/./g'
-}
-
-build() {
-	cd "${pkgname#python-}"
-	python setup.py build
-}
-
-check() {
-	cd "${pkgname#python-}"
-	python -m pytest
-}
-
-package() {
-	cd "${pkgname#python-}"
-	python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-	install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-matrix-nio/repos/community-any/PKGBUILD (from rev 691132, python-matrix-nio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-28 18:46:04 UTC (rev 691133)
@@ -0,0 +1,39 @@
+# Maintainer: Jonas Witschel <diabonas at archlinux.org>
+pkgname=python-matrix-nio
+pkgver=0.15.1
+_tag=be510c4c98765aca8450fe078438cdd5e86b2ea8 # git rev-parse "$pkgver"
+pkgrel=1
+pkgdesc='Python Matrix client library, designed according to sans I/O principles'
+arch=('any')
+url='https://github.com/poljar/matrix-nio'
+license=('ISC')
+depends=('python' 'python-aiofiles' 'python-aiohttp' 'python-atomicwrites' 'python-cachetools'
+         'python-future' 'python-h11' 'python-h2' 'python-jsonschema' 'python-logbook' 'python-olm'
+         'python-peewee' 'python-pycryptodome' 'python-unpaddedbase64')
+makedepends=('git')
+checkdepends=('python-aioresponses' 'python-faker' 'python-hpack' 'python-hyperframe' 'python-hypothesis'
+              'python-pytest' 'python-pytest-aiohttp' 'python-pytest-benchmark')
+source=("git+$url.git?signed#tag=$_tag")
+sha512sums=('SKIP')
+validpgpkeys=('689A3B5BC6560AB4C99A2A0581314DA807EF4E22') # Damir Jelić (poljar) <poljar at termina.org.uk>
+
+pkgver() {
+	cd "${pkgname#python-}"
+	git describe | sed 's/\([^-]*-\)g/r\1/;s/-/./g'
+}
+
+build() {
+	cd "${pkgname#python-}"
+	python setup.py build
+}
+
+check() {
+	cd "${pkgname#python-}"
+	python -m pytest
+}
+
+package() {
+	cd "${pkgname#python-}"
+	python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+	install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list