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

2020-11-24 Thread Felix Yan via arch-commits
Date: Tuesday, November 24, 2020 @ 16:16:57
  Author: felixonmars
Revision: 760946

upgpkg: python-secretstorage 3.3.0-1

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-24 16:13:30 UTC (rev 760945)
+++ PKGBUILD2020-11-24 16:16:57 UTC (rev 760946)
@@ -5,8 +5,8 @@
 
 pkgname=python-secretstorage
 _pkgname=SecretStorage
-pkgver=3.2.0
-pkgrel=3
+pkgver=3.3.0
+pkgrel=1
 pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
 arch=('any')
 url="https://github.com/mitya57/secretstorage";
@@ -14,7 +14,7 @@
 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')
+sha512sums=('d33c11b98824d214eb67c5b11a7fe0d14af084edfebc1d83204bcfd167258fbc07be8c1de8824ec984d83d07bfd66271c44f751784429e574cb240b5add70e16')
 
 build() {
   cd $_pkgname-$pkgver
@@ -25,7 +25,7 @@
 check() {
   cd $_pkgname-$pkgver
 
-  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed"
+  dbus-launch xvfb-run -a python -m unittest discover -s tests || echo "Tests 
failed"
 }
 
 package() {


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Saturday, October 26, 2019 @ 05:38:28
  Author: felixonmars
Revision: 520153

Python 3.8 rebuild

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 05:38:27 UTC (rev 520152)
+++ PKGBUILD2019-10-26 05:38:28 UTC (rev 520153)
@@ -6,7 +6,7 @@
 pkgname=python-secretstorage
 _pkgname=SecretStorage
 pkgver=3.1.1
-pkgrel=1
+pkgrel=2
 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 python-secretstorage/trunk (PKGBUILD)

2019-12-16 Thread Filipe Laíns via arch-commits
Date: Monday, December 16, 2019 @ 10:11:44
  Author: ffy00
Revision: 537847

replace gnome-keyring dependency with org.freedesktop.secrets

I did not release a new version because it is only a checkdepends

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-16 10:06:06 UTC (rev 537846)
+++ PKGBUILD2019-12-16 10:11:44 UTC (rev 537847)
@@ -12,7 +12,7 @@
 url="https://github.com/mitya57/secretstorage";
 license=('BSD')
 depends=('python-cryptography' 'python-jeepney')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb')
+checkdepends=('org.freedesktop.secrets' 'xorg-server-xvfb')
 
source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz";)
 
sha512sums=('295e0f75c772edf153480730dc20051f06e60e040a18f169620cb4aaa37b8c1a254a496464d3794a38cf49fa884a7b561fe364816f0d12a5b2622c77259f03cf')
 


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

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

upgpkg: python-secretstorage 3.1.2-1

Modified:
  python-secretstorage/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 18:59:20 UTC (rev 550437)
+++ PKGBUILD2020-01-08 18:59:24 UTC (rev 550438)
@@ -5,8 +5,8 @@
 
 pkgname=python-secretstorage
 _pkgname=SecretStorage
-pkgver=3.1.1
-pkgrel=3
+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";
@@ -14,7 +14,7 @@
 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=('295e0f75c772edf153480730dc20051f06e60e040a18f169620cb4aaa37b8c1a254a496464d3794a38cf49fa884a7b561fe364816f0d12a5b2622c77259f03cf')
+sha512sums=('c132b21556c55b5912354fd27b6062d32c0f510234f7fe57f6e8e0acb08393ad95e0896967b577de97821387cd714e62b657359230296449e4e0a7ae5a797803')
 
 build() {
   cd $_pkgname-$pkgver


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

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

upgpkg: python-secretstorage 3.1.1-1

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-24 21:35:39 UTC (rev 427579)
+++ PKGBUILD2019-01-24 21:35:42 UTC (rev 427580)
@@ -5,7 +5,7 @@
 
 pkgname=python-secretstorage
 _pkgname=SecretStorage
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
 arch=('any')
@@ -14,7 +14,7 @@
 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')
+sha512sums=('295e0f75c772edf153480730dc20051f06e60e040a18f169620cb4aaa37b8c1a254a496464d3794a38cf49fa884a7b561fe364816f0d12a5b2622c77259f03cf')
 
 build() {
   cd $_pkgname-$pkgver


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

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

upgpkg: python-secretstorage 3.2.0-1

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-08 11:37:04 UTC (rev 746504)
+++ PKGBUILD2020-11-08 11:40:04 UTC (rev 746505)
@@ -5,7 +5,7 @@
 
 pkgname=python-secretstorage
 _pkgname=SecretStorage
-pkgver=3.1.2
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
 arch=('any')
@@ -14,7 +14,7 @@
 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')
+sha512sums=('668f3847f573e1756ffa3a38c278e6d4895223553830d49969e979003d04ca04fb5eaf8dfcc616086a6020f6a73fbe71f7041d4c4ee574205f00fbde945298e9')
 
 build() {
   cd $_pkgname-$pkgver


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

2020-11-09 Thread Felix Yan via arch-commits
Date: Monday, November 9, 2020 @ 18:27:50
  Author: felixonmars
Revision: 747983

upgpkg: python-secretstorage 3.2.0-2: Python 3.9 rebuild

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 18:27:49 UTC (rev 747982)
+++ PKGBUILD2020-11-09 18:27:50 UTC (rev 747983)
@@ -6,7 +6,7 @@
 pkgname=python-secretstorage
 _pkgname=SecretStorage
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 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 python-secretstorage/trunk (PKGBUILD)

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 13:21:57
  Author: foutrelis
Revision: 751795

upgpkg: python-secretstorage 3.2.0-3: Python 3.9 rebuild

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 13:21:49 UTC (rev 751794)
+++ PKGBUILD2020-11-12 13:21:57 UTC (rev 751795)
@@ -6,7 +6,7 @@
 pkgname=python-secretstorage
 _pkgname=SecretStorage
 pkgver=3.2.0
-pkgrel=2
+pkgrel=3
 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 python-secretstorage/trunk (PKGBUILD)

2019-11-03 Thread Felix Yan via arch-commits
Date: Sunday, November 3, 2019 @ 12:21:24
  Author: felixonmars
Revision: 522473

Python 3.8 rebuild

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 12:21:20 UTC (rev 522472)
+++ PKGBUILD2019-11-03 12:21:24 UTC (rev 522473)
@@ -6,7 +6,7 @@
 pkgname=python-secretstorage
 _pkgname=SecretStorage
 pkgver=3.1.1
-pkgrel=2
+pkgrel=3
 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 python-secretstorage/trunk (PKGBUILD)

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

upgpkg: python-secretstorage 2.1.2-1

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-30 22:16:42 UTC (rev 136175)
+++ PKGBUILD2015-07-01 02:58:18 UTC (rev 136176)
@@ -5,8 +5,8 @@
 
 pkgbase=python-secretstorage
 pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.1.1
-pkgrel=2
+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";
@@ -14,7 +14,7 @@
 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')
+md5sums=('795eadfdfd2f747df146dd1dac9835c0')
 
 prepare() {
   cp -a SecretStorage-$pkgver{,-py2}
@@ -22,10 +22,10 @@
 
 check() {
   cd SecretStorage-$pkgver
-  xvfb-run python -m unittest discover -s tests || warning "Tests failed"
+  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
 
   cd ../SecretStorage-$pkgver-py2
-  xvfb-run python2 -m unittest discover -s tests || warning "Tests failed"
+  xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
 }
 
 package_python-secretstorage() {


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

2014-09-05 Thread Felix Yan
Date: Saturday, September 6, 2014 @ 04:33:16
  Author: fyan
Revision: 118450

update maintainer tag

Modified:
  python-secretstorage/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-06 02:13:22 UTC (rev 118449)
+++ PKGBUILD2014-09-06 02:33:16 UTC (rev 118450)
@@ -1,4 +1,6 @@
-# Maintainer: Patrice Peterson 
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Patrice Peterson 
 # Contributor: JonnyJD 
 
 pkgbase=python-secretstorage


Property changes on: python-secretstorage/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2016-08-18 Thread Felix Yan
Date: Thursday, August 18, 2016 @ 15:31:43
  Author: felixonmars
Revision: 186959

upgpkg: python-secretstorage 2.3.0-1

Modified:
  python-secretstorage/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 15:17:16 UTC (rev 186958)
+++ PKGBUILD2016-08-18 15:31:43 UTC (rev 186959)
@@ -5,16 +5,17 @@
 
 pkgbase=python-secretstorage
 pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.2.1
+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')
+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=('9a6f9e4c9962e6cd616624c331fce1ab')
+md5sums=('c39ec3f9af77fa82a606e0cd62795962')
 
 prepare() {
   cp -a SecretStorage-$pkgver{,-py2}
@@ -29,7 +30,7 @@
 }
 
 package_python-secretstorage() {
-  depends=('python-dbus' 'python-crypto' 'dbus-glib')
+  depends=('python-dbus' 'python-crypto' 'dbus-glib' 'python-cryptography')
 
   cd SecretStorage-$pkgver
   python setup.py install -O1 --root="$pkgdir"
@@ -37,7 +38,7 @@
 }
 
 package_python2-secretstorage() {
-  depends=('python2-dbus' 'python2-crypto' 'dbus-glib')
+  depends=('python2-dbus' 'python2-crypto' 'dbus-glib' 'python2-cryptography')
 
   cd SecretStorage-$pkgver-py2
   python2 setup.py install -O1 --root="$pkgdir"


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

2016-08-28 Thread Felix Yan
Date: Sunday, August 28, 2016 @ 15:24:50
  Author: felixonmars
Revision: 187847

upgpkg: python-secretstorage 2.3.1-1

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-28 10:56:37 UTC (rev 187846)
+++ PKGBUILD2016-08-28 15:24:50 UTC (rev 187847)
@@ -5,7 +5,7 @@
 
 pkgbase=python-secretstorage
 pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.3.0
+pkgver=2.3.1
 pkgrel=1
 pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
 arch=('any')
@@ -15,7 +15,7 @@
  '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')
+md5sums=('3b9465831b069e2622973afb7deb7bc2')
 
 prepare() {
   cp -a SecretStorage-$pkgver{,-py2}
@@ -23,10 +23,10 @@
 
 check() {
   cd SecretStorage-$pkgver
-  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
+  dbus-launch 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"
+  dbus-launch xvfb-run -a python2 -m unittest discover -s tests || warning 
"Tests failed"
 }
 
 package_python-secretstorage() {


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

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

upgpkg: python-secretstorage 2.2.0-1

Modified:
  python-secretstorage/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-18 14:23:00 UTC (rev 180430)
+++ PKGBUILD2016-06-18 14:31:30 UTC (rev 180431)
@@ -5,7 +5,7 @@
 
 pkgbase=python-secretstorage
 pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.1.4
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
 arch=('any')
@@ -13,8 +13,8 @@
 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')
+source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz";)
+md5sums=('651149db1b154d4fbcb725c857a0627f')
 
 prepare() {
   cp -a SecretStorage-$pkgver{,-py2}


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

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

upgpkg: python-secretstorage 2.2.1-1

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 02:53:47 UTC (rev 181452)
+++ PKGBUILD2016-06-28 02:54:03 UTC (rev 181453)
@@ -5,7 +5,7 @@
 
 pkgbase=python-secretstorage
 pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
 arch=('any')
@@ -14,7 +14,7 @@
 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')
+md5sums=('9a6f9e4c9962e6cd616624c331fce1ab')
 
 prepare() {
   cp -a SecretStorage-$pkgver{,-py2}


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

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

upgpkg: python-secretstorage 2.1.3-1

Modified:
  python-secretstorage/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 20:46:00 UTC (rev 153807)
+++ PKGBUILD2015-12-21 01:34:09 UTC (rev 153808)
@@ -5,8 +5,8 @@
 
 pkgbase=python-secretstorage
 pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.1.2
-pkgrel=2
+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";
@@ -14,7 +14,7 @@
 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')
+md5sums=('7820b3ac05614b56b3bfc850b7daeb17')
 
 prepare() {
   cp -a SecretStorage-$pkgver{,-py2}


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

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

upgpkg: python-secretstorage 2.1.4-1

Modified:
  python-secretstorage/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-10 04:59:00 UTC (rev 155845)
+++ PKGBUILD2016-01-10 08:22:01 UTC (rev 155846)
@@ -5,8 +5,8 @@
 
 pkgbase=python-secretstorage
 pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.1.3
-pkgrel=2
+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";
@@ -14,7 +14,7 @@
 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')
+md5sums=('80ca4a4a0614daf45ee3d0fb17eb41cd')
 
 prepare() {
   cp -a SecretStorage-$pkgver{,-py2}


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

2015-09-19 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 03:51:16
  Author: fyan
Revision: 141107

upgpkg: python-secretstorage 2.1.2-2

rebuild for python 3.5

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 01:47:37 UTC (rev 141106)
+++ PKGBUILD2015-09-20 01:51:16 UTC (rev 141107)
@@ -6,13 +6,13 @@
 pkgbase=python-secretstorage
 pkgname=(python-secretstorage python2-secretstorage)
 pkgver=2.1.2
-pkgrel=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')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
 
source=("https://pypi.python.org/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz";)
 md5sums=('795eadfdfd2f747df146dd1dac9835c0')
 


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

2017-08-23 Thread Felix Yan
Date: Wednesday, August 23, 2017 @ 09:03:41
  Author: felixonmars
Revision: 253066

upgpkg: python-secretstorage 2.3.1-3

fix dependencies

Modified:
  python-secretstorage/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-23 08:15:05 UTC (rev 253065)
+++ PKGBUILD2017-08-23 09:03:41 UTC (rev 253066)
@@ -6,14 +6,13 @@
 pkgbase=python-secretstorage
 pkgname=(python-secretstorage python2-secretstorage)
 pkgver=2.3.1
-pkgrel=2
+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' 'python-crypto' 'python2-crypto' 
'dbus-glib'
- 'python-cryptography' 'python2-cryptography')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
+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')
 
@@ -30,7 +29,7 @@
 }
 
 package_python-secretstorage() {
-  depends=('python-dbus' 'python-crypto' 'dbus-glib' 'python-cryptography')
+  depends=('python-dbus' 'dbus-glib' 'python-cryptography')
 
   cd SecretStorage-$pkgver
   python setup.py install -O1 --root="$pkgdir"
@@ -38,7 +37,7 @@
 }
 
 package_python2-secretstorage() {
-  depends=('python2-dbus' 'python2-crypto' 'dbus-glib' 'python2-cryptography')
+  depends=('python2-dbus' 'dbus-glib' 'python2-cryptography')
 
   cd SecretStorage-$pkgver-py2
   python2 setup.py install -O1 --root="$pkgdir"


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

2016-12-24 Thread Evangelos Foutras
Date: Saturday, December 24, 2016 @ 18:43:46
  Author: foutrelis
Revision: 201767

Python 3.6 rebuild

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-24 18:40:58 UTC (rev 201766)
+++ PKGBUILD2016-12-24 18:43:46 UTC (rev 201767)
@@ -6,7 +6,7 @@
 pkgbase=python-secretstorage
 pkgname=(python-secretstorage python2-secretstorage)
 pkgver=2.3.1
-pkgrel=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";


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

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

make this a split package and also provide python2-secretstorage

Modified:
  python-secretstorage/trunk/PKGBUILD

--+
 PKGBUILD |   53 -
 1 file changed, 40 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-20 22:56:34 UTC (rev 372932)
+++ PKGBUILD2018-08-20 22:58:26 UTC (rev 372933)
@@ -1,32 +1,59 @@
 # $Id$
 # Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
 # Contributor: Patrice Peterson 
 # Contributor: JonnyJD 
 
-pkgname=python-secretstorage
+pkgbase=python-secretstorage
+_pkgname=SecretStorage
+pkgname=(python-secretstorage python2-secretstorage)
 pkgver=3.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
 arch=('any')
-url="https://pypi.org/project/SecretStorage/";
+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/S/SecretStorage/SecretStorage-${pkgver}.tar.gz";)
+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() {
-  cd SecretStorage-$pkgver
+  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() {
-  cd SecretStorage-$pkgver
-  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed"
+  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() {
-  cd SecretStorage-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+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/trunk (PKGBUILD)

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

fix dependencies

Modified:
  python-secretstorage/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-20 22:58:33 UTC (rev 372934)
+++ PKGBUILD2018-08-20 23:01:34 UTC (rev 372935)
@@ -8,7 +8,7 @@
 _pkgname=SecretStorage
 pkgname=(python-secretstorage python2-secretstorage)
 pkgver=3.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
 arch=('any')
 url="https://github.com/mitya57/secretstorage";
@@ -43,7 +43,7 @@
 }
 
 package_python-secretstorage() {
-  depends=('python')
+  depends=('python-cryptography' 'python-jeepney')
   cd $_pkgname-$pkgver
 
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
@@ -51,7 +51,7 @@
 }
 
 package_python2-secretstorage() {
-  depends=('python2')
+  depends=('python2-cryptography')
   cd $_pkgname-$pkgver-py2
 
   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build


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

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

revert split package

Modified:
  python-secretstorage/trunk/PKGBUILD

--+
 PKGBUILD |   37 -
 1 file changed, 8 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-22 15:17:16 UTC (rev 373265)
+++ PKGBUILD2018-08-22 15:21:06 UTC (rev 373266)
@@ -4,46 +4,32 @@
 # Contributor: Patrice Peterson 
 # Contributor: JonnyJD 
 
-pkgbase=python-secretstorage
+pkgname=python-secretstorage
 _pkgname=SecretStorage
-pkgname=(python-secretstorage python2-secretstorage)
 pkgver=3.0.1
-pkgrel=4
+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' 'python2-setuptools')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'python-cryptography' 
'python-jeepney' 'python2-cryptography')
+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')
 
-prepare() {
-  cp -a $_pkgname-$pkgver{,-py2}
-}
+build() {
+  cd $_pkgname-$pkgver
 
-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"
+  cd $_pkgname-$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"
+  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning 
"Tests failed"
 }
 
 package_python-secretstorage() {
-  depends=('python-cryptography' 'python-jeepney')
   cd $_pkgname-$pkgver
 
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
@@ -50,10 +36,3 @@
   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
-}


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

2018-08-22 Thread Eli Schwartz via arch-commits
Date: Wednesday, August 22, 2018 @ 16:12:51
  Author: eschwartz
Revision: 373283

upgpkg: python-secretstorage 3.0.1-6

back to square one

Modified:
  python-secretstorage/trunk/PKGBUILD

--+
 PKGBUILD |   26 ++
 1 file changed, 10 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-22 16:05:37 UTC (rev 373282)
+++ PKGBUILD2018-08-22 16:12:51 UTC (rev 373283)
@@ -1,38 +1,32 @@
 # $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
+pkgrel=6
 pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
 arch=('any')
-url="https://github.com/mitya57/secretstorage";
+url="https://pypi.org/project/SecretStorage/";
 license=('BSD')
-makedepends=('python-setuptools' 'python-cryptography' 'python-jeepney')
+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";)
+source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz";)
 
sha512sums=('830f8de1a300d4a334ce7c2fa494ac1d8f1e36a8518f3df6df2b352ac3377bcdb84293b1c809b18bc774a61188b91f31fa30c15109b7aec180a2d1f522f2a165')
 
 build() {
-  cd $_pkgname-$pkgver
-
+  cd SecretStorage-$pkgver
   python setup.py build
 }
 
 check() {
-  cd $_pkgname-$pkgver
-
+  cd SecretStorage-$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
+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/trunk (PKGBUILD)

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

upgpkg: python-secretstorage 3.1.0-1

Modified:
  python-secretstorage/trunk/PKGBUILD

--+
 PKGBUILD |   25 +++--
 1 file changed, 15 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-02 20:11:21 UTC (rev 376084)
+++ PKGBUILD2018-09-02 20:16:51 UTC (rev 376085)
@@ -1,32 +1,37 @@
 # $Id$
 # Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
 # Contributor: Patrice Peterson 
 # Contributor: JonnyJD 
 
 pkgname=python-secretstorage
-pkgver=3.0.1
-pkgrel=6
+_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://pypi.org/project/SecretStorage/";
+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/S/SecretStorage/SecretStorage-${pkgver}.tar.gz";)
-sha512sums=('830f8de1a300d4a334ce7c2fa494ac1d8f1e36a8518f3df6df2b352ac3377bcdb84293b1c809b18bc774a61188b91f31fa30c15109b7aec180a2d1f522f2a165')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz";)
+sha512sums=('a044009480b359aecb0c8782f04e4d02c3c1c0e682f72733896c98f386562c43766318963452d60028d0a92d02903130278cf26a5c206f5f0909e106bdb2d133')
 
 build() {
-  cd SecretStorage-$pkgver
+  cd $_pkgname-$pkgver
+
   python setup.py build
 }
 
 check() {
-  cd SecretStorage-$pkgver
+  cd $_pkgname-$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"
+  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/trunk (PKGBUILD)

2018-05-11 Thread Felix Yan via arch-commits
Date: Friday, May 11, 2018 @ 11:42:12
  Author: felixonmars
Revision: 320720

upgpkg: python-secretstorage 3.0.1-1

Modified:
  python-secretstorage/trunk/PKGBUILD

--+
 PKGBUILD |   26 ++
 1 file changed, 6 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-11 11:36:00 UTC (rev 320719)
+++ PKGBUILD2018-05-11 11:42:12 UTC (rev 320720)
@@ -3,18 +3,17 @@
 # Contributor: Patrice Peterson 
 # Contributor: JonnyJD 
 
-pkgbase=python-secretstorage
-pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.3.1
-pkgrel=3
+pkgname=python-secretstorage
+pkgver=3.0.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' 'dbus-glib' 'python-cryptography' 
'python2-cryptography')
+depends=('python-cryptography' 'python-jeepney')
 checkdepends=('gnome-keyring' 'xorg-server-xvfb')
 
source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz";)
-md5sums=('3b9465831b069e2622973afb7deb7bc2')
+sha512sums=('830f8de1a300d4a334ce7c2fa494ac1d8f1e36a8518f3df6df2b352ac3377bcdb84293b1c809b18bc774a61188b91f31fa30c15109b7aec180a2d1f522f2a165')
 
 prepare() {
   cp -a SecretStorage-$pkgver{,-py2}
@@ -23,23 +22,10 @@
 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')
-
+package() {
   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/trunk (PKGBUILD)

2018-07-17 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 18, 2018 @ 05:54:54
  Author: eschwartz
Revision: 361751

upgpkg: python-secretstorage 3.0.1-2

python 3.7 rebuild

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 05:48:42 UTC (rev 361750)
+++ PKGBUILD2018-07-18 05:54:54 UTC (rev 361751)
@@ -5,10 +5,10 @@
 
 pkgname=python-secretstorage
 pkgver=3.0.1
-pkgrel=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";
+url="https://pypi.org/project/SecretStorage/";
 license=('BSD')
 depends=('python-cryptography' 'python-jeepney')
 checkdepends=('gnome-keyring' 'xorg-server-xvfb')
@@ -15,8 +15,9 @@
 
source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz";)
 
sha512sums=('830f8de1a300d4a334ce7c2fa494ac1d8f1e36a8518f3df6df2b352ac3377bcdb84293b1c809b18bc774a61188b91f31fa30c15109b7aec180a2d1f522f2a165')
 
-prepare() {
-  cp -a SecretStorage-$pkgver{,-py2}
+build() {
+  cd SecretStorage-$pkgver
+  python setup.py build
 }
 
 check() {