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

Filipe Laíns ffy00 at archlinux.org
Wed May 22 17:15:26 UTC 2019


    Date: Wednesday, May 22, 2019 @ 17:15:25
  Author: ffy00
Revision: 468612

upgpkg: python-wxpython 4.0.5-2

- Remove wrong dependency (python-sphinx)

Documentation is not being generated as it is only avaliable if we are using the wxWidgets backend. We are using GTK.

Modified:
  python-wxpython/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-22 17:08:16 UTC (rev 468611)
+++ PKGBUILD	2019-05-22 17:15:25 UTC (rev 468612)
@@ -3,16 +3,16 @@
 pkgname=python-wxpython
 _pkgname=wxPython
 pkgver=4.0.5
-pkgrel=1
-pkgdesc="Phoenix wxWidgets GUI toolkit for Python"
+pkgrel=2
+pkgdesc='Phoenix wxWidgets GUI toolkit for Python'
 arch=('x86_64')
 license=('custom:wxWindows')
-url="https://www.wxpython.org"
-depends=('wxgtk3' 'python-six' 'python-sphinx')
+url='https://www.wxpython.org'
+depends=('wxgtk3' 'python-six')
 optdepends=('python-pypubsub: Alternative to the deprecated wx.lib.pubsub API')
 makedepends=('mesa' 'glu' 'webkit2gtk' 'python-pathlib2' 'python-requests' 'python-setuptools')
 checkdepends=('xorg-server-xvfb' 'python-pytest' 'python-numpy')
-source=("https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-${pkgver}.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-$pkgver.tar.gz")
 sha512sums=('9ae419b243da061b467428872d36d6e996c23844ffd040b525014dae0821b8507911854af89056680aaf7207755ded79ce51322a4582c14e11aff5fbdf2f8ed8')
 
 prepare() {
@@ -37,6 +37,6 @@
   python build.py install --destdir="$pkgdir"
 
   install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-  find "$pkgdir/usr/lib" -type f | xargs chmod 644
+#  find "$pkgdir/usr/lib" -type f | xargs chmod 644
 }
 



More information about the arch-commits mailing list