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

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


    Date: Tuesday, June 9, 2020 @ 16:17:41
  Author: ffy00
Revision: 640850

upgpkg: python-keyring 21.2.1-4 (fix build - I had local changes when I updated last time)

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-09 16:14:13 UTC (rev 640849)
+++ PKGBUILD	2020-06-09 16:17:41 UTC (rev 640850)
@@ -8,13 +8,13 @@
 pkgname=python-keyring
 _pkgname=keyring
 pkgver=21.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Store and access your passwords safely'
 arch=('any')
 url='https://github.com/jaraco/keyring'
 license=('PSF' 'MIT')
 depends=('python-entrypoints' 'python-secretstorage')
-makedepends=('git' 'python-setuptools-scm' 'python-entrypoints' 'python-pip' 'python-wheel')
+makedepends=('git' 'python-setuptools-scm')
 checkdepends=('python-pytest-flake8' 'python-pytest-runner' 'python-pytest-black' 'python-pytest-cov' 'python-keyrings-alt')
 optdepends=('python-keyrings-alt: Alternative backends'
             'python-dbus: kwallet backend')
@@ -24,7 +24,7 @@
 build() {
   cd $_pkgname
 
-  python setup.py sdist bdist_wheel
+  python setup.py build
 }
 
 check() {



More information about the arch-commits mailing list