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

Morten Linderud foxboron at gemini.archlinux.org
Sat Oct 30 16:38:41 UTC 2021


    Date: Saturday, October 30, 2021 @ 16:38:40
  Author: foxboron
Revision: 1034988

upgpkg: python-wheel 0.37.0-2

Modified:
  python-wheel/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-30 15:24:22 UTC (rev 1034987)
+++ PKGBUILD	2021-10-30 16:38:40 UTC (rev 1034988)
@@ -6,7 +6,7 @@
 pkgbase=python-wheel
 pkgname=('python-wheel' 'python2-wheel')
 pkgver=0.37.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A built-package format for Python"
 arch=(any)
 url="https://pypi.python.org/pypi/wheel"
@@ -48,8 +48,8 @@
 
 package_python-wheel() {
   depends=('python-packaging')
-  optdepends=('python-keyring: for wheel.signatures')
-  optdepends=('python-xdg: for wheel.signatures')
+  optdepends=('python-keyring: for wheel.signatures'
+              'python-xdg: for wheel.signatures')
 
   cd "$srcdir/$_pypiname-$pkgver"
   python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
@@ -58,9 +58,6 @@
 
 package_python2-wheel() {
   depends=('python2-packaging')
-  optdepends=('python2-keyring: for wheel.signatures')
-  optdepends=('python2-xdg: for wheel.signatures')
-
   cd "$srcdir/$_pypiname-$pkgver"
   python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
   install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"



More information about the arch-commits mailing list