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

Felix Yan felixonmars at archlinux.org
Mon Nov 4 05:53:11 UTC 2019


    Date: Monday, November 4, 2019 @ 05:53:10
  Author: felixonmars
Revision: 523252

archrelease: copy trunk to community-staging-any

Added:
  python-fxa/repos/community-staging-any/
  python-fxa/repos/community-staging-any/PKGBUILD
    (from rev 523251, python-fxa/trunk/PKGBUILD)

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

Copied: python-fxa/repos/community-staging-any/PKGBUILD (from rev 523251, python-fxa/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 05:53:10 UTC (rev 523252)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: twa022 <twa022 at gmail dot com>
+
+_pkgname=PyFxA
+pkgname=python-fxa
+pkgver=0.7.3
+pkgrel=2
+pkgdesc="Python library for interacting with the Firefox Accounts ecosystem"
+arch=('any')
+url="https://github.com/mozilla/PyFxA"
+license=('MPL2')
+depends=('python-browserid' 'python-cryptography' 'python-hawkauthlib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mozilla/$_pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('c5c77d0b7e04afd9d52234fb8d3715485b999a62f24c1756ca120f108b28cf17')
+
+build() {
+  cd $_pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $_pkgname-$pkgver 
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list