[arch-commits] Commit in python-nbxmpp/repos (2 files)

Morten Linderud foxboron at gemini.archlinux.org
Sun May 29 10:52:57 UTC 2022


    Date: Sunday, May 29, 2022 @ 10:52:57
  Author: foxboron
Revision: 1214219

archrelease: copy trunk to community-testing-any

Added:
  python-nbxmpp/repos/community-testing-any/
  python-nbxmpp/repos/community-testing-any/PKGBUILD
    (from rev 1214218, python-nbxmpp/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: python-nbxmpp/repos/community-testing-any/PKGBUILD (from rev 1214218, python-nbxmpp/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2022-05-29 10:52:57 UTC (rev 1214219)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=python-nbxmpp
+pkgdesc="A Python library to use Jabber/XMPP networks in a non-blocking way"
+pkgver=3.1.0
+pkgrel=1
+arch=(any)
+url="https://dev.gajim.org/gajim/python-nbxmpp/"
+license=(GPL3)
+depends=(libsoup python-gobject python-idna python-precis_i18n)
+makedepends=(python-setuptools)
+source=("$pkgname-$pkgver.tar.gz::https://dev.gajim.org/gajim/python-nbxmpp/-/archive/$pkgver/python-nbxmpp-$pkgver.tar.gz")
+sha256sums=('071faec34fe60a9df0acf7715c5aeb20186c189479cae43c978dc43dcfdec7a1')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}



More information about the arch-commits mailing list