[arch-commits] Commit in python-qt.py/trunk (PKGBUILD)

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 13:44:11
  Author: foutrelis
Revision: 751860

upgpkg: python-qt.py 1.2.5-5: Python 3.9 rebuild

Modified:
  python-qt.py/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 13:44:02 UTC (rev 751859)
+++ PKGBUILD2020-11-12 13:44:11 UTC (rev 751860)
@@ -4,7 +4,7 @@
 pkgname=python-qt.py
 _pkgname=Qt.py
 pkgver=1.2.5
-pkgrel=4
+pkgrel=5
 pkgdesc='Python compatibility wrapper around all Qt bindings'
 arch=('any')
 url='https://github.com/mottosso/Qt.py'


[arch-commits] Commit in python-qt.py/trunk (PKGBUILD)

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 10, 2020 @ 04:09:22
  Author: foutrelis
Revision: 748521

upgpkg: python-qt.py 1.2.5-4: Python 3.9 rebuild

Modified:
  python-qt.py/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 04:09:18 UTC (rev 748520)
+++ PKGBUILD2020-11-10 04:09:22 UTC (rev 748521)
@@ -4,7 +4,7 @@
 pkgname=python-qt.py
 _pkgname=Qt.py
 pkgver=1.2.5
-pkgrel=3
+pkgrel=4
 pkgdesc='Python compatibility wrapper around all Qt bindings'
 arch=('any')
 url='https://github.com/mottosso/Qt.py'
@@ -28,4 +28,3 @@
 
   install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-


[arch-commits] Commit in python-qt.py/trunk (PKGBUILD)

2020-06-17 Thread Filipe Laíns via arch-commits
Date: Thursday, June 18, 2020 @ 00:46:36
  Author: ffy00
Revision: 646734

upgpkg: python-qt.py 1.2.5-3 (add dependency on qt5-python-bindings)

Modified:
  python-qt.py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-18 00:22:25 UTC (rev 646733)
+++ PKGBUILD2020-06-18 00:46:36 UTC (rev 646734)
@@ -4,15 +4,12 @@
 pkgname=python-qt.py
 _pkgname=Qt.py
 pkgver=1.2.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Python compatibility wrapper around all Qt bindings'
 arch=('any')
 url='https://github.com/mottosso/Qt.py'
 license=('MIT')
-depends=('python')
-optdepends=('python-pyqt5: Qt 5 bindings'
-'pyside2: LGPL Qt 5 bindings')
-provides=('qt5-python-bindings')
+depends=('python' 'qt5-python-bindings')
 makedepends=('python-setuptools')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
 
sha512sums=('c38a61007df2138ac38b33d61df456a70cc0aa94ac1d4b37384420fab28f9f75218258680e23ff181a0092f8b04b8d20441b3b64c051da07b13f8e49a5d36b1e')


[arch-commits] Commit in python-qt.py/trunk (PKGBUILD)

2020-06-17 Thread Filipe Laíns via arch-commits
Date: Wednesday, June 17, 2020 @ 14:45:27
  Author: ffy00
Revision: 646354

upgpkg: python-qt.py 1.2.5-2 (add provides on qt5-python-bindings)

Modified:
  python-qt.py/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-17 14:43:24 UTC (rev 646353)
+++ PKGBUILD2020-06-17 14:45:27 UTC (rev 646354)
@@ -4,7 +4,7 @@
 pkgname=python-qt.py
 _pkgname=Qt.py
 pkgver=1.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Python compatibility wrapper around all Qt bindings'
 arch=('any')
 url='https://github.com/mottosso/Qt.py'
@@ -12,6 +12,7 @@
 depends=('python')
 optdepends=('python-pyqt5: Qt 5 bindings'
 'pyside2: LGPL Qt 5 bindings')
+provides=('qt5-python-bindings')
 makedepends=('python-setuptools')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
 
sha512sums=('c38a61007df2138ac38b33d61df456a70cc0aa94ac1d4b37384420fab28f9f75218258680e23ff181a0092f8b04b8d20441b3b64c051da07b13f8e49a5d36b1e')


[arch-commits] Commit in python-qt.py/trunk (PKGBUILD)

2020-04-19 Thread Filipe Laíns via arch-commits
Date: Monday, April 20, 2020 @ 02:00:57
  Author: ffy00
Revision: 616843

upgpkg: python-qt.py 1.2.5-1

Modified:
  python-qt.py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-20 01:27:22 UTC (rev 616842)
+++ PKGBUILD2020-04-20 02:00:57 UTC (rev 616843)
@@ -3,7 +3,7 @@
 
 pkgname=python-qt.py
 _pkgname=Qt.py
-pkgver=1.2.2
+pkgver=1.2.5
 pkgrel=1
 pkgdesc='Python compatibility wrapper around all Qt bindings'
 arch=('any')
@@ -14,7 +14,7 @@
 'pyside2: LGPL Qt 5 bindings')
 makedepends=('python-setuptools')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('365a5a482d8571f6e78ec9d9353e0d020d1513e06ec1503956038f26fca45daeaade6fee95974aebf425f047446ed41e00ae3ccb7a24fc0c924e001b7c21f37c')
+sha512sums=('c38a61007df2138ac38b33d61df456a70cc0aa94ac1d4b37384420fab28f9f75218258680e23ff181a0092f8b04b8d20441b3b64c051da07b13f8e49a5d36b1e')
 
 build() {
   cd $_pkgname-$pkgver


[arch-commits] Commit in python-qt.py/trunk (PKGBUILD)

2019-12-07 Thread Filipe Laíns via arch-commits
Date: Saturday, December 7, 2019 @ 19:57:17
  Author: ffy00
Revision: 536308

upgpkg: python-qt.py 1.2.2-1

Modified:
  python-qt.py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-07 19:56:27 UTC (rev 536307)
+++ PKGBUILD2019-12-07 19:57:17 UTC (rev 536308)
@@ -3,8 +3,8 @@
 
 pkgname=python-qt.py
 _pkgname=Qt.py
-pkgver=1.2.1
-pkgrel=4
+pkgver=1.2.2
+pkgrel=1
 pkgdesc='Python compatibility wrapper around all Qt bindings'
 arch=('any')
 url='https://github.com/mottosso/Qt.py'
@@ -14,7 +14,7 @@
 'pyside2: LGPL Qt 5 bindings')
 makedepends=('python-setuptools')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('34d7cc193a739ee93f1adcbfb8886afdd2999e98805ac53109da3ee3ffa4742e519b943151f944301c0c35072eb43aa29f4cb333dbc85c8e0f083f4de6676ccb')
+sha512sums=('365a5a482d8571f6e78ec9d9353e0d020d1513e06ec1503956038f26fca45daeaade6fee95974aebf425f047446ed41e00ae3ccb7a24fc0c924e001b7c21f37c')
 
 build() {
   cd $_pkgname-$pkgver


[arch-commits] Commit in python-qt.py/trunk (PKGBUILD)

2019-11-10 Thread Filipe Laíns via arch-commits
Date: Sunday, November 10, 2019 @ 23:57:00
  Author: ffy00
Revision: 526599

python 3.8 rebuild (1.2.1-4)

Modified:
  python-qt.py/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-10 23:56:00 UTC (rev 526598)
+++ PKGBUILD2019-11-10 23:57:00 UTC (rev 526599)
@@ -4,7 +4,7 @@
 pkgname=python-qt.py
 _pkgname=Qt.py
 pkgver=1.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Python compatibility wrapper around all Qt bindings'
 arch=('any')
 url='https://github.com/mottosso/Qt.py'


[arch-commits] Commit in python-qt.py/trunk (PKGBUILD)

2019-11-10 Thread Filipe Laíns via arch-commits
Date: Sunday, November 10, 2019 @ 23:55:56
  Author: ffy00
Revision: 526597

fix bad update (1.2.1-3)

There was an issue during the update of 1.2.1-1 and an incorrect
file size was entered into the package database.

Modified:
  python-qt.py/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-10 23:53:42 UTC (rev 526596)
+++ PKGBUILD2019-11-10 23:55:56 UTC (rev 526597)
@@ -4,7 +4,7 @@
 pkgname=python-qt.py
 _pkgname=Qt.py
 pkgver=1.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Python compatibility wrapper around all Qt bindings'
 arch=('any')
 url='https://github.com/mottosso/Qt.py'


[arch-commits] Commit in python-qt.py/trunk (PKGBUILD)

2019-11-10 Thread Filipe Laíns via arch-commits
Date: Sunday, November 10, 2019 @ 20:19:16
  Author: ffy00
Revision: 526518

python 3.8 rebuild (1.2.1-2)

Modified:
  python-qt.py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-10 20:19:11 UTC (rev 526517)
+++ PKGBUILD2019-11-10 20:19:16 UTC (rev 526518)
@@ -4,7 +4,7 @@
 pkgname=python-qt.py
 _pkgname=Qt.py
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Python compatibility wrapper around all Qt bindings'
 arch=('any')
 url='https://github.com/mottosso/Qt.py'
@@ -11,7 +11,7 @@
 license=('MIT')
 depends=('python')
 optdepends=('python-pyqt5: Qt 5 bindings'
-   'pyside2: LGPL Qt 5 bindings')
+'pyside2: LGPL Qt 5 bindings')
 makedepends=('python-setuptools')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
 
sha512sums=('34d7cc193a739ee93f1adcbfb8886afdd2999e98805ac53109da3ee3ffa4742e519b943151f944301c0c35072eb43aa29f4cb333dbc85c8e0f083f4de6676ccb')


[arch-commits] Commit in python-qt.py/trunk (PKGBUILD)

2019-11-10 Thread Filipe Laíns via arch-commits
Date: Sunday, November 10, 2019 @ 15:23:20
  Author: ffy00
Revision: 526464

upgpkg: python-qt.py 1.2.1-1

Modified:
  python-qt.py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-10 15:20:14 UTC (rev 526463)
+++ PKGBUILD2019-11-10 15:23:20 UTC (rev 526464)
@@ -3,8 +3,8 @@
 
 pkgname=python-qt.py
 _pkgname=Qt.py
-pkgver=1.2.0.b3
-pkgrel=3
+pkgver=1.2.1
+pkgrel=1
 pkgdesc='Python compatibility wrapper around all Qt bindings'
 arch=('any')
 url='https://github.com/mottosso/Qt.py'
@@ -14,7 +14,7 @@
'pyside2: LGPL Qt 5 bindings')
 makedepends=('python-setuptools')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('0e195c2d08837f60ddfbb182c4048bb21b7aed27d042e8e77c2abcf653c60a5139eef1fd369735088781830b739beac6da0afa1c6b04a197b403a70ae1ce2f77')
+sha512sums=('34d7cc193a739ee93f1adcbfb8886afdd2999e98805ac53109da3ee3ffa4742e519b943151f944301c0c35072eb43aa29f4cb333dbc85c8e0f083f4de6676ccb')
 
 build() {
   cd $_pkgname-$pkgver


[arch-commits] Commit in python-qt.py/trunk (PKGBUILD)

2019-10-31 Thread Evangelos Foutras via arch-commits
Date: Thursday, October 31, 2019 @ 18:12:14
  Author: foutrelis
Revision: 521593

Python 3.8 rebuild

Modified:
  python-qt.py/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 18:12:12 UTC (rev 521592)
+++ PKGBUILD2019-10-31 18:12:14 UTC (rev 521593)
@@ -4,7 +4,7 @@
 pkgname=python-qt.py
 _pkgname=Qt.py
 pkgver=1.2.0.b3
-pkgrel=2
+pkgrel=3
 pkgdesc='Python compatibility wrapper around all Qt bindings'
 arch=('any')
 url='https://github.com/mottosso/Qt.py'


[arch-commits] Commit in python-qt.py/trunk (PKGBUILD)

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 15:20:05
  Author: felixonmars
Revision: 518984

Python 3.8 rebuild

Modified:
  python-qt.py/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 15:20:04 UTC (rev 518983)
+++ PKGBUILD2019-10-25 15:20:05 UTC (rev 518984)
@@ -4,7 +4,7 @@
 pkgname=python-qt.py
 _pkgname=Qt.py
 pkgver=1.2.0.b3
-pkgrel=1
+pkgrel=2
 pkgdesc='Python compatibility wrapper around all Qt bindings'
 arch=('any')
 url='https://github.com/mottosso/Qt.py'


[arch-commits] Commit in python-qt.py/trunk (PKGBUILD)

2019-02-10 Thread Filipe Laíns via arch-commits
Date: Sunday, February 10, 2019 @ 18:54:44
  Author: ffy00
Revision: 431651

upgpkg: python-qt.py 1.2.0.b3-1

Added:
  python-qt.py/trunk/PKGBUILD

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-10 18:54:44 UTC (rev 431651)
@@ -0,0 +1,33 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Michal Krenek (Mikos) 
+
+pkgname=python-qt.py
+_pkgname=Qt.py
+pkgver=1.2.0.b3
+pkgrel=1
+pkgdesc='Python compatibility wrapper around all Qt bindings'
+arch=('any')
+url='https://github.com/mottosso/Qt.py'
+license=('MIT')
+depends=('python')
+optdepends=('python-pyqt5: Qt 5 bindings'
+   'pyside2: LGPL Qt 5 bindings')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('0e195c2d08837f60ddfbb182c4048bb21b7aed27d042e8e77c2abcf653c60a5139eef1fd369735088781830b739beac6da0afa1c6b04a197b403a70ae1ce2f77')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  rm "$pkgdir"/usr/LICENSE # Weird
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in python-qt.py/trunk (PKGBUILD)

2018-08-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 21, 2018 @ 10:40:52
  Author: arojas
Revision: 373089

Drop qt4 optdepends

Modified:
  python-qt.py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 10:39:54 UTC (rev 373088)
+++ PKGBUILD2018-08-21 10:40:52 UTC (rev 373089)
@@ -5,7 +5,7 @@
 pkgname=python-qt.py
 _pkgname=Qt.py
 pkgver=1.2.0.b2
-pkgrel=3
+pkgrel=4
 pkgdesc="Python compatibility wrapper around all Qt bindings"
 arch=('any')
 url="https://github.com/mottosso/Qt.py;
@@ -12,9 +12,7 @@
 license=('MIT')
 depends=('python')
 optdepends=('python-pyqt5: Qt 5 bindings'
-   'python-pyqt4: Qt 4 bindings'
-   'pyside2: LGPL Qt 5 bindings'
-   'python-pyside: LGPL Qt 4 bindings')
+   'pyside2: LGPL Qt 5 bindings')
 makedepends=('python-setuptools')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
 sha256sums=('b4ca3b96bc3773b1affbeb42bc72a53ff21414a3f70a7aeec3faf03883d84380')


[arch-commits] Commit in python-qt.py/trunk (PKGBUILD)

2018-08-16 Thread Filipe Laíns via arch-commits
Date: Thursday, August 16, 2018 @ 17:56:49
  Author: ffy00
Revision: 372001

fix optdepends

Modified:
  python-qt.py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-16 17:51:24 UTC (rev 372000)
+++ PKGBUILD2018-08-16 17:56:49 UTC (rev 372001)
@@ -5,7 +5,7 @@
 pkgname=python-qt.py
 _pkgname=Qt.py
 pkgver=1.2.0.b2
-pkgrel=2
+pkgrel=3
 pkgdesc="Python compatibility wrapper around all Qt bindings"
 arch=('any')
 url="https://github.com/mottosso/Qt.py;
@@ -13,10 +13,10 @@
 depends=('python')
 optdepends=('python-pyqt5: Qt 5 bindings'
'python-pyqt4: Qt 4 bindings'
-   'python-pyside2-git: LGPL Qt 5 bindings'
+   'pyside2: LGPL Qt 5 bindings'
'python-pyside: LGPL Qt 4 bindings')
 makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mottosso/Qt.py/archive/$pkgver.tar.gz;)
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
 sha256sums=('b4ca3b96bc3773b1affbeb42bc72a53ff21414a3f70a7aeec3faf03883d84380')
 
 build() {


[arch-commits] Commit in python-qt.py/trunk (PKGBUILD)

2018-08-15 Thread Filipe Laíns via arch-commits
Date: Wednesday, August 15, 2018 @ 16:51:36
  Author: ffy00
Revision: 371854

upgpkg: python-qt.py 1.2.0.b2-2

fix wrong license

Modified:
  python-qt.py/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 16:51:15 UTC (rev 371853)
+++ PKGBUILD2018-08-15 16:51:36 UTC (rev 371854)
@@ -5,7 +5,7 @@
 pkgname=python-qt.py
 _pkgname=Qt.py
 pkgver=1.2.0.b2
-pkgrel=1
+pkgrel=2
 pkgdesc="Python compatibility wrapper around all Qt bindings"
 arch=('any')
 url="https://github.com/mottosso/Qt.py;
@@ -27,6 +27,7 @@
 package() {
   cd "$srcdir"/$_pkgname-$pkgver
   python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  rm "$pkgdir"/usr/LICENSE # Weird
 
   install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


[arch-commits] Commit in python-qt.py/trunk (PKGBUILD)

2018-08-15 Thread Filipe Laíns via arch-commits
Date: Wednesday, August 15, 2018 @ 16:45:10
  Author: ffy00
Revision: 371849

import from aur

Modified:
  python-qt.py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 16:38:35 UTC (rev 371848)
+++ PKGBUILD2018-08-15 16:45:10 UTC (rev 371849)
@@ -4,7 +4,7 @@
 
 pkgname=python-qt.py
 _pkgname=Qt.py
-pkgver=0.6.9
+pkgver=1.2.0.b2
 pkgrel=1
 pkgdesc="Python compatibility wrapper around all Qt bindings"
 arch=('any')
@@ -16,8 +16,8 @@
'python-pyside2-git: LGPL Qt 5 bindings'
'python-pyside: LGPL Qt 4 bindings')
 makedepends=('python-setuptools')
-source=("$pkgname-$pkgver::https://github.com/mottosso/Qt.py/archive/$pkgver.tar.gz;)
-sha256sums=('421db39c390b9f6d5978f1ed9a1c16faf4e569aa93c06a95498cd130ea2cfcc6')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mottosso/Qt.py/archive/$pkgver.tar.gz;)
+sha256sums=('b4ca3b96bc3773b1affbeb42bc72a53ff21414a3f70a7aeec3faf03883d84380')
 
 build() {
   cd "$srcdir"/$_pkgname-$pkgver


[arch-commits] Commit in python-qt.py/trunk (PKGBUILD)

2018-08-14 Thread Filipe Laíns via arch-commits
Date: Tuesday, August 14, 2018 @ 23:29:13
  Author: ffy00
Revision: 371663

create optimized files (.pyc)

Modified:
  python-qt.py/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-14 23:27:23 UTC (rev 371662)
+++ PKGBUILD2018-08-14 23:29:13 UTC (rev 371663)
@@ -26,7 +26,7 @@
 
 package() {
   cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
 
   install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }