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

Balló György bgyorgy at archlinux.org
Wed Jun 19 00:40:24 UTC 2019


    Date: Wednesday, June 19, 2019 @ 00:40:24
  Author: bgyorgy
Revision: 482252

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-19 00:40:20 UTC (rev 482251)
+++ PKGBUILD	2019-06-19 00:40:24 UTC (rev 482252)
@@ -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.1
-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=("$pkgname-$pkgver.tar.gz::https://github.com/mozilla/$_pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('1419e3a382be9bec2fea9aa21d75d6a5a4d1bc4f767889f8ac32cd50460f0c4a')
-
-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 482251, python-fxa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-19 00:40:24 UTC (rev 482252)
@@ -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.2
+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=("$pkgname-$pkgver.tar.gz::https://github.com/mozilla/$_pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('c0ae4f70ccd5f1836418388d9eb68f256de87448086171165e7360c1bfc5ea6a')
+
+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