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

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 17:00:45 UTC 2020


    Date: Thursday, November 12, 2020 @ 17:00:45
  Author: foutrelis
Revision: 752172

archrelease: copy trunk to community-staging-any

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

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

Copied: python-fxa/repos/community-staging-any/PKGBUILD (from rev 752170, python-fxa/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-12 17:00:45 UTC (rev 752172)
@@ -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.7
+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=(https://github.com/mozilla/$_pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('d5b5afdafb6b42344d49e4e4df0582758df54e00b8d0fa3cbc29433410aa9a6f')
+
+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