git » python-keyring.git » commit 22022c4

upgpkg: 21.2.1-2

author Filipe Laíns
2020-06-09 16:12:16 UTC
committer Filipe Laíns
2020-06-09 16:12:16 UTC
parent 9f127fe22f97058056b0d622cb6d5f62823e80cd

upgpkg: 21.2.1-2

PKGBUILD +8 -4

diff --git a/PKGBUILD b/PKGBUILD
index 73cee70..d88450a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,19 @@
 # Maintainer: Filipe Laíns (FFY00) <lains@archlinux.org>
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas <ivansichfreitas@gmail.com>
+# Contributor: Brice Maron <brice@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,14 +24,13 @@ sha512sums=('SKIP')
 build() {
   cd $_pkgname
 
-#  python -m compileall .
   python setup.py sdist bdist_wheel
 }
 
 check() {
   cd $_pkgname
 
-#  python setup.py pytest
+  python setup.py pytest
 }
 
 package() {