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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sat Feb 16 11:57:37 UTC 2013


    Date: Saturday, February 16, 2013 @ 12:57:37
  Author: bpiotrowski
Revision: 84316

upgpkg: bpython 0.12-2

Remove bpython-gtk executable from bpython. (FS#33705)

Modified:
  bpython/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-16 11:41:49 UTC (rev 84315)
+++ PKGBUILD	2013-02-16 11:57:37 UTC (rev 84316)
@@ -5,8 +5,8 @@
 
 pkgname=('bpython' 'bpython2')
 pkgver=0.12
-pkgrel=1
-pkgdesc='A fancy interface to the Python interpreter'
+pkgrel=2
+pkgdesc='Fancy interface to the Python interpreter'
 arch=('any')
 url='http://bpython-interpreter.org/'
 license=('MIT')
@@ -36,6 +36,9 @@
 
   install -Dm644 LICENSE \
     ${pkgdir}/usr/share/licenses/bpython/LICENSE
+
+  # pygtk isn't available for python3 (fs#33705)
+  rm $pkgdir/usr/bin/bpython-gtk
 }
 
 package_bpython2() {




More information about the arch-commits mailing list