[arch-commits] Commit in python-secretstorage/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Wed Jul 18 05:54:55 UTC 2018
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
===================================================================
--- PKGBUILD 2018-07-18 05:48:42 UTC (rev 361750)
+++ PKGBUILD 2018-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() {
More information about the arch-commits
mailing list