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

Felix Yan felixonmars at archlinux.org
Fri Sep 7 09:27:18 UTC 2018


    Date: Friday, September 7, 2018 @ 09:27:18
  Author: felixonmars
Revision: 378580

upgpkg: python-keyring 15.0.0-1

Modified:
  python-keyring/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-07 09:26:21 UTC (rev 378579)
+++ PKGBUILD	2018-09-07 09:27:18 UTC (rev 378580)
@@ -10,17 +10,19 @@
 pkgbase=python-keyring
 _pkgname=${pkgbase#python-}
 pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=13.2.1
-pkgrel=5
+pkgver=15.0.0
+pkgrel=1
 pkgdesc="Store and access your passwords safely."
 arch=('any')
 url="https://github.com/jaraco/keyring"
 license=('PSF' 'MIT')
 optdepends=('python-keyrings-alt: Alternative backends')
-makedepends=('python-setuptools-scm' 'python2-setuptools-scm')
-checkdepends=('python-pytest-flake8' 'python-pytest-runner' 'python2-pytest-flake8' 'python2-pytest-runner')
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 'python-entrypoints'
+             'python2-entrypoints' 'python-secretstorage' 'python2-secretstorage')
+checkdepends=('python-pytest-flake8' 'python-pytest-runner' 'python2-pytest-flake8'
+              'python2-pytest-runner' 'python-dbus' 'python2-dbus')
 source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha512sums=('3c15c3415ba4b657b041d2395536fc92ba656dc71f28669235f13a630946ad1b332d1f5b031a55776ce8a2120d3d2601462708f00ee105f46a27cf043c1bd906')
+sha512sums=('58001d61bdd442196ec4891000cc532d1dd9b85b18d100d8dde38cf1cf733ef6d6541513d73435dfe41e9cd26c6e34332d518a06a7fbc498b1b8971df6640212')
 
 prepare() {
   echo -e '\nflake8-ignore = W191 W503 W504' >> $_pkgname-$pkgver/pytest.ini
@@ -49,7 +51,8 @@
 }
 
 package_python-keyring() {
-  depends=('python-entrypoints' 'python-secretstorage' 'python-dbus')
+  depends=('python-entrypoints' 'python-secretstorage')
+  optdepends=('python-dbus: for kwallet backend')
   cd $_pkgname-$pkgver
 
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
@@ -57,7 +60,8 @@
 }
 
 package_python2-keyring() {
-  depends=('python2-entrypoints' 'python2-secretstorage' 'python2-dbus')
+  depends=('python2-entrypoints' 'python2-secretstorage')
+  optdepends=('python2-dbus: for kwallet backend')
   cd $_pkgname-$pkgver-py2
 
   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build



More information about the arch-commits mailing list