Date: Saturday, November 12, 2022 @ 21:57:45
  Author: jelle
Revision: 1347121

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-12 21:57:37 UTC (rev 1347120)
+++ PKGBUILD    2022-11-12 21:57:45 UTC (rev 1347121)
@@ -1,31 +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.7
-pkgrel=5
-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' 
'python-pyjwt' 'python-requests' 'python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-grequests' 'python-mock' 'python-pyotp' 
'python-pytest-cov' 'python-pytest-flake8' 'python-pytest-runner' 
'python-responses')
-source=("https://github.com/mozilla/$_pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('d5b5afdafb6b42344d49e4e4df0582758df54e00b8d0fa3cbc29433410aa9a6f')
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-  pytest || echo 'Some tests failed'
-}
-
-package() {
-  cd $_pkgname-$pkgver 
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-fxa/repos/community-any/PKGBUILD (from rev 1347120, 
python-fxa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-12 21:57:45 UTC (rev 1347121)
@@ -0,0 +1,31 @@
+# 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=6
+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' 
'python-pyjwt' 'python-requests' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-grequests' 'python-pyotp' 'python-pytest-cov' 
'python-pytest-flake8' 'python-pytest-runner' 'python-responses')
+source=("https://github.com/mozilla/$_pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('d5b5afdafb6b42344d49e4e4df0582758df54e00b8d0fa3cbc29433410aa9a6f')
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  pytest || echo 'Some tests failed'
+}
+
+package() {
+  cd $_pkgname-$pkgver 
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Reply via email to