[arch-commits] Commit in python2-secretstorage/trunk (PKGBUILD)

2019-02-13 Thread Filipe Laíns via arch-commits
Date: Thursday, February 14, 2019 @ 00:20:12
  Author: ffy00
Revision: 432144

upgpkg: python2-secretstorage 1:3.1.1-1

Modified:
  python2-secretstorage/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-14 00:19:01 UTC (rev 432143)
+++ PKGBUILD2019-02-14 00:20:12 UTC (rev 432144)
@@ -2,7 +2,7 @@
 
 pkgname=python2-secretstorage
 _pkgname=${pkgname#python2-}
-pkgver=2.3.1
+pkgver=3.1.1
 pkgrel=1
 epoch=1
 pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
@@ -13,7 +13,7 @@
 makedepends=('python2-setuptools')
 checkdepends=('gnome-keyring' 'xorg-server-xvfb')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('0a22937d5772ac43e3a5f5a0dc101911322386f23cb46036d1f0962b879a1896ba7a2852aed85ebb5cb6b0919a0da6517b3eb2f5dc7c69c7b5c4b7875145f66e')
+sha512sums=('6ebc8e57ea926be18aa4dca9859e1cc93ac9b285a766fc9fa154bdf45c848d7584fe5ea2c2084297e8feabe038b640370916cad4903bee25b285c55f3c47db2a')
 
 build() {
   cd $_pkgname-$pkgver


[arch-commits] Commit in python2-secretstorage/trunk (PKGBUILD)

2018-08-22 Thread Eli Schwartz via arch-commits
Date: Wednesday, August 22, 2018 @ 16:24:42
  Author: eschwartz
Revision: 373285

upgpkg: python2-secretstorage 1:2.3.1-1

add epoch for clean upgrade path

Modified:
  python2-secretstorage/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-22 16:13:10 UTC (rev 373284)
+++ PKGBUILD2018-08-22 16:24:42 UTC (rev 373285)
@@ -4,7 +4,8 @@
 pkgname=python2-secretstorage
 _pkgname=${pkgname#python2-}
 pkgver=2.3.1
-pkgrel=5
+pkgrel=1
+epoch=1
 pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
 arch=('any')
 url="https://github.com/mitya57/secretstorage;


[arch-commits] Commit in python2-secretstorage/trunk (PKGBUILD)

2018-08-22 Thread Filipe Laíns via arch-commits
Date: Wednesday, August 22, 2018 @ 15:28:53
  Author: ffy00
Revision: 373268

revert split package

Modified:
  python2-secretstorage/trunk/PKGBUILD

--+
 PKGBUILD |   14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-22 15:21:13 UTC (rev 373267)
+++ PKGBUILD2018-08-22 15:28:53 UTC (rev 373268)
@@ -4,23 +4,29 @@
 pkgname=python2-secretstorage
 _pkgname=${pkgname#python2-}
 pkgver=2.3.1
-pkgrel=1
-pkgdesc="This module provides a way for securely storing passwords and other 
secrets."
+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')
 depends=('python2-dbus' 'python2-cryptography')
 makedepends=('python2-setuptools')
-provides=('python2-secretstorage')
-conflicts=('python2-secretstorage')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
 
sha512sums=('0a22937d5772ac43e3a5f5a0dc101911322386f23cb46036d1f0962b879a1896ba7a2852aed85ebb5cb6b0919a0da6517b3eb2f5dc7c69c7b5c4b7875145f66e')
 
 build() {
   cd $_pkgname-$pkgver
+
   python2 setup.py build
 }
 
+check() {
+  cd $_pkgname-$pkgver
+
+  dbus-launch xvfb-run -a python2 -m unittest discover -s tests || warning 
"Tests failed"
+}
+
 package() {
   cd $_pkgname-$pkgver