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

2020-11-08 Thread Felix Yan via arch-commits
Date: Sunday, November 8, 2020 @ 11:40:17
  Author: felixonmars
Revision: 746506

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-08 11:40:04 UTC (rev 746505)
+++ PKGBUILD2020-11-08 11:40:17 UTC (rev 746506)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Patrice Peterson 
-# Contributor: JonnyJD 
-
-pkgname=python-secretstorage
-_pkgname=SecretStorage
-pkgver=3.1.2
-pkgrel=1
-pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
-arch=('any')
-url="https://github.com/mitya57/secretstorage;
-license=('BSD')
-depends=('python-cryptography' 'python-jeepney')
-checkdepends=('org.freedesktop.secrets' 'xorg-server-xvfb')
-source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha512sums=('c132b21556c55b5912354fd27b6062d32c0f510234f7fe57f6e8e0acb08393ad95e0896967b577de97821387cd714e62b657359230296449e4e0a7ae5a797803')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed"
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-secretstorage/repos/community-any/PKGBUILD (from rev 746505, 
python-secretstorage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-08 11:40:17 UTC (rev 746506)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Patrice Peterson 
+# Contributor: JonnyJD 
+
+pkgname=python-secretstorage
+_pkgname=SecretStorage
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
+arch=('any')
+url="https://github.com/mitya57/secretstorage;
+license=('BSD')
+depends=('python-cryptography' 'python-jeepney')
+checkdepends=('org.freedesktop.secrets' 'xorg-server-xvfb')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+sha512sums=('668f3847f573e1756ffa3a38c278e6d4895223553830d49969e979003d04ca04fb5eaf8dfcc616086a6020f6a73fbe71f7041d4c4ee574205f00fbde945298e9')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed"
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 18:59:34
  Author: felixonmars
Revision: 550439

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-08 18:59:24 UTC (rev 550438)
+++ PKGBUILD2020-01-08 18:59:34 UTC (rev 550439)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Patrice Peterson 
-# Contributor: JonnyJD 
-
-pkgname=python-secretstorage
-_pkgname=SecretStorage
-pkgver=3.1.1
-pkgrel=3
-pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
-arch=('any')
-url="https://github.com/mitya57/secretstorage;
-license=('BSD')
-depends=('python-cryptography' 'python-jeepney')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb')
-source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha512sums=('295e0f75c772edf153480730dc20051f06e60e040a18f169620cb4aaa37b8c1a254a496464d3794a38cf49fa884a7b561fe364816f0d12a5b2622c77259f03cf')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed"
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-secretstorage/repos/community-any/PKGBUILD (from rev 550438, 
python-secretstorage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-08 18:59:34 UTC (rev 550439)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Patrice Peterson 
+# Contributor: JonnyJD 
+
+pkgname=python-secretstorage
+_pkgname=SecretStorage
+pkgver=3.1.2
+pkgrel=1
+pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
+arch=('any')
+url="https://github.com/mitya57/secretstorage;
+license=('BSD')
+depends=('python-cryptography' 'python-jeepney')
+checkdepends=('org.freedesktop.secrets' 'xorg-server-xvfb')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+sha512sums=('c132b21556c55b5912354fd27b6062d32c0f510234f7fe57f6e8e0acb08393ad95e0896967b577de97821387cd714e62b657359230296449e4e0a7ae5a797803')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed"
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-01-24 Thread Felix Yan via arch-commits
Date: Thursday, January 24, 2019 @ 21:35:59
  Author: felixonmars
Revision: 427581

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   73 ++---
 1 file changed, 36 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-24 21:35:42 UTC (rev 427580)
+++ PKGBUILD2019-01-24 21:35:59 UTC (rev 427581)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Patrice Peterson 
-# Contributor: JonnyJD 
-
-pkgname=python-secretstorage
-_pkgname=SecretStorage
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
-arch=('any')
-url="https://github.com/mitya57/secretstorage;
-license=('BSD')
-depends=('python-cryptography' 'python-jeepney')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb')
-source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha512sums=('a044009480b359aecb0c8782f04e4d02c3c1c0e682f72733896c98f386562c43766318963452d60028d0a92d02903130278cf26a5c206f5f0909e106bdb2d133')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed"
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" -O1
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-secretstorage/repos/community-any/PKGBUILD (from rev 427580, 
python-secretstorage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-24 21:35:59 UTC (rev 427581)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Patrice Peterson 
+# Contributor: JonnyJD 
+
+pkgname=python-secretstorage
+_pkgname=SecretStorage
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
+arch=('any')
+url="https://github.com/mitya57/secretstorage;
+license=('BSD')
+depends=('python-cryptography' 'python-jeepney')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+sha512sums=('295e0f75c772edf153480730dc20051f06e60e040a18f169620cb4aaa37b8c1a254a496464d3794a38cf49fa884a7b561fe364816f0d12a5b2622c77259f03cf')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed"
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-09-02 Thread Filipe Laíns via arch-commits
Date: Sunday, September 2, 2018 @ 20:16:56
  Author: ffy00
Revision: 376086

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   69 -
 1 file changed, 37 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-02 20:16:51 UTC (rev 376085)
+++ PKGBUILD2018-09-02 20:16:56 UTC (rev 376086)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: JonnyJD 
-
-pkgname=python-secretstorage
-pkgver=3.0.1
-pkgrel=6
-pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
-arch=('any')
-url="https://pypi.org/project/SecretStorage/;
-license=('BSD')
-depends=('python-cryptography' 'python-jeepney')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb')
-source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
-sha512sums=('830f8de1a300d4a334ce7c2fa494ac1d8f1e36a8518f3df6df2b352ac3377bcdb84293b1c809b18bc774a61188b91f31fa30c15109b7aec180a2d1f522f2a165')
-
-build() {
-  cd SecretStorage-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd SecretStorage-$pkgver
-  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed"
-}
-
-package() {
-  cd SecretStorage-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-secretstorage/repos/community-any/PKGBUILD (from rev 376085, 
python-secretstorage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-02 20:16:56 UTC (rev 376086)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Patrice Peterson 
+# Contributor: JonnyJD 
+
+pkgname=python-secretstorage
+_pkgname=SecretStorage
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
+arch=('any')
+url="https://github.com/mitya57/secretstorage;
+license=('BSD')
+depends=('python-cryptography' 'python-jeepney')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+sha512sums=('a044009480b359aecb0c8782f04e4d02c3c1c0e682f72733896c98f386562c43766318963452d60028d0a92d02903130278cf26a5c206f5f0909e106bdb2d133')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed"
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-08-22 Thread Eli Schwartz via arch-commits
Date: Wednesday, August 22, 2018 @ 16:13:10
  Author: eschwartz
Revision: 373284

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   70 +++--
 1 file changed, 32 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-22 16:12:51 UTC (rev 373283)
+++ PKGBUILD2018-08-22 16:13:10 UTC (rev 373284)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Patrice Peterson 
-# Contributor: JonnyJD 
-
-pkgname=python-secretstorage
-_pkgname=SecretStorage
-pkgver=3.0.1
-pkgrel=5
-pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
-arch=('any')
-url="https://github.com/mitya57/secretstorage;
-license=('BSD')
-makedepends=('python-setuptools' 'python-cryptography' 'python-jeepney')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb')
-source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha512sums=('830f8de1a300d4a334ce7c2fa494ac1d8f1e36a8518f3df6df2b352ac3377bcdb84293b1c809b18bc774a61188b91f31fa30c15109b7aec180a2d1f522f2a165')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed"
-}
-
-package_python-secretstorage() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-secretstorage/repos/community-any/PKGBUILD (from rev 373283, 
python-secretstorage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-22 16:13:10 UTC (rev 373284)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Patrice Peterson 
+# Contributor: JonnyJD 
+
+pkgname=python-secretstorage
+pkgver=3.0.1
+pkgrel=6
+pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
+arch=('any')
+url="https://pypi.org/project/SecretStorage/;
+license=('BSD')
+depends=('python-cryptography' 'python-jeepney')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb')
+source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
+sha512sums=('830f8de1a300d4a334ce7c2fa494ac1d8f1e36a8518f3df6df2b352ac3377bcdb84293b1c809b18bc774a61188b91f31fa30c15109b7aec180a2d1f522f2a165')
+
+build() {
+  cd SecretStorage-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd SecretStorage-$pkgver
+  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed"
+}
+
+package() {
+  cd SecretStorage-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-08-22 Thread Filipe Laíns via arch-commits
Date: Wednesday, August 22, 2018 @ 15:21:13
  Author: ffy00
Revision: 373267

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   97 +++--
 1 file changed, 38 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-22 15:21:06 UTC (rev 373266)
+++ PKGBUILD2018-08-22 15:21:13 UTC (rev 373267)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Patrice Peterson 
-# Contributor: JonnyJD 
-
-pkgbase=python-secretstorage
-_pkgname=SecretStorage
-pkgname=(python-secretstorage python2-secretstorage)
-pkgver=3.0.1
-pkgrel=4
-pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
-arch=('any')
-url="https://github.com/mitya57/secretstorage;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'python-cryptography' 
'python-jeepney' 'python2-cryptography')
-source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha512sums=('830f8de1a300d4a334ce7c2fa494ac1d8f1e36a8518f3df6df2b352ac3377bcdb84293b1c809b18bc774a61188b91f31fa30c15109b7aec180a2d1f522f2a165')
-
-prepare() {
-  cp -a $_pkgname-$pkgver{,-py2}
-}
-
-build() {
-  echo "Building python-secretstorage $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py build
-
-  echo "Building python2-secretstorage $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  echo "Running tests on python-secretstorage $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed on python-secretstorage $pkgver"
-
-  echo "Running tests on python2-secretstorage $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  dbus-launch xvfb-run -a python2 -m unittest discover -s tests || warning 
"Tests failed on python2-secretstorage $pkgver"
-}
-
-package_python-secretstorage() {
-  depends=('python-cryptography' 'python-jeepney')
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-secretstorage() {
-  depends=('python2-cryptography')
-  cd $_pkgname-$pkgver-py2
-
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-secretstorage/repos/community-any/PKGBUILD (from rev 373266, 
python-secretstorage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-22 15:21:13 UTC (rev 373267)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Patrice Peterson 
+# Contributor: JonnyJD 
+
+pkgname=python-secretstorage
+_pkgname=SecretStorage
+pkgver=3.0.1
+pkgrel=5
+pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
+arch=('any')
+url="https://github.com/mitya57/secretstorage;
+license=('BSD')
+makedepends=('python-setuptools' 'python-cryptography' 'python-jeepney')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+sha512sums=('830f8de1a300d4a334ce7c2fa494ac1d8f1e36a8518f3df6df2b352ac3377bcdb84293b1c809b18bc774a61188b91f31fa30c15109b7aec180a2d1f522f2a165')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed"
+}
+
+package_python-secretstorage() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2018-08-20 Thread Filipe Laíns via arch-commits
Date: Monday, August 20, 2018 @ 23:01:42
  Author: ffy00
Revision: 372936

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-20 23:01:34 UTC (rev 372935)
+++ PKGBUILD2018-08-20 23:01:42 UTC (rev 372936)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Patrice Peterson 
-# Contributor: JonnyJD 
-
-pkgbase=python-secretstorage
-_pkgname=SecretStorage
-pkgname=(python-secretstorage python2-secretstorage)
-pkgver=3.0.1
-pkgrel=3
-pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
-arch=('any')
-url="https://github.com/mitya57/secretstorage;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'python-cryptography' 
'python-jeepney' 'python2-cryptography')
-source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha512sums=('830f8de1a300d4a334ce7c2fa494ac1d8f1e36a8518f3df6df2b352ac3377bcdb84293b1c809b18bc774a61188b91f31fa30c15109b7aec180a2d1f522f2a165')
-
-prepare() {
-  cp -a $_pkgname-$pkgver{,-py2}
-}
-
-build() {
-  echo "Building python-secretstorage $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py build
-
-  echo "Building python2-secretstorage $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  echo "Running tests on python-secretstorage $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed on python-secretstorage $pkgver"
-
-  echo "Running tests on python2-secretstorage $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  dbus-launch xvfb-run -a python2 -m unittest discover -s tests || warning 
"Tests failed on python2-secretstorage $pkgver"
-}
-
-package_python-secretstorage() {
-  depends=('python')
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-secretstorage() {
-  depends=('python2')
-  cd $_pkgname-$pkgver-py2
-
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-secretstorage/repos/community-any/PKGBUILD (from rev 372935, 
python-secretstorage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-20 23:01:42 UTC (rev 372936)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Patrice Peterson 
+# Contributor: JonnyJD 
+
+pkgbase=python-secretstorage
+_pkgname=SecretStorage
+pkgname=(python-secretstorage python2-secretstorage)
+pkgver=3.0.1
+pkgrel=4
+pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
+arch=('any')
+url="https://github.com/mitya57/secretstorage;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'python-cryptography' 
'python-jeepney' 'python2-cryptography')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+sha512sums=('830f8de1a300d4a334ce7c2fa494ac1d8f1e36a8518f3df6df2b352ac3377bcdb84293b1c809b18bc774a61188b91f31fa30c15109b7aec180a2d1f522f2a165')
+
+prepare() {
+  cp -a $_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  echo "Building python-secretstorage $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+
+  echo "Building python2-secretstorage $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  echo "Running tests on python-secretstorage $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed on python-secretstorage $pkgver"
+
+  echo "Running tests on python2-secretstorage $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  dbus-launch xvfb-run -a python2 -m unittest discover -s tests || warning 
"Tests failed on python2-secretstorage $pkgver"
+}
+
+package_python-secretstorage() {
+  depends=('python-cryptography' 'python-jeepney')
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-secretstorage() {
+  depends=('python2-cryptography')
+  cd $_pkgname-$pkgver-py2
+
+  python2 setup.py install 

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

2018-08-20 Thread Filipe Laíns via arch-commits
Date: Monday, August 20, 2018 @ 22:58:33
  Author: ffy00
Revision: 372934

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   91 +++--
 1 file changed, 59 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-20 22:58:26 UTC (rev 372933)
+++ PKGBUILD2018-08-20 22:58:33 UTC (rev 372934)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: JonnyJD 
-
-pkgname=python-secretstorage
-pkgver=3.0.1
-pkgrel=2
-pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
-arch=('any')
-url="https://pypi.org/project/SecretStorage/;
-license=('BSD')
-depends=('python-cryptography' 'python-jeepney')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb')
-source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
-sha512sums=('830f8de1a300d4a334ce7c2fa494ac1d8f1e36a8518f3df6df2b352ac3377bcdb84293b1c809b18bc774a61188b91f31fa30c15109b7aec180a2d1f522f2a165')
-
-build() {
-  cd SecretStorage-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd SecretStorage-$pkgver
-  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed"
-}
-
-package() {
-  cd SecretStorage-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-secretstorage/repos/community-any/PKGBUILD (from rev 372933, 
python-secretstorage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-20 22:58:33 UTC (rev 372934)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Patrice Peterson 
+# Contributor: JonnyJD 
+
+pkgbase=python-secretstorage
+_pkgname=SecretStorage
+pkgname=(python-secretstorage python2-secretstorage)
+pkgver=3.0.1
+pkgrel=3
+pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
+arch=('any')
+url="https://github.com/mitya57/secretstorage;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'python-cryptography' 
'python-jeepney' 'python2-cryptography')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+sha512sums=('830f8de1a300d4a334ce7c2fa494ac1d8f1e36a8518f3df6df2b352ac3377bcdb84293b1c809b18bc774a61188b91f31fa30c15109b7aec180a2d1f522f2a165')
+
+prepare() {
+  cp -a $_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  echo "Building python-secretstorage $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+
+  echo "Building python2-secretstorage $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  echo "Running tests on python-secretstorage $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed on python-secretstorage $pkgver"
+
+  echo "Running tests on python2-secretstorage $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  dbus-launch xvfb-run -a python2 -m unittest discover -s tests || warning 
"Tests failed on python2-secretstorage $pkgver"
+}
+
+package_python-secretstorage() {
+  depends=('python')
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-secretstorage() {
+  depends=('python2')
+  cd $_pkgname-$pkgver-py2
+
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-08-23 Thread Felix Yan
Date: Wednesday, August 23, 2017 @ 09:04:06
  Author: felixonmars
Revision: 253067

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   91 ++---
 1 file changed, 45 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-23 09:03:41 UTC (rev 253066)
+++ PKGBUILD2017-08-23 09:04:06 UTC (rev 253067)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: JonnyJD 
-
-pkgbase=python-secretstorage
-pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.3.1
-pkgrel=2
-pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
-arch=('any')
-url="https://pypi.python.org/pypi/SecretStorage;
-license=('BSD')
-makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto' 
'dbus-glib'
- 'python-cryptography' 'python2-cryptography')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
-source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
-md5sums=('3b9465831b069e2622973afb7deb7bc2')
-
-prepare() {
-  cp -a SecretStorage-$pkgver{,-py2}
-}
-
-check() {
-  cd SecretStorage-$pkgver
-  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed"
-
-  cd ../SecretStorage-$pkgver-py2
-  dbus-launch xvfb-run -a python2 -m unittest discover -s tests || warning 
"Tests failed"
-}
-
-package_python-secretstorage() {
-  depends=('python-dbus' 'python-crypto' 'dbus-glib' 'python-cryptography')
-
-  cd SecretStorage-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-secretstorage() {
-  depends=('python2-dbus' 'python2-crypto' 'dbus-glib' 'python2-cryptography')
-
-  cd SecretStorage-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-secretstorage/repos/community-any/PKGBUILD (from rev 253066, 
python-secretstorage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-23 09:04:06 UTC (rev 253067)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Patrice Peterson 
+# Contributor: JonnyJD 
+
+pkgbase=python-secretstorage
+pkgname=(python-secretstorage python2-secretstorage)
+pkgver=2.3.1
+pkgrel=3
+pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
+arch=('any')
+url="https://pypi.python.org/pypi/SecretStorage;
+license=('BSD')
+makedepends=('python-dbus' 'python2-dbus' 'dbus-glib' 'python-cryptography' 
'python2-cryptography')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb')
+source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
+md5sums=('3b9465831b069e2622973afb7deb7bc2')
+
+prepare() {
+  cp -a SecretStorage-$pkgver{,-py2}
+}
+
+check() {
+  cd SecretStorage-$pkgver
+  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed"
+
+  cd ../SecretStorage-$pkgver-py2
+  dbus-launch xvfb-run -a python2 -m unittest discover -s tests || warning 
"Tests failed"
+}
+
+package_python-secretstorage() {
+  depends=('python-dbus' 'dbus-glib' 'python-cryptography')
+
+  cd SecretStorage-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-secretstorage() {
+  depends=('python2-dbus' 'dbus-glib' 'python2-cryptography')
+
+  cd SecretStorage-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-08-28 Thread Felix Yan
Date: Sunday, August 28, 2016 @ 15:25:08
  Author: felixonmars
Revision: 187848

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-28 15:24:50 UTC (rev 187847)
+++ PKGBUILD2016-08-28 15:25:08 UTC (rev 187848)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: JonnyJD 
-
-pkgbase=python-secretstorage
-pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
-arch=('any')
-url="https://pypi.python.org/pypi/SecretStorage;
-license=('BSD')
-makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto' 
'dbus-glib'
- 'python-cryptography' 'python2-cryptography')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
-source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
-md5sums=('c39ec3f9af77fa82a606e0cd62795962')
-
-prepare() {
-  cp -a SecretStorage-$pkgver{,-py2}
-}
-
-check() {
-  cd SecretStorage-$pkgver
-  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
-
-  cd ../SecretStorage-$pkgver-py2
-  xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
-}
-
-package_python-secretstorage() {
-  depends=('python-dbus' 'python-crypto' 'dbus-glib' 'python-cryptography')
-
-  cd SecretStorage-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-secretstorage() {
-  depends=('python2-dbus' 'python2-crypto' 'dbus-glib' 'python2-cryptography')
-
-  cd SecretStorage-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-secretstorage/repos/community-any/PKGBUILD (from rev 187847, 
python-secretstorage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-28 15:25:08 UTC (rev 187848)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Patrice Peterson 
+# Contributor: JonnyJD 
+
+pkgbase=python-secretstorage
+pkgname=(python-secretstorage python2-secretstorage)
+pkgver=2.3.1
+pkgrel=1
+pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
+arch=('any')
+url="https://pypi.python.org/pypi/SecretStorage;
+license=('BSD')
+makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto' 
'dbus-glib'
+ 'python-cryptography' 'python2-cryptography')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
+source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
+md5sums=('3b9465831b069e2622973afb7deb7bc2')
+
+prepare() {
+  cp -a SecretStorage-$pkgver{,-py2}
+}
+
+check() {
+  cd SecretStorage-$pkgver
+  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed"
+
+  cd ../SecretStorage-$pkgver-py2
+  dbus-launch xvfb-run -a python2 -m unittest discover -s tests || warning 
"Tests failed"
+}
+
+package_python-secretstorage() {
+  depends=('python-dbus' 'python-crypto' 'dbus-glib' 'python-cryptography')
+
+  cd SecretStorage-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-secretstorage() {
+  depends=('python2-dbus' 'python2-crypto' 'dbus-glib' 'python2-cryptography')
+
+  cd SecretStorage-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-08-18 Thread Felix Yan
Date: Thursday, August 18, 2016 @ 15:32:02
  Author: felixonmars
Revision: 186960

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   91 ++---
 1 file changed, 46 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-18 15:31:43 UTC (rev 186959)
+++ PKGBUILD2016-08-18 15:32:02 UTC (rev 186960)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: JonnyJD 
-
-pkgbase=python-secretstorage
-pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.2.1
-pkgrel=1
-pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
-arch=('any')
-url="https://pypi.python.org/pypi/SecretStorage;
-license=('BSD')
-makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto' 
'dbus-glib')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
-source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
-md5sums=('9a6f9e4c9962e6cd616624c331fce1ab')
-
-prepare() {
-  cp -a SecretStorage-$pkgver{,-py2}
-}
-
-check() {
-  cd SecretStorage-$pkgver
-  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
-
-  cd ../SecretStorage-$pkgver-py2
-  xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
-}
-
-package_python-secretstorage() {
-  depends=('python-dbus' 'python-crypto' 'dbus-glib')
-
-  cd SecretStorage-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-secretstorage() {
-  depends=('python2-dbus' 'python2-crypto' 'dbus-glib')
-
-  cd SecretStorage-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-secretstorage/repos/community-any/PKGBUILD (from rev 186959, 
python-secretstorage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-18 15:32:02 UTC (rev 186960)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Patrice Peterson 
+# Contributor: JonnyJD 
+
+pkgbase=python-secretstorage
+pkgname=(python-secretstorage python2-secretstorage)
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
+arch=('any')
+url="https://pypi.python.org/pypi/SecretStorage;
+license=('BSD')
+makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto' 
'dbus-glib'
+ 'python-cryptography' 'python2-cryptography')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
+source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
+md5sums=('c39ec3f9af77fa82a606e0cd62795962')
+
+prepare() {
+  cp -a SecretStorage-$pkgver{,-py2}
+}
+
+check() {
+  cd SecretStorage-$pkgver
+  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
+
+  cd ../SecretStorage-$pkgver-py2
+  xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
+}
+
+package_python-secretstorage() {
+  depends=('python-dbus' 'python-crypto' 'dbus-glib' 'python-cryptography')
+
+  cd SecretStorage-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-secretstorage() {
+  depends=('python2-dbus' 'python2-crypto' 'dbus-glib' 'python2-cryptography')
+
+  cd SecretStorage-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-06-27 Thread Felix Yan
Date: Tuesday, June 28, 2016 @ 02:54:17
  Author: felixonmars
Revision: 181454

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-28 02:54:03 UTC (rev 181453)
+++ PKGBUILD2016-06-28 02:54:17 UTC (rev 181454)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: JonnyJD 
-
-pkgbase=python-secretstorage
-pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
-arch=('any')
-url="https://pypi.python.org/pypi/SecretStorage;
-license=('BSD')
-makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto' 
'dbus-glib')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
-source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
-md5sums=('651149db1b154d4fbcb725c857a0627f')
-
-prepare() {
-  cp -a SecretStorage-$pkgver{,-py2}
-}
-
-check() {
-  cd SecretStorage-$pkgver
-  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
-
-  cd ../SecretStorage-$pkgver-py2
-  xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
-}
-
-package_python-secretstorage() {
-  depends=('python-dbus' 'python-crypto' 'dbus-glib')
-
-  cd SecretStorage-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-secretstorage() {
-  depends=('python2-dbus' 'python2-crypto' 'dbus-glib')
-
-  cd SecretStorage-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-secretstorage/repos/community-any/PKGBUILD (from rev 181453, 
python-secretstorage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-28 02:54:17 UTC (rev 181454)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Patrice Peterson 
+# Contributor: JonnyJD 
+
+pkgbase=python-secretstorage
+pkgname=(python-secretstorage python2-secretstorage)
+pkgver=2.2.1
+pkgrel=1
+pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
+arch=('any')
+url="https://pypi.python.org/pypi/SecretStorage;
+license=('BSD')
+makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto' 
'dbus-glib')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
+source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
+md5sums=('9a6f9e4c9962e6cd616624c331fce1ab')
+
+prepare() {
+  cp -a SecretStorage-$pkgver{,-py2}
+}
+
+check() {
+  cd SecretStorage-$pkgver
+  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
+
+  cd ../SecretStorage-$pkgver-py2
+  xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
+}
+
+package_python-secretstorage() {
+  depends=('python-dbus' 'python-crypto' 'dbus-glib')
+
+  cd SecretStorage-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-secretstorage() {
+  depends=('python2-dbus' 'python2-crypto' 'dbus-glib')
+
+  cd SecretStorage-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-06-18 Thread Felix Yan
Date: Saturday, June 18, 2016 @ 14:31:48
  Author: felixonmars
Revision: 180432

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-18 14:31:30 UTC (rev 180431)
+++ PKGBUILD2016-06-18 14:31:48 UTC (rev 180432)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: JonnyJD 
-
-pkgbase=python-secretstorage
-pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.1.4
-pkgrel=1
-pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
-arch=('any')
-url="https://pypi.python.org/pypi/SecretStorage;
-license=('BSD')
-makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto' 
'dbus-glib')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
-source=("https://pypi.python.org/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
-md5sums=('80ca4a4a0614daf45ee3d0fb17eb41cd')
-
-prepare() {
-  cp -a SecretStorage-$pkgver{,-py2}
-}
-
-check() {
-  cd SecretStorage-$pkgver
-  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
-
-  cd ../SecretStorage-$pkgver-py2
-  xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
-}
-
-package_python-secretstorage() {
-  depends=('python-dbus' 'python-crypto' 'dbus-glib')
-
-  cd SecretStorage-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-secretstorage() {
-  depends=('python2-dbus' 'python2-crypto' 'dbus-glib')
-
-  cd SecretStorage-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-secretstorage/repos/community-any/PKGBUILD (from rev 180431, 
python-secretstorage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-18 14:31:48 UTC (rev 180432)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Patrice Peterson 
+# Contributor: JonnyJD 
+
+pkgbase=python-secretstorage
+pkgname=(python-secretstorage python2-secretstorage)
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
+arch=('any')
+url="https://pypi.python.org/pypi/SecretStorage;
+license=('BSD')
+makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto' 
'dbus-glib')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
+source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
+md5sums=('651149db1b154d4fbcb725c857a0627f')
+
+prepare() {
+  cp -a SecretStorage-$pkgver{,-py2}
+}
+
+check() {
+  cd SecretStorage-$pkgver
+  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
+
+  cd ../SecretStorage-$pkgver-py2
+  xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
+}
+
+package_python-secretstorage() {
+  depends=('python-dbus' 'python-crypto' 'dbus-glib')
+
+  cd SecretStorage-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-secretstorage() {
+  depends=('python2-dbus' 'python2-crypto' 'dbus-glib')
+
+  cd SecretStorage-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-01-10 Thread Felix Yan
Date: Sunday, January 10, 2016 @ 09:22:17
  Author: fyan
Revision: 155847

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-10 08:22:01 UTC (rev 155846)
+++ PKGBUILD2016-01-10 08:22:17 UTC (rev 155847)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: JonnyJD 
-
-pkgbase=python-secretstorage
-pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.1.3
-pkgrel=2
-pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
-arch=('any')
-url="https://pypi.python.org/pypi/SecretStorage;
-license=('BSD')
-makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto' 
'dbus-glib')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
-source=("https://pypi.python.org/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
-md5sums=('7820b3ac05614b56b3bfc850b7daeb17')
-
-prepare() {
-  cp -a SecretStorage-$pkgver{,-py2}
-}
-
-check() {
-  cd SecretStorage-$pkgver
-  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
-
-  cd ../SecretStorage-$pkgver-py2
-  xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
-}
-
-package_python-secretstorage() {
-  depends=('python-dbus' 'python-crypto' 'dbus-glib')
-
-  cd SecretStorage-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-secretstorage() {
-  depends=('python2-dbus' 'python2-crypto' 'dbus-glib')
-
-  cd SecretStorage-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-secretstorage/repos/community-any/PKGBUILD (from rev 155846, 
python-secretstorage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-10 08:22:17 UTC (rev 155847)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Patrice Peterson 
+# Contributor: JonnyJD 
+
+pkgbase=python-secretstorage
+pkgname=(python-secretstorage python2-secretstorage)
+pkgver=2.1.4
+pkgrel=1
+pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
+arch=('any')
+url="https://pypi.python.org/pypi/SecretStorage;
+license=('BSD')
+makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto' 
'dbus-glib')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
+source=("https://pypi.python.org/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
+md5sums=('80ca4a4a0614daf45ee3d0fb17eb41cd')
+
+prepare() {
+  cp -a SecretStorage-$pkgver{,-py2}
+}
+
+check() {
+  cd SecretStorage-$pkgver
+  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
+
+  cd ../SecretStorage-$pkgver-py2
+  xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
+}
+
+package_python-secretstorage() {
+  depends=('python-dbus' 'python-crypto' 'dbus-glib')
+
+  cd SecretStorage-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-secretstorage() {
+  depends=('python2-dbus' 'python2-crypto' 'dbus-glib')
+
+  cd SecretStorage-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-12-20 Thread Felix Yan
Date: Monday, December 21, 2015 @ 02:34:34
  Author: fyan
Revision: 153809

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-21 01:34:09 UTC (rev 153808)
+++ PKGBUILD2015-12-21 01:34:34 UTC (rev 153809)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: JonnyJD 
-
-pkgbase=python-secretstorage
-pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.1.2
-pkgrel=2
-pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
-arch=('any')
-url="https://pypi.python.org/pypi/SecretStorage;
-license=('BSD')
-makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
-source=("https://pypi.python.org/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
-md5sums=('795eadfdfd2f747df146dd1dac9835c0')
-
-prepare() {
-  cp -a SecretStorage-$pkgver{,-py2}
-}
-
-check() {
-  cd SecretStorage-$pkgver
-  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
-
-  cd ../SecretStorage-$pkgver-py2
-  xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
-}
-
-package_python-secretstorage() {
-  depends=('python-dbus' 'python-crypto')
-
-  cd SecretStorage-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-secretstorage() {
-  depends=('python2-dbus' 'python2-crypto')
-
-  cd SecretStorage-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-secretstorage/repos/community-any/PKGBUILD (from rev 153808, 
python-secretstorage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-21 01:34:34 UTC (rev 153809)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Patrice Peterson 
+# Contributor: JonnyJD 
+
+pkgbase=python-secretstorage
+pkgname=(python-secretstorage python2-secretstorage)
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
+arch=('any')
+url="https://pypi.python.org/pypi/SecretStorage;
+license=('BSD')
+makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
+source=("https://pypi.python.org/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
+md5sums=('7820b3ac05614b56b3bfc850b7daeb17')
+
+prepare() {
+  cp -a SecretStorage-$pkgver{,-py2}
+}
+
+check() {
+  cd SecretStorage-$pkgver
+  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
+
+  cd ../SecretStorage-$pkgver-py2
+  xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
+}
+
+package_python-secretstorage() {
+  depends=('python-dbus' 'python-crypto')
+
+  cd SecretStorage-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-secretstorage() {
+  depends=('python2-dbus' 'python2-crypto')
+
+  cd SecretStorage-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-06-30 Thread Felix Yan
Date: Wednesday, July 1, 2015 @ 04:58:36
  Author: fyan
Revision: 136177

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   88 +++--
 1 file changed, 45 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-01 02:58:18 UTC (rev 136176)
+++ PKGBUILD2015-07-01 02:58:36 UTC (rev 136177)
@@ -1,43 +0,0 @@
-# Maintainer: Patrice Peterson runiq at archlinux dot us
-# Contributor: JonnyJD a...@jonnyjd.net
-
-pkgbase=python-secretstorage
-pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.1.1
-pkgrel=2
-pkgdesc=Securely store passwords and other private data using the 
SecretService DBus API
-arch=('any')
-url=https://pypi.python.org/pypi/SecretStorage;
-license=('BSD')
-makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb')
-source=(https://pypi.python.org/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
-md5sums=('0c5c875104ebb6f6d45c7faf6c2943f9')
-
-prepare() {
-  cp -a SecretStorage-$pkgver{,-py2}
-}
-
-check() {
-  cd SecretStorage-$pkgver
-  xvfb-run python -m unittest discover -s tests || warning Tests failed
-
-  cd ../SecretStorage-$pkgver-py2
-  xvfb-run python2 -m unittest discover -s tests || warning Tests failed
-}
-
-package_python-secretstorage() {
-  depends=('python-dbus' 'python-crypto')
-
-  cd SecretStorage-$pkgver
-  python setup.py install -O1 --root=$pkgdir
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-secretstorage() {
-  depends=('python2-dbus' 'python2-crypto')
-
-  cd SecretStorage-$pkgver-py2
-  python2 setup.py install -O1 --root=$pkgdir
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-secretstorage/repos/community-any/PKGBUILD (from rev 136176, 
python-secretstorage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-01 02:58:36 UTC (rev 136177)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Patrice Peterson runiq at archlinux dot us
+# Contributor: JonnyJD a...@jonnyjd.net
+
+pkgbase=python-secretstorage
+pkgname=(python-secretstorage python2-secretstorage)
+pkgver=2.1.2
+pkgrel=1
+pkgdesc=Securely store passwords and other private data using the 
SecretService DBus API
+arch=('any')
+url=https://pypi.python.org/pypi/SecretStorage;
+license=('BSD')
+makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb')
+source=(https://pypi.python.org/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz;)
+md5sums=('795eadfdfd2f747df146dd1dac9835c0')
+
+prepare() {
+  cp -a SecretStorage-$pkgver{,-py2}
+}
+
+check() {
+  cd SecretStorage-$pkgver
+  xvfb-run -a python -m unittest discover -s tests || warning Tests failed
+
+  cd ../SecretStorage-$pkgver-py2
+  xvfb-run -a python2 -m unittest discover -s tests || warning Tests failed
+}
+
+package_python-secretstorage() {
+  depends=('python-dbus' 'python-crypto')
+
+  cd SecretStorage-$pkgver
+  python setup.py install -O1 --root=$pkgdir
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-secretstorage() {
+  depends=('python2-dbus' 'python2-crypto')
+
+  cd SecretStorage-$pkgver-py2
+  python2 setup.py install -O1 --root=$pkgdir
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}