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

Filipe Laíns ffy00 at archlinux.org
Tue Jun 9 16:12:18 UTC 2020


    Date: Tuesday, June 9, 2020 @ 16:12:16
  Author: ffy00
Revision: 640846

upgpkg: python-keyring 21.2.1-2

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-09 16:06:22 UTC (rev 640845)
+++ PKGBUILD	2020-06-09 16:12:16 UTC (rev 640846)
@@ -1,14 +1,19 @@
 # Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas <ivansichfreitas at gmail.com>
+# Contributor: Brice Maron <brice at bmaron.net>
+# Contributor: Nuno Araujo <nuno.araujo at russo79.com>
+# Contributor: Steven Allen <steven {at} stebalien {dot} com>
 
 pkgname=python-keyring
 _pkgname=keyring
 pkgver=21.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Store and access your passwords safely'
 arch=('any')
 url='https://github.com/jaraco/keyring'
 license=('PSF' 'MIT')
-#depends=('python-entrypoints' 'python-secretstorage')
+depends=('python-entrypoints' 'python-secretstorage')
 makedepends=('git' 'python-setuptools-scm' 'python-entrypoints' 'python-pip' 'python-wheel')
 checkdepends=('python-pytest-flake8' 'python-pytest-runner' 'python-pytest-black' 'python-pytest-cov' 'python-keyrings-alt')
 optdepends=('python-keyrings-alt: Alternative backends'
@@ -19,7 +24,6 @@
 build() {
   cd $_pkgname
 
-#  python -m compileall .
   python setup.py sdist bdist_wheel
 }
 
@@ -26,7 +30,7 @@
 check() {
   cd $_pkgname
 
-#  python setup.py pytest
+  python setup.py pytest
 }
 
 package() {



More information about the arch-commits mailing list