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

Morten Linderud foxboron at archlinux.org
Mon Apr 5 13:31:52 UTC 2021


    Date: Monday, April 5, 2021 @ 13:31:52
  Author: foxboron
Revision: 911857

archrelease: copy trunk to community-testing-any

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

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

Copied: python-nbxmpp/repos/community-testing-any/PKGBUILD (from rev 911856, python-nbxmpp/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2021-04-05 13:31:52 UTC (rev 911857)
@@ -0,0 +1,28 @@
+# 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=2.0.2
+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/repository/nbxmpp-$pkgver/archive.tar.gz)
+sha256sums=('40de72ea33812c95a1c759c8e4a417283ea008d098a2390433545b2b47c167cc')
+
+prepare() {
+  mv $pkgname-nbxmpp-* $pkgname-$pkgver
+}
+
+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