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

Balló György bgyorgy at archlinux.org
Sat Oct 24 22:25:18 UTC 2020


    Date: Saturday, October 24, 2020 @ 22:25:18
  Author: bgyorgy
Revision: 731890

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-24 22:25:14 UTC (rev 731889)
+++ PKGBUILD	2020-10-24 22:25:18 UTC (rev 731890)
@@ -1,24 +0,0 @@
-# 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.6
-pkgrel=1
-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=('1350a9d0201011d15ef41c8cbf74f5efb6044d6cd29b7edf5601654b6ccf7cea')
-
-build() {
-  cd $_pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $_pkgname-$pkgver 
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-fxa/repos/community-any/PKGBUILD (from rev 731889, python-fxa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-24 22:25:18 UTC (rev 731890)
@@ -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=1
+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