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

2020-09-25 Thread Antonio Rojas via arch-commits
Date: Friday, September 25, 2020 @ 07:29:25
  Author: arojas
Revision: 396541

Drop python2

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-25 07:25:39 UTC (rev 396540)
+++ PKGBUILD2020-09-25 07:29:25 UTC (rev 396541)
@@ -4,18 +4,18 @@
 # Contributor: riai , Ben 
 
 pkgbase=sip
-pkgname=('sip' 'python-sip' 'python2-sip-pyqt5')
+pkgname=('sip' 'python-sip')
 pkgver=4.19.24
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
-makedepends=('python' 'python2')
+makedepends=('python')
 
source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz;)
 sha256sums=('edcd3790bb01938191eef0f6117de0bf56d1136626c0ddb678f3a558d62e41e5')
 
 prepare() {
-  mkdir -p build{,-pyqt5-py2}
+  mkdir -p build
 }
 
 build() {
@@ -22,10 +22,6 @@
   cd "$srcdir"/build
   python ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
   make
-
-  cd "$srcdir"/build-pyqt5-py2
-  python2 ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" 
--sip-module PyQt5.sip --no-tools
-  make
 }
 
 package_sip() {
@@ -51,13 +47,3 @@
 
   install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-
-package_python2-sip-pyqt5() {
-  pkgdesc="Python 2.x SIP bindings for C and C++ libraries (PyQt5 version)"
-  depends=('python2')
-
-  cd build-pyqt5-py2
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}


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

2020-08-27 Thread Antonio Rojas via arch-commits
Date: Thursday, August 27, 2020 @ 21:08:23
  Author: arojas
Revision: 394802

Update to 4.19.24

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 20:55:23 UTC (rev 394801)
+++ PKGBUILD2020-08-27 21:08:23 UTC (rev 394802)
@@ -5,7 +5,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip-pyqt5')
-pkgver=4.19.23
+pkgver=4.19.24
 pkgrel=1
 arch=('x86_64')
 url='https://www.riverbankcomputing.com/software/sip/intro'
@@ -12,7 +12,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz;)
-sha256sums=('22ca9bcec5388114e40d4aafd7ccd0c4fe072297b628d0c5cdfa2f010c0bc7e7')
+sha256sums=('edcd3790bb01938191eef0f6117de0bf56d1136626c0ddb678f3a558d62e41e5')
 
 prepare() {
   mkdir -p build{,-pyqt5-py2}


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

2020-06-08 Thread Antonio Rojas via arch-commits
Date: Monday, June 8, 2020 @ 14:07:11
  Author: arojas
Revision: 388499

Update to 4.19.23

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 11:20:18 UTC (rev 388498)
+++ PKGBUILD2020-06-08 14:07:11 UTC (rev 388499)
@@ -5,21 +5,16 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip-pyqt5')
-pkgver=4.19.22
-pkgrel=2
+pkgver=4.19.23
+pkgrel=1
 arch=('x86_64')
 url='https://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
 makedepends=('python' 'python2')
-source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz;
- 
sip-fix-pyqt5-crash.patch::"https://www.riverbankcomputing.com/hg/sip/raw-rev/812b5e26df96;)
-sha256sums=('e1b768824ec1a2ee38dd536b6b6b3d06de27b00a2f5f55470d1b512306e3be45'
-'6bc6551fdf1eb91df8944857232bf1deb1dbc2c452659645f8d4f34479321caf')
+source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz;)
+sha256sums=('22ca9bcec5388114e40d4aafd7ccd0c4fe072297b628d0c5cdfa2f010c0bc7e7')
 
 prepare() {
-  pushd sip-$pkgver
-patch -p1 -i ../sip-fix-pyqt5-crash.patch # Fix crash in PyQt5 5.15
-  popd
   mkdir -p build{,-pyqt5-py2}
 }
 


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

2020-06-03 Thread Antonio Rojas via arch-commits
Date: Wednesday, June 3, 2020 @ 16:12:07
  Author: arojas
Revision: 388162

Fix crash in PyQt5 5.15

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-03 13:29:48 UTC (rev 388161)
+++ PKGBUILD2020-06-03 16:12:07 UTC (rev 388162)
@@ -6,15 +6,20 @@
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip-pyqt5')
 pkgver=4.19.22
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
 makedepends=('python' 'python2')
-source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz;)
-sha256sums=('e1b768824ec1a2ee38dd536b6b6b3d06de27b00a2f5f55470d1b512306e3be45')
+source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz;
+ 
sip-fix-pyqt5-crash.patch::"https://www.riverbankcomputing.com/hg/sip/raw-rev/812b5e26df96;)
+sha256sums=('e1b768824ec1a2ee38dd536b6b6b3d06de27b00a2f5f55470d1b512306e3be45'
+'6bc6551fdf1eb91df8944857232bf1deb1dbc2c452659645f8d4f34479321caf')
 
 prepare() {
+  pushd sip-$pkgver
+patch -p1 -i ../sip-fix-pyqt5-crash.patch # Fix crash in PyQt5 5.15
+  popd
   mkdir -p build{,-pyqt5-py2}
 }
 


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

2020-04-03 Thread Antonio Rojas via arch-commits
Date: Friday, April 3, 2020 @ 10:00:00
  Author: arojas
Revision: 379227

Update to 4.19.22

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-03 08:53:56 UTC (rev 379226)
+++ PKGBUILD2020-04-03 10:00:00 UTC (rev 379227)
@@ -5,7 +5,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip-pyqt5')
-pkgver=4.19.21
+pkgver=4.19.22
 pkgrel=1
 arch=('x86_64')
 url='https://www.riverbankcomputing.com/software/sip/intro'
@@ -12,7 +12,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz;)
-sha256sums=('6af9979ab41590e8311b8cc94356718429ef96ba0e3592bdd630da01211200ae')
+sha256sums=('e1b768824ec1a2ee38dd536b6b6b3d06de27b00a2f5f55470d1b512306e3be45')
 
 prepare() {
   mkdir -p build{,-pyqt5-py2}


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

2020-02-02 Thread Antonio Rojas via arch-commits
Date: Sunday, February 2, 2020 @ 10:25:18
  Author: arojas
Revision: 374478

Update to 4.19.21

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 10:08:22 UTC (rev 374477)
+++ PKGBUILD2020-02-02 10:25:18 UTC (rev 374478)
@@ -5,7 +5,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip-pyqt5')
-pkgver=4.19.20
+pkgver=4.19.21
 pkgrel=1
 arch=('x86_64')
 url='https://www.riverbankcomputing.com/software/sip/intro'
@@ -12,7 +12,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz;)
-sha256sums=('04cc2f87ac97e8718d8e1ef036e3ec26050ab44c21f9277618d5b67432fcbfd6')
+sha256sums=('6af9979ab41590e8311b8cc94356718429ef96ba0e3592bdd630da01211200ae')
 
 prepare() {
   mkdir -p build{,-pyqt5-py2}


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

2019-12-20 Thread Antonio Rojas via arch-commits
Date: Friday, December 20, 2019 @ 14:02:58
  Author: arojas
Revision: 371985

Update to 4.19.20

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-20 13:42:00 UTC (rev 371984)
+++ PKGBUILD2019-12-20 14:02:58 UTC (rev 371985)
@@ -5,14 +5,14 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip-pyqt5')
-pkgver=4.19.19
-pkgrel=4
+pkgver=4.19.20
+pkgrel=1
 arch=('x86_64')
 url='https://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz;)
-sha256sums=('5436b61a78f48c7e8078e93a6b59453ad33780f80c644e5f3af39f94be1ede44')
+sha256sums=('04cc2f87ac97e8718d8e1ef036e3ec26050ab44c21f9277618d5b67432fcbfd6')
 
 prepare() {
   mkdir -p build{,-pyqt5-py2}


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

2019-12-13 Thread Antonio Rojas via arch-commits
Date: Friday, December 13, 2019 @ 23:22:21
  Author: arojas
Revision: 371385

Drop unneeded python2-sip and python-sip-pyqt5 subpackages

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-13 23:15:18 UTC (rev 371384)
+++ PKGBUILD2019-12-13 23:22:21 UTC (rev 371385)
@@ -4,9 +4,9 @@
 # Contributor: riai , Ben 
 
 pkgbase=sip
-pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 
'python2-sip-pyqt5')
+pkgname=('sip' 'python-sip' 'python2-sip-pyqt5')
 pkgver=4.19.19
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url='https://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
@@ -15,7 +15,7 @@
 sha256sums=('5436b61a78f48c7e8078e93a6b59453ad33780f80c644e5f3af39f94be1ede44')
 
 prepare() {
-  mkdir -p build{,-py2,-pyqt5,-pyqt5-py2}
+  mkdir -p build{,-pyqt5-py2}
 }
 
 build() {
@@ -23,14 +23,6 @@
   python ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
   make
 
-  cd "$srcdir"/build-py2
-  python2 ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
-  make
-
-  cd "$srcdir"/build-pyqt5
-  python ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" 
--sip-module PyQt5.sip --no-tools
-  make
-
   cd "$srcdir"/build-pyqt5-py2
   python2 ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" 
--sip-module PyQt5.sip --no-tools
   make
@@ -50,7 +42,7 @@
 }
 
 package_python-sip() {
-  pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
+  pkgdesc="Python SIP4 bindings for C and C++ libraries"
   depends=('python')
 
   cd build
@@ -60,27 +52,6 @@
   install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
-package_python2-sip() {
-  pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
-  depends=('python2')
-
-  cd build-py2
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/{bin,include} # conflicts with sip
-
-  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-sip-pyqt5() {
-  pkgdesc="Python 3.x SIP bindings for C and C++ libraries (PyQt5 version)"
-  depends=('python')
-
-  cd build-pyqt5
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
 package_python2-sip-pyqt5() {
   pkgdesc="Python 2.x SIP bindings for C and C++ libraries (PyQt5 version)"
   depends=('python2')


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 17:56:32
  Author: felixonmars
Revision: 366277

Python 3.8 rebuild

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 17:56:12 UTC (rev 366276)
+++ PKGBUILD2019-10-31 17:56:32 UTC (rev 366277)
@@ -6,7 +6,7 @@
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 
'python2-sip-pyqt5')
 pkgver=4.19.19
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')


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

2019-10-25 Thread Evangelos Foutras via arch-commits
Date: Friday, October 25, 2019 @ 16:36:50
  Author: foutrelis
Revision: 365682

Python 3.8 rebuild

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 16:34:40 UTC (rev 365681)
+++ PKGBUILD2019-10-25 16:36:50 UTC (rev 365682)
@@ -6,7 +6,7 @@
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 
'python2-sip-pyqt5')
 pkgver=4.19.19
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')


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

2019-09-13 Thread Antonio Rojas via arch-commits
Date: Friday, September 13, 2019 @ 18:24:45
  Author: arojas
Revision: 362584

Update to 4.19.19

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 18:19:03 UTC (rev 362583)
+++ PKGBUILD2019-09-13 18:24:45 UTC (rev 362584)
@@ -5,7 +5,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 
'python2-sip-pyqt5')
-pkgver=4.19.18
+pkgver=4.19.19
 pkgrel=1
 arch=('x86_64')
 url='https://www.riverbankcomputing.com/software/sip/intro'
@@ -12,7 +12,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz;)
-sha256sums=('c0bd863800ed9b15dcad477c4017cdb73fa805c25908b0240564add74d697e1e')
+sha256sums=('5436b61a78f48c7e8078e93a6b59453ad33780f80c644e5f3af39f94be1ede44')
 
 prepare() {
   mkdir -p build{,-py2,-pyqt5,-pyqt5-py2}


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

2019-07-05 Thread Antonio Rojas via arch-commits
Date: Friday, July 5, 2019 @ 12:27:59
  Author: arojas
Revision: 357320

Update to 4.19.18

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-05 12:22:25 UTC (rev 357319)
+++ PKGBUILD2019-07-05 12:27:59 UTC (rev 357320)
@@ -5,7 +5,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 
'python2-sip-pyqt5')
-pkgver=4.19.17
+pkgver=4.19.18
 pkgrel=1
 arch=('x86_64')
 url='https://www.riverbankcomputing.com/software/sip/intro'
@@ -12,7 +12,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz;)
-sha256sums=('12bcd8f4d5feefc105bc075d12c5090ee783f7380728563c91b8b95d0ec45df3')
+sha256sums=('c0bd863800ed9b15dcad477c4017cdb73fa805c25908b0240564add74d697e1e')
 
 prepare() {
   mkdir -p build{,-py2,-pyqt5,-pyqt5-py2}


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

2019-05-06 Thread Antonio Rojas via arch-commits
Date: Monday, May 6, 2019 @ 16:30:53
  Author: arojas
Revision: 352580

Update to 4.19.17

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-06 16:21:47 UTC (rev 352579)
+++ PKGBUILD2019-05-06 16:30:53 UTC (rev 352580)
@@ -5,7 +5,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 
'python2-sip-pyqt5')
-pkgver=4.19.16
+pkgver=4.19.17
 pkgrel=1
 arch=('x86_64')
 url='https://www.riverbankcomputing.com/software/sip/intro'
@@ -12,7 +12,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz;)
-sha256sums=('184c790d58e9527fc6bdac2bbf8638f3d1b41dea922cad8eb83172b4ba70c620')
+sha256sums=('12bcd8f4d5feefc105bc075d12c5090ee783f7380728563c91b8b95d0ec45df3')
 
 prepare() {
   mkdir -p build{,-py2,-pyqt5,-pyqt5-py2}


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

2019-04-11 Thread Antonio Rojas via arch-commits
Date: Thursday, April 11, 2019 @ 11:17:57
  Author: arojas
Revision: 350574

Update to 4.19.16

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-11 09:44:05 UTC (rev 350573)
+++ PKGBUILD2019-04-11 11:17:57 UTC (rev 350574)
@@ -5,7 +5,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 
'python2-sip-pyqt5')
-pkgver=4.19.15
+pkgver=4.19.16
 pkgrel=1
 arch=('x86_64')
 url='https://www.riverbankcomputing.com/software/sip/intro'
@@ -12,7 +12,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz;)
-sha256sums=('2b5c0b2c0266b467b365c21376d50dde61a3236722ab87ff1e8dacec283eb610')
+sha256sums=('184c790d58e9527fc6bdac2bbf8638f3d1b41dea922cad8eb83172b4ba70c620')
 
 prepare() {
   mkdir -p build{,-py2,-pyqt5,-pyqt5-py2}


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

2019-03-28 Thread Antonio Rojas via arch-commits
Date: Thursday, March 28, 2019 @ 07:29:07
  Author: arojas
Revision: 349324

Fix source URL (FS#62164)

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-28 06:46:25 UTC (rev 349323)
+++ PKGBUILD2019-03-28 07:29:07 UTC (rev 349324)
@@ -11,7 +11,7 @@
 url='https://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
 makedepends=('python' 'python2')
-source=("https://www.riverbankcomputing.com/static/Downloads/sip/sip-$pkgver.tar.gz;)
+source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz;)
 sha256sums=('2b5c0b2c0266b467b365c21376d50dde61a3236722ab87ff1e8dacec283eb610')
 
 prepare() {


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

2019-03-19 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 19, 2019 @ 20:05:08
  Author: arojas
Revision: 348726

Update to 4.19.15

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 20:01:04 UTC (rev 348725)
+++ PKGBUILD2019-03-19 20:05:08 UTC (rev 348726)
@@ -5,22 +5,17 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 
'python2-sip-pyqt5')
-pkgver=4.19.14
-pkgrel=2
+pkgver=4.19.15
+pkgrel=1
 arch=('x86_64')
 url='https://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
 makedepends=('python' 'python2')
-source=("https://www.riverbankcomputing.com/static/Downloads/sip/sip-$pkgver.tar.gz;
-
sip-qt4.patch::"https://www.riverbankcomputing.com/hg/sip/raw-rev/7bd4d19479ad;)
-sha256sums=('0ef3765dbcc3b8131f83e60239f49508f82205b33cae5408c405e2e2f2d0af87'
-'1454250769202ced369fcaed42f88b19392e83ced2e62fcd5bf32e64259374e3')
+source=("https://www.riverbankcomputing.com/static/Downloads/sip/sip-$pkgver.tar.gz;)
+sha256sums=('2b5c0b2c0266b467b365c21376d50dde61a3236722ab87ff1e8dacec283eb610')
 
 prepare() {
   mkdir -p build{,-py2,-pyqt5,-pyqt5-py2}
-
-  cd sip-$pkgver
-  patch -p1 -i ../sip-qt4.patch # Fix qt4 code generation
 }
 
 build() {


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

2019-03-14 Thread Antonio Rojas via arch-commits
Date: Thursday, March 14, 2019 @ 21:49:05
  Author: arojas
Revision: 348125

Fix qt4 compatibility (FS#62014)

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-14 21:31:38 UTC (rev 348124)
+++ PKGBUILD2019-03-14 21:49:05 UTC (rev 348125)
@@ -6,16 +6,21 @@
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 
'python2-sip-pyqt5')
 pkgver=4.19.14
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
 makedepends=('python' 'python2')
-source=("https://www.riverbankcomputing.com/static/Downloads/sip/sip-$pkgver.tar.gz;)
-sha256sums=('0ef3765dbcc3b8131f83e60239f49508f82205b33cae5408c405e2e2f2d0af87')
+source=("https://www.riverbankcomputing.com/static/Downloads/sip/sip-$pkgver.tar.gz;
+
sip-qt4.patch::"https://www.riverbankcomputing.com/hg/sip/raw-rev/7bd4d19479ad;)
+sha256sums=('0ef3765dbcc3b8131f83e60239f49508f82205b33cae5408c405e2e2f2d0af87'
+'1454250769202ced369fcaed42f88b19392e83ced2e62fcd5bf32e64259374e3')
 
 prepare() {
   mkdir -p build{,-py2,-pyqt5,-pyqt5-py2}
+
+  cd sip-$pkgver
+  patch -p1 -i ../sip-qt4.patch # Fix qt4 code generation
 }
 
 build() {


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

2019-02-12 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 12, 2019 @ 22:40:45
  Author: arojas
Revision: 346148

https

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-12 21:39:20 UTC (rev 346147)
+++ PKGBUILD2019-02-12 22:40:45 UTC (rev 346148)
@@ -8,7 +8,7 @@
 pkgver=4.19.14
 pkgrel=1
 arch=('x86_64')
-url='http://www.riverbankcomputing.com/software/sip/intro'
+url='https://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("https://www.riverbankcomputing.com/static/Downloads/sip/sip-$pkgver.tar.gz;)


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

2019-02-10 Thread Antonio Rojas via arch-commits
Date: Sunday, February 10, 2019 @ 13:43:26
  Author: arojas
Revision: 345830

Update to 4.19.14

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-10 13:10:38 UTC (rev 345829)
+++ PKGBUILD2019-02-10 13:43:26 UTC (rev 345830)
@@ -5,14 +5,14 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 
'python2-sip-pyqt5')
-pkgver=4.19.13
+pkgver=4.19.14
 pkgrel=1
 arch=('x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
 makedepends=('python' 'python2')
-source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-sha256sums=('e353a7056599bf5fbd5d3ff9842a6ab2ea3cf4e0304a0f925ec5862907c0d15e')
+source=("https://www.riverbankcomputing.com/static/Downloads/sip/sip-$pkgver.tar.gz;)
+sha256sums=('0ef3765dbcc3b8131f83e60239f49508f82205b33cae5408c405e2e2f2d0af87')
 
 prepare() {
   mkdir -p build{,-py2,-pyqt5,-pyqt5-py2}


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

2018-10-03 Thread Antonio Rojas via arch-commits
Date: Wednesday, October 3, 2018 @ 10:42:12
  Author: arojas
Revision: 335665

Update to 4.19.13

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-03 09:10:32 UTC (rev 335664)
+++ PKGBUILD2018-10-03 10:42:12 UTC (rev 335665)
@@ -5,14 +5,14 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 
'python2-sip-pyqt5')
-pkgver=4.19.12
-pkgrel=5
+pkgver=4.19.13
+pkgrel=1
 arch=('x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-sha256sums=('24617fc31b983df075500ecac0e99d2fb48bf63ba82d4a17518659e571923822')
+sha256sums=('e353a7056599bf5fbd5d3ff9842a6ab2ea3cf4e0304a0f925ec5862907c0d15e')
 
 prepare() {
   mkdir -p build{,-py2,-pyqt5,-pyqt5-py2}
@@ -42,7 +42,9 @@
 
   cd build
   make DESTDIR="$pkgdir" install -C sipgen
-  install -Dm644 ../sip-$pkgver/siplib/sip.h -t "$pkgdir"/usr/include
+# move sip.h to /usr/include
+  mv "$pkgdir"/usr/include/{python*/sip.h,}
+  rm -r "$pkgdir"/usr/include/python*
 
   install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2018-07-08 Thread Antonio Rojas via arch-commits
Date: Sunday, July 8, 2018 @ 20:06:19
  Author: arojas
Revision: 328115

Remove sip runtime dependency

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-08 19:41:00 UTC (rev 328114)
+++ PKGBUILD2018-07-08 20:06:19 UTC (rev 328115)
@@ -61,7 +61,7 @@
 
 package_python2-sip() {
   pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
-  depends=('sip' 'python2')
+  depends=('python2')
 
   cd build-py2
   make DESTDIR="$pkgdir" install
@@ -89,4 +89,3 @@
 
   install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-


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

2018-07-08 Thread Antonio Rojas via arch-commits
Date: Sunday, July 8, 2018 @ 16:51:23
  Author: arojas
Revision: 328094

Python 3.7 rebuild

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-08 16:50:03 UTC (rev 328093)
+++ PKGBUILD2018-07-08 16:51:23 UTC (rev 328094)
@@ -7,7 +7,7 @@
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 
'python2-sip-pyqt5')
 pkgver=4.19.12
-pkgrel=4
+pkgrel=5
 arch=('x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')


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

2018-07-08 Thread Antonio Rojas via arch-commits
Date: Sunday, July 8, 2018 @ 16:49:22
  Author: arojas
Revision: 328092

Move sip.h to sip subpackage

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-08 16:42:19 UTC (rev 328091)
+++ PKGBUILD2018-07-08 16:49:22 UTC (rev 328092)
@@ -7,7 +7,7 @@
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 
'python2-sip-pyqt5')
 pkgver=4.19.12
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
@@ -43,6 +43,7 @@
 
   cd build
   make DESTDIR="$pkgdir" install -C sipgen
+  install -Dm644 ../sip-$pkgver/siplib/sip.h -t "$pkgdir"/usr/include
 
   install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
@@ -53,7 +54,7 @@
 
   cd build
   make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/bin # conflicts with sip
+  rm -r "$pkgdir"/usr/{bin,include} # conflicts with sip
 
   install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
@@ -64,7 +65,7 @@
 
   cd build-py2
   make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/bin # conflicts with sip
+  rm -r "$pkgdir"/usr/{bin,include} # conflicts with sip
 
   install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2018-07-08 Thread Antonio Rojas via arch-commits
Date: Sunday, July 8, 2018 @ 15:57:12
  Author: arojas
Revision: 328081

Use --no-tools for pyqt5 subpackages

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-08 15:35:31 UTC (rev 328080)
+++ PKGBUILD2018-07-08 15:57:12 UTC (rev 328081)
@@ -7,7 +7,7 @@
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 
'python2-sip-pyqt5')
 pkgver=4.19.12
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
@@ -29,11 +29,11 @@
   make
 
   cd "$srcdir"/build-pyqt5
-  python ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" 
--sip-module PyQt5.sip
+  python ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" 
--sip-module PyQt5.sip --no-tools
   make
 
   cd "$srcdir"/build-pyqt5-py2
-  python2 ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" 
--sip-module PyQt5.sip
+  python2 ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" 
--sip-module PyQt5.sip --no-tools
   make
 }
 
@@ -74,7 +74,7 @@
   depends=('python')
 
   cd build-pyqt5
-  make DESTDIR="$pkgdir" install -C siplib
+  make DESTDIR="$pkgdir" install
 
   install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
@@ -84,7 +84,7 @@
   depends=('python2')
 
   cd build-pyqt5-py2
-  make DESTDIR="$pkgdir" install -C siplib
+  make DESTDIR="$pkgdir" install
 
   install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2018-07-08 Thread Antonio Rojas via arch-commits
Date: Sunday, July 8, 2018 @ 14:09:39
  Author: arojas
Revision: 328075

Python 3.7 rebuild

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-08 14:07:41 UTC (rev 328074)
+++ PKGBUILD2018-07-08 14:09:39 UTC (rev 328075)
@@ -7,7 +7,7 @@
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 
'python2-sip-pyqt5')
 pkgver=4.19.12
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')


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

2018-07-08 Thread Antonio Rojas via arch-commits
Date: Sunday, July 8, 2018 @ 14:07:19
  Author: arojas
Revision: 328073

Update to 4.19.12, add packages for pyqt5

Modified:
  sip/trunk/PKGBUILD

--+
 PKGBUILD |   69 +
 1 file changed, 47 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-08 14:01:08 UTC (rev 328072)
+++ PKGBUILD2018-07-08 14:07:19 UTC (rev 328073)
@@ -5,28 +5,36 @@
 # Contributor: riai , Ben 
 
 pkgbase=sip
-pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.19.8
-pkgrel=2
+pkgname=('sip' 'python-sip' 'python2-sip' 'python-sip-pyqt5' 
'python2-sip-pyqt5')
+pkgver=4.19.12
+pkgrel=1
 arch=('x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-sha256sums=('7eaf7a2ea7d4d38a56dd6d2506574464bddf7cf284c960801679942377c297bc')
+sha256sums=('24617fc31b983df075500ecac0e99d2fb48bf63ba82d4a17518659e571923822')
 
 prepare() {
-  cp -a sip-$pkgver{,-py2}
+  mkdir -p build{,-py2,-pyqt5,-pyqt5-py2}
 }
 
 build() {
-  cd "$srcdir"/sip-$pkgver
-  python configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  cd "$srcdir"/build
+  python ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
   make
 
-  cd "$srcdir"/sip-$pkgver-py2
-  python2 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  cd "$srcdir"/build-py2
+  python2 ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
   make
+
+  cd "$srcdir"/build-pyqt5
+  python ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" 
--sip-module PyQt5.sip
+  make
+
+  cd "$srcdir"/build-pyqt5-py2
+  python2 ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" 
--sip-module PyQt5.sip
+  make
 }
 
 package_sip() {
@@ -33,23 +41,21 @@
   pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
   depends=('glibc')
 
-  cd sip-$pkgver
+  cd build
   make DESTDIR="$pkgdir" install -C sipgen
 
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python-sip() {
   pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
-  depends=('sip' 'python')
+  depends=('python')
 
-  cd sip-$pkgver
-  make DESTDIR="$pkgdir" install -C siplib
+  cd build
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/bin # conflicts with sip
 
-  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python3.7/site-packages/sipconfig.py
-  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python3.7/site-packages/sipdistutils.py
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-sip() {
@@ -56,11 +62,30 @@
   pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
   depends=('sip' 'python2')
 
-  cd sip-$pkgver-py2
+  cd build-py2
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/bin # conflicts with sip
+
+  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-sip-pyqt5() {
+  pkgdesc="Python 3.x SIP bindings for C and C++ libraries (PyQt5 version)"
+  depends=('python')
+
+  cd build-pyqt5
   make DESTDIR="$pkgdir" install -C siplib
 
-  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipconfig.py
-  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipdistutils.py
+  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
 
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+package_python2-sip-pyqt5() {
+  pkgdesc="Python 2.x SIP bindings for C and C++ libraries (PyQt5 version)"
+  depends=('python2')
+
+  cd build-pyqt5-py2
+  make DESTDIR="$pkgdir" install -C siplib
+
+  install -Dm644 ../sip-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
+


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

2018-06-30 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 30, 2018 @ 18:04:38
  Author: foutrelis
Revision: 327876

Python 3.7 rebuild

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 18:04:19 UTC (rev 327875)
+++ PKGBUILD2018-06-30 18:04:38 UTC (rev 327876)
@@ -7,7 +7,7 @@
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
 pkgver=4.19.8
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
@@ -46,8 +46,8 @@
   cd sip-$pkgver
   make DESTDIR="$pkgdir" install -C siplib
 
-  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipconfig.py
-  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipdistutils.py
+  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python3.7/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python3.7/site-packages/sipdistutils.py
 
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2018-06-24 Thread Antonio Rojas via arch-commits
Date: Sunday, June 24, 2018 @ 20:13:14
  Author: arojas
Revision: 327526

Revert update

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-24 19:59:55 UTC (rev 327525)
+++ PKGBUILD2018-06-24 20:13:14 UTC (rev 327526)
@@ -6,7 +6,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.19.10
+pkgver=4.19.8
 pkgrel=1
 arch=('x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -13,7 +13,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-sha256sums=('31ac7d48be8fd2df5f3bdb712f66a7d9a858cc1f6cb35fc95d829e0a69c3dd48')
+sha256sums=('7eaf7a2ea7d4d38a56dd6d2506574464bddf7cf284c960801679942377c297bc')
 
 prepare() {
   cp -a sip-$pkgver{,-py2}
@@ -41,7 +41,7 @@
 
 package_python-sip() {
   pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
-  depends=('python')
+  depends=('sip' 'python')
 
   cd sip-$pkgver
   make DESTDIR="$pkgdir" install -C siplib
@@ -49,15 +49,12 @@
   install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipconfig.py
   install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipdistutils.py
 
-  mkdir -p "$pkgdir"/usr/lib/python3.6/site-packages/PyQt5
-  ln -sr "$pkgdir"/usr/lib/python3.6/site-packages/sip.* 
"$pkgdir"/usr/lib/python3.6/site-packages/PyQt5
-
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-sip() {
   pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
-  depends=('python2')
+  depends=('sip' 'python2')
 
   cd sip-$pkgver-py2
   make DESTDIR="$pkgdir" install -C siplib
@@ -65,8 +62,5 @@
   install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipconfig.py
   install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipdistutils.py
 
-  mkdir -p "$pkgdir"/usr/lib/python2.7/site-packages/PyQt5
-  ln -sr "$pkgdir"/usr/lib/python2.7/site-packages/sip.* 
"$pkgdir"/usr/lib/python2.7/site-packages/PyQt5
-
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2018-06-23 Thread Antonio Rojas via arch-commits
Date: Saturday, June 23, 2018 @ 21:45:29
  Author: arojas
Revision: 327511

Update to 4.19.10

Modified:
  sip/trunk/PKGBUILD

--+
 PKGBUILD |   43 +--
 1 file changed, 9 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 21:18:52 UTC (rev 327510)
+++ PKGBUILD2018-06-23 21:45:29 UTC (rev 327511)
@@ -5,20 +5,18 @@
 # Contributor: riai , Ben 
 
 pkgbase=sip
-pkgname=('sip' 'python-sip' 'python2-sip' 'python-pyqt5-sip' 
'python2-pyqt5-sip')
-pkgver=4.19.9
-pkgrel=2
+pkgname=('sip' 'python-sip' 'python2-sip')
+pkgver=4.19.10
+pkgrel=1
 arch=('x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-sha256sums=('38a646ba483821ca4a6be7fa33e8634eb74812114e7081eccc4c3a8a6c92e438')
+sha256sums=('31ac7d48be8fd2df5f3bdb712f66a7d9a858cc1f6cb35fc95d829e0a69c3dd48')
 
 prepare() {
   cp -a sip-$pkgver{,-py2}
-  cp -a sip-$pkgver{,-pyqt5}
-  cp -a sip-$pkgver{,-py2-pyqt5}
 }
 
 build() {
@@ -29,14 +27,6 @@
   cd "$srcdir"/sip-$pkgver-py2
   python2 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
   make
-
-  cd "$srcdir"/sip-$pkgver-pyqt5
-  python configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" --sip-module PyQt5.sip
-  make
-
-  cd "$srcdir"/sip-$pkgver-py2-pyqt5
-  python2 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" --sip-module 
PyQt5.sip
-  make
 }
 
 package_sip() {
@@ -59,6 +49,9 @@
   install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipconfig.py
   install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipdistutils.py
 
+  mkdir -p "$pkgdir"/usr/lib/python3.6/site-packages/PyQt5
+  ln -sr "$pkgdir"/usr/lib/python3.6/site-packages/sip.* 
"$pkgdir"/usr/lib/python3.6/site-packages/PyQt5
+
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
@@ -72,26 +65,8 @@
   install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipconfig.py
   install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipdistutils.py
 
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
+  mkdir -p "$pkgdir"/usr/lib/python2.7/site-packages/PyQt5
+  ln -sr "$pkgdir"/usr/lib/python2.7/site-packages/sip.* 
"$pkgdir"/usr/lib/python2.7/site-packages/PyQt5
 
-package_python-pyqt5-sip() {
-  pkgdesc="Python 3.x SIP bindings for C and C++ libraries (PyQt5 private 
copy)"
-  depends=('python')
-
-  cd sip-$pkgver-pyqt5
-  make DESTDIR="$pkgdir" install -C siplib
-
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
- 
-package_python2-pyqt5-sip() {
-  pkgdesc="Python 2.x SIP bindings for C and C++ libraries (PyQt5 private 
copy)"
-  depends=('python2')
-
-  cd sip-$pkgver-py2-pyqt5
-  make DESTDIR="$pkgdir" install -C siplib
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-


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

2018-06-23 Thread Antonio Rojas via arch-commits
Date: Saturday, June 23, 2018 @ 20:17:46
  Author: arojas
Revision: 327503

Build private copies for pyqt5

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 20:11:49 UTC (rev 327502)
+++ PKGBUILD2018-06-23 20:17:46 UTC (rev 327503)
@@ -5,9 +5,9 @@
 # Contributor: riai , Ben 
 
 pkgbase=sip
-pkgname=('sip' 'python-sip' 'python2-sip')
+pkgname=('sip' 'python-sip' 'python2-sip' 'python-pyqt5-sip' 
'python2-pyqt5-sip')
 pkgver=4.19.9
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
@@ -17,6 +17,8 @@
 
 prepare() {
   cp -a sip-$pkgver{,-py2}
+  cp -a sip-$pkgver{,-pyqt5}
+  cp -a sip-$pkgver{,-py2-pyqt5}
 }
 
 build() {
@@ -27,6 +29,14 @@
   cd "$srcdir"/sip-$pkgver-py2
   python2 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
   make
+
+  cd "$srcdir"/sip-$pkgver-pyqt5
+  python configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" --sip-module PyQt5.sip
+  make
+
+  cd "$srcdir"/sip-$pkgver-py2-pyqt5
+  python2 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" --sip-module 
PyQt5.sip
+  make
 }
 
 package_sip() {
@@ -64,3 +74,24 @@
 
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
+
+package_python-pyqt5-sip() {
+  pkgdesc="Python 3.x SIP bindings for C and C++ libraries (PyQt5 private 
copy)"
+  depends=('python')
+
+  cd sip-$pkgver-pyqt5
+  make DESTDIR="$pkgdir" install -C siplib
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+ 
+package_python2-pyqt5-sip() {
+  pkgdesc="Python 2.x SIP bindings for C and C++ libraries (PyQt5 private 
copy)"
+  depends=('python2')
+
+  cd sip-$pkgver-py2-pyqt5
+  make DESTDIR="$pkgdir" install -C siplib
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2018-06-23 Thread Antonio Rojas via arch-commits
Date: Saturday, June 23, 2018 @ 19:44:00
  Author: arojas
Revision: 327499

Update to 4.19.9

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 18:40:43 UTC (rev 327498)
+++ PKGBUILD2018-06-23 19:44:00 UTC (rev 327499)
@@ -6,7 +6,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.19.8
+pkgver=4.19.9
 pkgrel=1
 arch=('x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -13,7 +13,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-sha256sums=('7eaf7a2ea7d4d38a56dd6d2506574464bddf7cf284c960801679942377c297bc')
+sha256sums=('38a646ba483821ca4a6be7fa33e8634eb74812114e7081eccc4c3a8a6c92e438')
 
 prepare() {
   cp -a sip-$pkgver{,-py2}
@@ -41,7 +41,7 @@
 
 package_python-sip() {
   pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
-  depends=('sip' 'python')
+  depends=('python')
 
   cd sip-$pkgver
   make DESTDIR="$pkgdir" install -C siplib
@@ -54,7 +54,7 @@
 
 package_python2-sip() {
   pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
-  depends=('sip' 'python2')
+  depends=('python2')
 
   cd sip-$pkgver-py2
   make DESTDIR="$pkgdir" install -C siplib


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

2018-02-27 Thread Antonio Rojas via arch-commits
Date: Tuesday, February 27, 2018 @ 22:13:31
  Author: arojas
Revision: 317606

Update to 4.19.8

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-27 21:43:59 UTC (rev 317605)
+++ PKGBUILD2018-02-27 22:13:31 UTC (rev 317606)
@@ -6,7 +6,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.19.7
+pkgver=4.19.8
 pkgrel=1
 arch=('x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -13,7 +13,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-md5sums=('ae4f2db79713046d61b2a44e5ee1e3ab')
+sha256sums=('7eaf7a2ea7d4d38a56dd6d2506574464bddf7cf284c960801679942377c297bc')
 
 prepare() {
   cp -a sip-$pkgver{,-py2}


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

2018-01-23 Thread Antonio Rojas via arch-commits
Date: Tuesday, January 23, 2018 @ 19:30:31
  Author: arojas
Revision: 315323

Update to 4.19.7

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-23 19:30:21 UTC (rev 315322)
+++ PKGBUILD2018-01-23 19:30:31 UTC (rev 315323)
@@ -6,7 +6,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.19.6
+pkgver=4.19.7
 pkgrel=1
 arch=('x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -13,7 +13,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-md5sums=('6be5cb2c43915ed450a9f74ec110dada')
+md5sums=('ae4f2db79713046d61b2a44e5ee1e3ab')
 
 prepare() {
   cp -a sip-$pkgver{,-py2}


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

2017-11-24 Thread Antonio Rojas
Date: Friday, November 24, 2017 @ 14:51:43
  Author: arojas
Revision: 310808

Update to 4.19.6

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-24 14:23:14 UTC (rev 310807)
+++ PKGBUILD2017-11-24 14:51:43 UTC (rev 310808)
@@ -6,7 +6,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.19.5
+pkgver=4.19.6
 pkgrel=1
 arch=('x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -13,7 +13,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-md5sums=('3de52bc3bc035255c3498a47aa9cab41')
+md5sums=('6be5cb2c43915ed450a9f74ec110dada')
 
 prepare() {
   cp -a sip-$pkgver{,-py2}


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

2017-11-05 Thread Antonio Rojas
Date: Monday, November 6, 2017 @ 07:24:51
  Author: arojas
Revision: 308943

Update to 4.19.5

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 00:31:51 UTC (rev 308942)
+++ PKGBUILD2017-11-06 07:24:51 UTC (rev 308943)
@@ -6,7 +6,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.19.4
+pkgver=4.19.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -13,7 +13,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-md5sums=('45c9fa028fba73ae66466dbd771d1d78')
+md5sums=('3de52bc3bc035255c3498a47aa9cab41')
 
 prepare() {
   cp -a sip-$pkgver{,-py2}


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

2017-11-02 Thread Antonio Rojas
Date: Thursday, November 2, 2017 @ 16:45:44
  Author: arojas
Revision: 308862

Update to 4.19.4

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 16:33:31 UTC (rev 308861)
+++ PKGBUILD2017-11-02 16:45:44 UTC (rev 308862)
@@ -6,7 +6,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.19.3
+pkgver=4.19.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -13,7 +13,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-md5sums=('4708187f74a4188cb4e294060707106f')
+md5sums=('45c9fa028fba73ae66466dbd771d1d78')
 
 prepare() {
   cp -a sip-$pkgver{,-py2}


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

2017-07-05 Thread Antonio Rojas
Date: Wednesday, July 5, 2017 @ 21:57:36
  Author: arojas
Revision: 299730

Update to 4.19.3

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-05 21:55:39 UTC (rev 299729)
+++ PKGBUILD2017-07-05 21:57:36 UTC (rev 299730)
@@ -6,7 +6,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.19.2
+pkgver=4.19.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -13,7 +13,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-md5sums=('4f48e212890ebe584e8d804cfbcfc61e')
+md5sums=('4708187f74a4188cb4e294060707106f')
 
 prepare() {
   cp -a sip-$pkgver{,-py2}


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

2017-04-15 Thread Antonio Rojas
Date: Saturday, April 15, 2017 @ 17:46:21
  Author: arojas
Revision: 292931

Update to 4.19.2

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-15 17:35:09 UTC (rev 292930)
+++ PKGBUILD2017-04-15 17:46:21 UTC (rev 292931)
@@ -6,7 +6,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.19.1
+pkgver=4.19.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -13,7 +13,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-md5sums=('a721bc171e19c0daf610508b67ecee1d')
+md5sums=('4f48e212890ebe584e8d804cfbcfc61e')
 
 prepare() {
   cp -a sip-$pkgver{,-py2}


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

2017-02-16 Thread Antonio Rojas
Date: Thursday, February 16, 2017 @ 17:43:34
  Author: arojas
Revision: 289067

Update to 4.19.1

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 17:10:49 UTC (rev 289066)
+++ PKGBUILD2017-02-16 17:43:34 UTC (rev 289067)
@@ -6,7 +6,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.19
+pkgver=4.19.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -13,7 +13,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-md5sums=('be51a05065c9323b98a2ec2966c64e6a')
+md5sums=('a721bc171e19c0daf610508b67ecee1d')
 
 prepare() {
   cp -a sip-$pkgver{,-py2}


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

2017-01-23 Thread Felix Yan
Date: Monday, January 23, 2017 @ 09:49:36
  Author: felixonmars
Revision: 287149

upgpkg: sip 4.19-1

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-23 08:38:39 UTC (rev 287148)
+++ PKGBUILD2017-01-23 09:49:36 UTC (rev 287149)
@@ -6,14 +6,14 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.18.1
-pkgrel=2
+pkgver=4.19
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-md5sums=('9d664c33e8d0eabf1238a7ff44a399e9')
+md5sums=('be51a05065c9323b98a2ec2966c64e6a')
 
 prepare() {
   cp -a sip-$pkgver{,-py2}


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

2016-12-24 Thread Evangelos Foutras
Date: Saturday, December 24, 2016 @ 11:29:20
  Author: foutrelis
Revision: 284614

Python 3.6 rebuild

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-24 11:27:48 UTC (rev 284613)
+++ PKGBUILD2016-12-24 11:29:20 UTC (rev 284614)
@@ -7,7 +7,7 @@
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
 pkgver=4.18.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
@@ -46,8 +46,8 @@
   cd sip-$pkgver
   make DESTDIR="$pkgdir" install -C siplib
 
-  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python3.5/site-packages/sipconfig.py
-  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python3.5/site-packages/sipdistutils.py
+  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipdistutils.py
 
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2016-09-16 Thread Felix Yan
Date: Saturday, September 17, 2016 @ 02:33:09
  Author: felixonmars
Revision: 276550

upgpkg: sip 4.18.1-1

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-16 17:47:25 UTC (rev 276549)
+++ PKGBUILD2016-09-17 02:33:09 UTC (rev 276550)
@@ -6,7 +6,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.18
+pkgver=4.18.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -13,7 +13,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-md5sums=('78724bf2a79878201c3bc81a1d8248ea')
+md5sums=('9d664c33e8d0eabf1238a7ff44a399e9')
 
 prepare() {
   cp -a sip-$pkgver{,-py2}


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

2016-04-14 Thread Felix Yan
Date: Thursday, April 14, 2016 @ 17:04:44
  Author: fyan
Revision: 264947

upgpkg: sip 4.18-1

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-14 14:53:21 UTC (rev 264946)
+++ PKGBUILD2016-04-14 15:04:44 UTC (rev 264947)
@@ -6,7 +6,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.17
+pkgver=4.18
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -13,7 +13,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-md5sums=('ca5160fa62dd5087877688cf97ba')
+md5sums=('78724bf2a79878201c3bc81a1d8248ea')
 
 prepare() {
   cp -a sip-$pkgver{,-py2}


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

2016-03-11 Thread Felix Yan
Date: Friday, March 11, 2016 @ 10:33:37
  Author: fyan
Revision: 261326

upgpkg: sip 4.17-1

Modified:
  sip/trunk/PKGBUILD

--+
 PKGBUILD |   47 ---
 1 file changed, 24 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-11 07:33:45 UTC (rev 261325)
+++ PKGBUILD2016-03-11 09:33:37 UTC (rev 261326)
@@ -6,25 +6,26 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.16.9
-pkgrel=2
+pkgver=4.17
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-md5sums=('7a1dfff4e6fade0e4adee2c4e3d3aa9a')
+md5sums=('ca5160fa62dd5087877688cf97ba')
 
+prepare() {
+  cp -a sip-$pkgver{,-py2}
+}
+
 build() {
-  cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}
-
-  cd ${pkgbase}-${pkgver}
-  python configure.py CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}"
+  cd "$srcdir"/sip-$pkgver
+  python configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
   make
 
-  ### Python2 version ###
-  cd ../python2-${pkgbase}-${pkgver}
-  python2 configure.py CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}"
+  cd "$srcdir"/sip-$pkgver-py2
+  python2 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
   make
 }
 
@@ -32,10 +33,10 @@
   pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
   depends=('glibc')
 
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install -C sipgen
+  cd sip-$pkgver
+  make DESTDIR="$pkgdir" install -C sipgen
 
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python-sip() {
@@ -42,13 +43,13 @@
   pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
   depends=('sip' 'python')
 
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install -C siplib
+  cd sip-$pkgver
+  make DESTDIR="$pkgdir" install -C siplib
 
-  install -Dm644 sipconfig.py 
"${pkgdir}"/usr/lib/python3.5/site-packages/sipconfig.py
-  install -Dm644 sipdistutils.py 
"${pkgdir}"/usr/lib/python3.5/site-packages/sipdistutils.py
+  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python3.5/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python3.5/site-packages/sipdistutils.py
 
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-sip() {
@@ -55,11 +56,11 @@
   pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
   depends=('sip' 'python2')
 
-  cd python2-${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install -C siplib
+  cd sip-$pkgver-py2
+  make DESTDIR="$pkgdir" install -C siplib
 
-  install -Dm644 sipconfig.py 
"${pkgdir}"/usr/lib/python2.7/site-packages/sipconfig.py
-  install -Dm644 sipdistutils.py 
"${pkgdir}"/usr/lib/python2.7/site-packages/sipdistutils.py
+  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipdistutils.py
 
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2015-09-19 Thread Felix Yan
Date: Saturday, September 19, 2015 @ 15:31:03
  Author: fyan
Revision: 246619

upgpkg: sip 4.16.9-2

rebuild for python 3.5

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-19 13:19:33 UTC (rev 246618)
+++ PKGBUILD2015-09-19 13:31:03 UTC (rev 246619)
@@ -7,12 +7,12 @@
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
 pkgver=4.16.9
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
 makedepends=('python' 'python2')
-source=("http://www.riverbankcomputing.com/static/Downloads/sip4/sip-$pkgver.tar.gz;)
+source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
 md5sums=('7a1dfff4e6fade0e4adee2c4e3d3aa9a')
 
 build() {
@@ -45,8 +45,8 @@
   cd ${pkgbase}-${pkgver}
   make DESTDIR="${pkgdir}" install -C siplib
 
-  install -Dm644 sipconfig.py 
"${pkgdir}"/usr/lib/python3.4/site-packages/sipconfig.py
-  install -Dm644 sipdistutils.py 
"${pkgdir}"/usr/lib/python3.4/site-packages/sipdistutils.py
+  install -Dm644 sipconfig.py 
"${pkgdir}"/usr/lib/python3.5/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
"${pkgdir}"/usr/lib/python3.5/site-packages/sipdistutils.py
 
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


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

2015-07-23 Thread Felix Yan
Date: Friday, July 24, 2015 @ 05:25:45
  Author: fyan
Revision: 242471

upgpkg: sip 4.16.9-1

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-24 03:25:32 UTC (rev 242470)
+++ PKGBUILD2015-07-24 03:25:45 UTC (rev 242471)
@@ -6,14 +6,14 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.16.8
+pkgver=4.16.9
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:sip')
 makedepends=('python' 'python2')
-source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('8e48cd78bcd31f9310a701a4111c2739')
+source=(http://www.riverbankcomputing.com/static/Downloads/sip4/sip-$pkgver.tar.gz;)
+md5sums=('7a1dfff4e6fade0e4adee2c4e3d3aa9a')
 
 build() {
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}


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

2015-06-14 Thread Felix Yan
Date: Monday, June 15, 2015 @ 04:51:33
  Author: fyan
Revision: 240847

upgpkg: sip 4.16.8-1

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-15 01:30:24 UTC (rev 240846)
+++ PKGBUILD2015-06-15 02:51:33 UTC (rev 240847)
@@ -6,7 +6,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.16.7
+pkgver=4.16.8
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -13,7 +13,7 @@
 license=('custom:sip')
 makedepends=('python' 'python2')
 source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('32abc003980599d33ffd789734de4c36')
+md5sums=('8e48cd78bcd31f9310a701a4111c2739')
 
 build() {
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}


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

2015-04-20 Thread Felix Yan
Date: Tuesday, April 21, 2015 @ 06:19:02
  Author: fyan
Revision: 237844

upgpkg: sip 4.16.7-1

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-21 03:01:43 UTC (rev 237843)
+++ PKGBUILD2015-04-21 04:19:02 UTC (rev 237844)
@@ -6,7 +6,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.16.6
+pkgver=4.16.7
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -13,7 +13,7 @@
 license=('custom:sip')
 makedepends=('python' 'python2')
 source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('44e87c4c98206f465d3f07f4caa0c903')
+md5sums=('32abc003980599d33ffd789734de4c36')
 
 build() {
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}


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

2015-02-26 Thread Felix Yan
Date: Friday, February 27, 2015 @ 04:55:20
  Author: fyan
Revision: 232035

upgpkg: sip 4.16.6-1

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 03:48:41 UTC (rev 232034)
+++ PKGBUILD2015-02-27 03:55:20 UTC (rev 232035)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 # Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.16.5
+pkgver=4.16.6
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -12,7 +13,7 @@
 license=('custom:sip')
 makedepends=('python' 'python2')
 source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('6d01ea966a53e4c7ae5c5e48c40e49e5')
+md5sums=('44e87c4c98206f465d3f07f4caa0c903')
 
 build() {
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}


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

2014-12-25 Thread Andrea Scarpino
Date: Thursday, December 25, 2014 @ 12:03:59
  Author: andrea
Revision: 228036

upgpkg: sip 4.16.5-1

Upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-25 09:03:51 UTC (rev 228035)
+++ PKGBUILD2014-12-25 11:03:59 UTC (rev 228036)
@@ -5,7 +5,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.16.4
+pkgver=4.16.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -12,7 +12,7 @@
 license=('custom:sip')
 makedepends=('python' 'python2')
 source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('a9840670a064dbf8f63a8f653776fec9')
+md5sums=('6d01ea966a53e4c7ae5c5e48c40e49e5')
 
 build() {
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}


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

2014-11-14 Thread Eric Bélanger
Date: Saturday, November 15, 2014 @ 04:49:51
  Author: eric
Revision: 226271

upgpkg: sip 4.16.4-1

Upstream update

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-15 03:27:51 UTC (rev 226270)
+++ PKGBUILD2014-11-15 03:49:51 UTC (rev 226271)
@@ -5,7 +5,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.16.3
+pkgver=4.16.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -12,7 +12,7 @@
 license=('custom:sip')
 makedepends=('python' 'python2')
 source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('884d60b6f17fc5b910da4665caf6fd85')
+md5sums=('a9840670a064dbf8f63a8f653776fec9')
 
 build() {
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}


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

2014-09-13 Thread Andrea Scarpino
Date: Saturday, September 13, 2014 @ 09:18:58
  Author: andrea
Revision: 221458

upgpkg: sip 4.16.3-1

Upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-13 07:15:10 UTC (rev 221457)
+++ PKGBUILD2014-09-13 07:18:58 UTC (rev 221458)
@@ -5,7 +5,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.16.2
+pkgver=4.16.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -12,7 +12,7 @@
 license=('custom:sip')
 makedepends=('python' 'python2')
 source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('1ca96f90a7496a3c9664fdaa76205719')
+md5sums=('884d60b6f17fc5b910da4665caf6fd85')
 
 build() {
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}



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

2014-07-03 Thread Andrea Scarpino
Date: Thursday, July 3, 2014 @ 22:25:35
  Author: andrea
Revision: 216431

upgpkg: sip 4.16.2-1

Upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 19:44:13 UTC (rev 216430)
+++ PKGBUILD2014-07-03 20:25:35 UTC (rev 216431)
@@ -5,7 +5,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.16.1
+pkgver=4.16.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -12,7 +12,7 @@
 license=('custom:sip')
 makedepends=('python' 'python2')
 source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('e41fecec1b35b7b9d158aed464786813')
+md5sums=('1ca96f90a7496a3c9664fdaa76205719')
 
 build() {
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}



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

2014-06-14 Thread Andrea Scarpino
Date: Saturday, June 14, 2014 @ 17:20:30
  Author: andrea
Revision: 215118

upgpkg: sip 4.16.1-1

Upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 14:40:05 UTC (rev 215117)
+++ PKGBUILD2014-06-14 15:20:30 UTC (rev 215118)
@@ -5,14 +5,14 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.15.5
-pkgrel=2
+pkgver=4.16.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:sip')
 makedepends=('python' 'python2')
 source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('4c95447c7b0391b7f183cf9f92ae9bc6')
+md5sums=('e41fecec1b35b7b9d158aed464786813')
 
 build() {
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}



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

2014-03-17 Thread Andrea Scarpino
Date: Monday, March 17, 2014 @ 09:59:41
  Author: andrea
Revision: 208051

upgpkg: sip 4.15.5-1

Upstream release; python 3.4 rebuild

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 08:32:31 UTC (rev 208050)
+++ PKGBUILD2014-03-17 08:59:41 UTC (rev 208051)
@@ -5,7 +5,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.15.4
+pkgver=4.15.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -12,7 +12,7 @@
 license=('custom:sip')
 makedepends=('python' 'python2')
 source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('1d5c9e92bc7fca5ac11e088a4cf6c83d')
+md5sums=('4c95447c7b0391b7f183cf9f92ae9bc6')
 
 build() {
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}



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

2014-03-17 Thread Andrea Scarpino
Date: Monday, March 17, 2014 @ 11:16:35
  Author: andrea
Revision: 208057

upgpkg: sip 4.15.5-2

Forgot to update this

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 09:51:02 UTC (rev 208056)
+++ PKGBUILD2014-03-17 10:16:35 UTC (rev 208057)
@@ -6,7 +6,7 @@
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
 pkgver=4.15.5
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:sip')
@@ -44,8 +44,8 @@
   cd ${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install -C siplib
 
-  install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python3.3/site-packages/sipconfig.py
-  install -Dm644 sipdistutils.py 
${pkgdir}/usr/lib/python3.3/site-packages/sipdistutils.py
+  install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python3.4/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
${pkgdir}/usr/lib/python3.4/site-packages/sipdistutils.py
 
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2014-01-09 Thread Andrea Scarpino
Date: Thursday, January 9, 2014 @ 09:19:44
  Author: andrea
Revision: 203382

upgpkg: sip 4.15.4-1

Upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-09 06:32:24 UTC (rev 203381)
+++ PKGBUILD2014-01-09 08:19:44 UTC (rev 203382)
@@ -5,7 +5,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.15.3
+pkgver=4.15.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -12,7 +12,7 @@
 license=('custom:sip')
 makedepends=('python' 'python2')
 source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('f04015ff2482f626f1ae14f0561a9602')
+md5sums=('1d5c9e92bc7fca5ac11e088a4cf6c83d')
 
 build() {
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}



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

2013-10-16 Thread Andrea Scarpino
Date: Wednesday, October 16, 2013 @ 17:12:56
  Author: andrea
Revision: 196671

upgpkg: sip 4.15.3-1

Upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-16 15:11:21 UTC (rev 196670)
+++ PKGBUILD2013-10-16 15:12:56 UTC (rev 196671)
@@ -5,7 +5,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.15.2
+pkgver=4.15.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -12,7 +12,7 @@
 license=('custom:sip')
 makedepends=('python' 'python2')
 source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('52abe824ca7f530a5643abfa3ee715d7')
+md5sums=('f04015ff2482f626f1ae14f0561a9602')
 
 build() {
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}



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

2013-09-15 Thread Andrea Scarpino
Date: Sunday, September 15, 2013 @ 09:17:35
  Author: andrea
Revision: 194371

upgpkg: sip 4.15.2-1

Upstream release

Modified:
  sip/trunk/PKGBUILD

--+
 PKGBUILD |   30 ++
 1 file changed, 14 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 20:47:48 UTC (rev 194370)
+++ PKGBUILD2013-09-15 07:17:35 UTC (rev 194371)
@@ -5,26 +5,24 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.15.1.908d49322dcf
-_pkgver=4.15.2-snapshot-908d49322dcf
+pkgver=4.15.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:sip')
 makedepends=('python' 'python2')
-#source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-source=(http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgname}-${_pkgver}.tar.gz;)
-md5sums=('a58484947c324dad2c99b5fd770fefea')
+source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('52abe824ca7f530a5643abfa3ee715d7')
 
 build() {
-  cp -r ${pkgbase}-${_pkgver} python2-${pkgbase}-${_pkgver}
+  cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}
 
-  cd ${pkgbase}-${_pkgver}
+  cd ${pkgbase}-${pkgver}
   python configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
   make
-  
+
   ### Python2 version ###
-  cd ../python2-${pkgbase}-${_pkgver}
+  cd ../python2-${pkgbase}-${pkgver}
   python2 configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
   make
 }
@@ -33,7 +31,7 @@
   pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
   depends=('glibc')
 
-  cd ${pkgbase}-${_pkgver}
+  cd ${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install -C sipgen
 
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
@@ -43,12 +41,12 @@
   pkgdesc=Python 3.x SIP bindings for C and C++ libraries
   depends=('sip' 'python')
 
-  cd ${pkgbase}-${_pkgver}
+  cd ${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install -C siplib
-  
+
   install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python3.3/site-packages/sipconfig.py
   install -Dm644 sipdistutils.py 
${pkgdir}/usr/lib/python3.3/site-packages/sipdistutils.py
-  
+
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 
@@ -56,11 +54,11 @@
   pkgdesc=Python 2.x SIP bindings for C and C++ libraries
   depends=('sip' 'python2')
 
-  cd python2-${pkgbase}-${_pkgver}
+  cd python2-${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install -C siplib
-  
+
   install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python2.7/site-packages/sipconfig.py
   install -Dm644 sipdistutils.py 
${pkgdir}/usr/lib/python2.7/site-packages/sipdistutils.py
-  
+
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 10:42:36
  Author: andrea
Revision: 194025

upgpkg: sip 4.15.1.908d49322dcf-1

Snapshot is needed to fix FS#36652

Modified:
  sip/trunk/PKGBUILD

--+
 PKGBUILD |   20 +++-
 1 file changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-10 07:43:52 UTC (rev 194024)
+++ PKGBUILD2013-09-10 08:42:36 UTC (rev 194025)
@@ -5,24 +5,26 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.15.1
+pkgver=4.15.1.908d49322dcf
+_pkgver=4.15.2-snapshot-908d49322dcf
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:sip')
 makedepends=('python' 'python2')
-source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('ec1ce361ac3618fe05359ec6f5368463')
+#source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
+source=(http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgname}-${_pkgver}.tar.gz;)
+md5sums=('a58484947c324dad2c99b5fd770fefea')
 
 build() {
-  cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}
+  cp -r ${pkgbase}-${_pkgver} python2-${pkgbase}-${_pkgver}
 
-  cd ${pkgbase}-${pkgver}
+  cd ${pkgbase}-${_pkgver}
   python configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
   make
   
   ### Python2 version ###
-  cd ../python2-${pkgbase}-${pkgver}
+  cd ../python2-${pkgbase}-${_pkgver}
   python2 configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
   make
 }
@@ -31,7 +33,7 @@
   pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
   depends=('glibc')
 
-  cd ${pkgbase}-${pkgver}
+  cd ${pkgbase}-${_pkgver}
   make DESTDIR=${pkgdir} install -C sipgen
 
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
@@ -41,7 +43,7 @@
   pkgdesc=Python 3.x SIP bindings for C and C++ libraries
   depends=('sip' 'python')
 
-  cd ${pkgbase}-${pkgver}
+  cd ${pkgbase}-${_pkgver}
   make DESTDIR=${pkgdir} install -C siplib
   
   install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python3.3/site-packages/sipconfig.py
@@ -54,7 +56,7 @@
   pkgdesc=Python 2.x SIP bindings for C and C++ libraries
   depends=('sip' 'python2')
 
-  cd python2-${pkgbase}-${pkgver}
+  cd python2-${pkgbase}-${_pkgver}
   make DESTDIR=${pkgdir} install -C siplib
   
   install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python2.7/site-packages/sipconfig.py



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

2013-08-24 Thread Andrea Scarpino
Date: Saturday, August 24, 2013 @ 14:36:55
  Author: andrea
Revision: 193579

upgpkg: sip 4.15.1-1

Upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-24 12:17:50 UTC (rev 193578)
+++ PKGBUILD2013-08-24 12:36:55 UTC (rev 193579)
@@ -5,14 +5,14 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.15
+pkgver=4.15.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:sip')
 makedepends=('python' 'python2')
 source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('8c1133c96c9ddec92c0ab429dec96fe6')
+md5sums=('ec1ce361ac3618fe05359ec6f5368463')
 
 build() {
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}



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

2013-08-22 Thread Andrea Scarpino
Date: Thursday, August 22, 2013 @ 16:49:04
  Author: andrea
Revision: 193530

upgpkg: sip 4.15-1

Upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-22 14:10:19 UTC (rev 193529)
+++ PKGBUILD2013-08-22 14:49:04 UTC (rev 193530)
@@ -5,14 +5,14 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.14.7
+pkgver=4.15
 pkgrel=1
 arch=('i686' 'x86_64')
-url=http://www.riverbankcomputing.com/software/sip/;
+url='http://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:sip')
 makedepends=('python' 'python2')
 source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('f5c8001f16ecffd711708de0e07d542f')
+md5sums=('8c1133c96c9ddec92c0ab429dec96fe6')
 
 build() {
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}



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

2013-06-17 Thread Andrea Scarpino
Date: Monday, June 17, 2013 @ 20:06:46
  Author: andrea
Revision: 188677

upgpkg: sip 4.14.7-1

Upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-17 18:05:06 UTC (rev 188676)
+++ PKGBUILD2013-06-17 18:06:46 UTC (rev 188677)
@@ -5,14 +5,14 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.14.6
+pkgver=4.14.7
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
 makedepends=('python' 'python2')
 source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('d6493b9f0a7911566545f694327314c4')
+md5sums=('f5c8001f16ecffd711708de0e07d542f')
 
 build() {
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}



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

2013-04-22 Thread Andrea Scarpino
Date: Monday, April 22, 2013 @ 11:21:15
  Author: andrea
Revision: 183492

upgpkg: sip 4.14.6-1

Upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-22 09:10:18 UTC (rev 183491)
+++ PKGBUILD2013-04-22 09:21:15 UTC (rev 183492)
@@ -5,14 +5,14 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.14.5
+pkgver=4.14.6
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
 makedepends=('python' 'python2')
 source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('51757771c204e9fbad359f372a0b8256')
+md5sums=('d6493b9f0a7911566545f694327314c4')
 
 build() {
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}



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

2013-03-28 Thread Andrea Scarpino
Date: Thursday, March 28, 2013 @ 07:13:56
  Author: andrea
Revision: 180918

upgpkg: sip 4.14.5-1

Upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 02:20:12 UTC (rev 180917)
+++ PKGBUILD2013-03-28 06:13:56 UTC (rev 180918)
@@ -5,14 +5,14 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.14.4
+pkgver=4.14.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
 makedepends=('python' 'python2')
 source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('ae2d73ef43b8b0f7a9913561e9651706')
+md5sums=('51757771c204e9fbad359f372a0b8256')
 
 build() {
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}



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

2013-03-07 Thread Andrea Scarpino
Date: Thursday, March 7, 2013 @ 09:18:38
  Author: andrea
Revision: 179557

upgpkg: sip 4.14.4-1

Upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-07 07:30:12 UTC (rev 179556)
+++ PKGBUILD2013-03-07 08:18:38 UTC (rev 179557)
@@ -5,14 +5,14 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.14.3
+pkgver=4.14.4
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
 makedepends=('python' 'python2')
 source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('d5f037800bfd727e40ed818260943772')
+md5sums=('ae2d73ef43b8b0f7a9913561e9651706')
 
 build() {
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}



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

2013-02-24 Thread Andrea Scarpino
Date: Sunday, February 24, 2013 @ 12:42:10
  Author: andrea
Revision: 178482

upgpkg: sip 4.14.3-1

Upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-24 11:40:51 UTC (rev 178481)
+++ PKGBUILD2013-02-24 11:42:10 UTC (rev 178482)
@@ -5,14 +5,14 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.14.2
+pkgver=4.14.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
 makedepends=('python' 'python2')
 source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('b93442e745b3be2fad89de0686a76ce9')
+md5sums=('d5f037800bfd727e40ed818260943772')
 
 build() {
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}



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

2012-12-09 Thread Andrea Scarpino
Date: Sunday, December 9, 2012 @ 10:05:56
  Author: andrea
Revision: 173036

upgpkg: sip 4.14.2-1

Upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-09 09:06:50 UTC (rev 173035)
+++ PKGBUILD2012-12-09 15:05:56 UTC (rev 173036)
@@ -5,14 +5,14 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.14
-pkgrel=2
+pkgver=4.14.2
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
 makedepends=('python' 'python2')
 source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('9a48ad975e04ac824188840ea498ac32')
+md5sums=('b93442e745b3be2fad89de0686a76ce9')
 
 build() {
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}



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

2012-09-30 Thread Andrea Scarpino
Date: Sunday, September 30, 2012 @ 06:10:47
  Author: andrea
Revision: 167286

upgpkg: sip 4.14-1

Python rebuild

Modified:
  sip/trunk/PKGBUILD

--+
 PKGBUILD |   19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-30 02:21:52 UTC (rev 167285)
+++ PKGBUILD2012-09-30 10:10:47 UTC (rev 167286)
@@ -5,25 +5,24 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.13.3
-pkgrel=2
+pkgver=4.14
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
 makedepends=('python' 'python2')
-source=(http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('76192829cc42ec558db46e4f9e1d8ba9')
+source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('9a48ad975e04ac824188840ea498ac32')
 
 build() {
-  cd ${srcdir}
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}
 
-  cd ${srcdir}/${pkgbase}-${pkgver}
+  cd ${pkgbase}-${pkgver}
   python configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
   make
   
   ### Python2 version ###
-  cd ${srcdir}/python2-${pkgbase}-${pkgver}
+  cd ../python2-${pkgbase}-${pkgver}
   python2 configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
   make
 }
@@ -32,7 +31,7 @@
   pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
   depends=('glibc')
 
-  cd ${srcdir}/${pkgbase}-${pkgver}
+  cd ${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install -C sipgen
 
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
@@ -42,7 +41,7 @@
   pkgdesc=Python 3.x SIP bindings for C and C++ libraries
   depends=('sip' 'python')
 
-  cd ${srcdir}/${pkgbase}-${pkgver}
+  cd ${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install -C siplib
   
   install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python3.2/site-packages/sipconfig.py
@@ -55,7 +54,7 @@
   pkgdesc=Python 2.x SIP bindings for C and C++ libraries
   depends=('sip' 'python2')
 
-  cd ${srcdir}/python2-${pkgbase}-${pkgver}
+  cd python2-${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install -C siplib
   
   install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python2.7/site-packages/sipconfig.py



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

2012-09-30 Thread Andrea Scarpino
Date: Sunday, September 30, 2012 @ 12:55:55
  Author: andrea
Revision: 167296

upgpkg: sip 4.14-2

Fix python library path

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-30 16:40:05 UTC (rev 167295)
+++ PKGBUILD2012-09-30 16:55:55 UTC (rev 167296)
@@ -6,7 +6,7 @@
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
 pkgver=4.14
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
@@ -44,8 +44,8 @@
   cd ${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install -C siplib
   
-  install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python3.2/site-packages/sipconfig.py
-  install -Dm644 sipdistutils.py 
${pkgdir}/usr/lib/python3.2/site-packages/sipdistutils.py
+  install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python3.3/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
${pkgdir}/usr/lib/python3.3/site-packages/sipdistutils.py
   
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:56:08
  Author: andrea
Revision: 162643

upgpkg: sip 4.13.3-1

Upstream release; split the sip binary from the python bindings

Modified:
  sip/trunk/PKGBUILD

--+
 PKGBUILD |   31 ++-
 1 file changed, 18 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-27 13:54:52 UTC (rev 162642)
+++ PKGBUILD2012-06-27 13:56:08 UTC (rev 162643)
@@ -4,15 +4,15 @@
 # Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
 
 pkgbase=sip
-pkgname=('sip' 'python2-sip')
-pkgver=4.13.2
+pkgname=('sip' 'python-sip' 'python2-sip')
+pkgver=4.13.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
 makedepends=('python' 'python2')
 
source=(http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('5a12ea8e8a09b879ed2b3817e30fbc84')
+md5sums=('76192829cc42ec558db46e4f9e1d8ba9')
 
 build() {
   cd ${srcdir}
@@ -30,25 +30,30 @@
 
 package_sip() {
   pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
-  depends=('python')
-  replaces=('python-sip')
-  provides=('python-sip')
+  depends=('glibc')
 
   cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install -C sipgen
 
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 
+package_python-sip() {
+  pkgdesc=Python 3.x SIP bindings for C and C++ libraries
+  depends=('sip' 'python')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install -C siplib
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
 package_python2-sip() {
-  pkgdesc=A tool that makes it easy to create Python2 bindings for C and C++ 
libraries
+  pkgdesc=Python 2.x SIP bindings for C and C++ libraries
   depends=('sip' 'python2')
 
   cd ${srcdir}/python2-${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
+  make DESTDIR=${pkgdir} install -C siplib
+  
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  # Provided by sip
-  rm ${pkgdir}/usr/bin/sip
 }



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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 10:08:56
  Author: andrea
Revision: 162645

Add missing libraries

Modified:
  sip/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-27 13:56:31 UTC (rev 162644)
+++ PKGBUILD2012-06-27 14:08:56 UTC (rev 162645)
@@ -6,7 +6,7 @@
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
 pkgver=4.13.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
@@ -45,6 +45,9 @@
   cd ${srcdir}/${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install -C siplib
   
+  install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python3.2/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
${pkgdir}/usr/lib/python3.2/site-packages/sipdistutils.py
+  
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 
@@ -55,5 +58,8 @@
   cd ${srcdir}/python2-${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install -C siplib
   
+  install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python2.7/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
${pkgdir}/usr/lib/python2.7/site-packages/sipdistutils.py
+  
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2012-02-13 Thread Andrea Scarpino
Date: Monday, February 13, 2012 @ 12:14:55
  Author: andrea
Revision: 150155

upgpkg: sip 4.13.2-1

Upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-13 15:50:03 UTC (rev 150154)
+++ PKGBUILD2012-02-13 17:14:55 UTC (rev 150155)
@@ -1,19 +1,18 @@
 # $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
+# Maintainer: Andrea Scarpino and...@archlinux.org
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 # Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
 
 pkgbase=sip
 pkgname=('sip' 'python2-sip')
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
 makedepends=('python' 'python2')
 
source=(http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('3f61fd39d5b0c8fa9e43b59af04de924')
+md5sums=('5a12ea8e8a09b879ed2b3817e30fbc84')
 
 build() {
   cd ${srcdir}



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

2011-12-23 Thread Andrea Scarpino
Date: Friday, December 23, 2011 @ 04:29:07
  Author: andrea
Revision: 145569

upgpkg: sip 4.13.1-1

Upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-23 08:47:04 UTC (rev 145568)
+++ PKGBUILD2011-12-23 09:29:07 UTC (rev 145569)
@@ -6,14 +6,14 @@
 
 pkgbase=sip
 pkgname=('sip' 'python2-sip')
-pkgver=4.13
+pkgver=4.13.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
 makedepends=('python' 'python2')
 
source=(http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('21b4e2cad56e4156df2220143264b8ff')
+md5sums=('3f61fd39d5b0c8fa9e43b59af04de924')
 
 build() {
   cd ${srcdir}



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

2011-10-29 Thread Andrea Scarpino
Date: Saturday, October 29, 2011 @ 22:27:03
  Author: andrea
Revision: 141363

upgpkg: sip 4.13-1

upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-10-30 02:04:19 UTC (rev 141362)
+++ PKGBUILD2011-10-30 02:27:03 UTC (rev 141363)
@@ -1,18 +1,19 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 # Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
 
 pkgbase=sip
 pkgname=('sip' 'python2-sip')
-pkgver=4.12.4
+pkgver=4.13
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
 makedepends=('python' 'python2')
 
source=(http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('6cbd56abb7d35aad833789c98ae61652')
+md5sums=('21b4e2cad56e4156df2220143264b8ff')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in sip/trunk (PKGBUILD fix-regression.patch)

2011-08-11 Thread Andrea Scarpino
Date: Thursday, August 11, 2011 @ 12:54:11
  Author: andrea
Revision: 135247

upgpkg: sip 4.12.4-1
upstream release

Modified:
  sip/trunk/PKGBUILD
Deleted:
  sip/trunk/fix-regression.patch

--+
 PKGBUILD |   13 -
 fix-regression.patch |   26 --
 2 files changed, 4 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-11 16:22:11 UTC (rev 135246)
+++ PKGBUILD2011-08-11 16:54:11 UTC (rev 135247)
@@ -5,21 +5,16 @@
 
 pkgbase=sip
 pkgname=('sip' 'python2-sip')
-pkgver=4.12.3
-pkgrel=2
+pkgver=4.12.4
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
 makedepends=('python' 'python2')
-source=(http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgbase}-${pkgver}.tar.gz;
-'fix-regression.patch')
-md5sums=('d0f1fa60494db04b4d115d4c2d92f79e'
- '598ffc65ebaf1c0e8855a352b02c43e7')
+source=(http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('6cbd56abb7d35aad833789c98ae61652')
 
 build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  patch -p1 -i ${srcdir}/fix-regression.patch
-
   cd ${srcdir}
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}
 

Deleted: fix-regression.patch
===
--- fix-regression.patch2011-08-11 16:22:11 UTC (rev 135246)
+++ fix-regression.patch2011-08-11 16:54:11 UTC (rev 135247)
@@ -1,26 +0,0 @@
-
-# HG changeset patch
-# User Phil Thompson p...@riverbankcomputing.com
-# Date 1308852953 -3600
-# Node ID f9f4b161c94021c117e995eccba945d4dd3d0ed4
-# Parent  df42f6bf92c8cd12dd7cc5a30231728a4c23ead4
-Fixed a regression introduced in the recent sipIsPyMethod() changes in the
-handling of special methods implemented by object (eg. __lt__).
-
-diff -r df42f6bf92c8 -r f9f4b161c940 siplib/siplib.c.in
 a/siplib/siplib.c.in   Thu Jun 23 17:24:41 2011 +0100
-+++ b/siplib/siplib.c.in   Thu Jun 23 19:15:53 2011 +0100
-@@ -7604,9 +7604,10 @@
- #endif
- 
- /*
-- * Check any possible reimplementation is not the wrapped C++ method.
-+ * Check any possible reimplementation is not the wrapped C++ method 
or
-+ * a default special method implementation..
-  */
--if (cls_dict != NULL  (cls_attr = PyDict_GetItem(cls_dict, 
mname_obj)) != NULL  Py_TYPE(cls_attr) != sipMethodDescr_Type)
-+if (cls_dict != NULL  (cls_attr = PyDict_GetItem(cls_dict, 
mname_obj)) != NULL  Py_TYPE(cls_attr) != sipMethodDescr_Type  
Py_TYPE(cls_attr) != PyWrapperDescr_Type)
- {
- reimp = cls_attr;
- break;
-



[arch-commits] Commit in sip/trunk (PKGBUILD fix-regression.patch)

2011-06-30 Thread Andrea Scarpino
Date: Thursday, June 30, 2011 @ 15:02:46
  Author: andrea
Revision: 13

upgpkg: sip 4.12.3-2
Fix regression (see FS#24967)

Added:
  sip/trunk/fix-regression.patch
Modified:
  sip/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 fix-regression.patch |   26 ++
 2 files changed, 34 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-30 18:11:01 UTC (rev 12)
+++ PKGBUILD2011-06-30 19:02:46 UTC (rev 13)
@@ -6,15 +6,20 @@
 pkgbase=sip
 pkgname=('sip' 'python2-sip')
 pkgver=4.12.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
 makedepends=('python' 'python2')
-source=(http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('d0f1fa60494db04b4d115d4c2d92f79e')
+source=(http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgbase}-${pkgver}.tar.gz;
+'fix-regression.patch')
+md5sums=('d0f1fa60494db04b4d115d4c2d92f79e'
+ '598ffc65ebaf1c0e8855a352b02c43e7')
 
 build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  patch -p1 -i ${srcdir}/fix-regression.patch
+
   cd ${srcdir}
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}
 

Added: fix-regression.patch
===
--- fix-regression.patch(rev 0)
+++ fix-regression.patch2011-06-30 19:02:46 UTC (rev 13)
@@ -0,0 +1,26 @@
+
+# HG changeset patch
+# User Phil Thompson p...@riverbankcomputing.com
+# Date 1308852953 -3600
+# Node ID f9f4b161c94021c117e995eccba945d4dd3d0ed4
+# Parent  df42f6bf92c8cd12dd7cc5a30231728a4c23ead4
+Fixed a regression introduced in the recent sipIsPyMethod() changes in the
+handling of special methods implemented by object (eg. __lt__).
+
+diff -r df42f6bf92c8 -r f9f4b161c940 siplib/siplib.c.in
+--- a/siplib/siplib.c.in   Thu Jun 23 17:24:41 2011 +0100
 b/siplib/siplib.c.in   Thu Jun 23 19:15:53 2011 +0100
+@@ -7604,9 +7604,10 @@
+ #endif
+ 
+ /*
+- * Check any possible reimplementation is not the wrapped C++ method.
++ * Check any possible reimplementation is not the wrapped C++ method 
or
++ * a default special method implementation..
+  */
+-if (cls_dict != NULL  (cls_attr = PyDict_GetItem(cls_dict, 
mname_obj)) != NULL  Py_TYPE(cls_attr) != sipMethodDescr_Type)
++if (cls_dict != NULL  (cls_attr = PyDict_GetItem(cls_dict, 
mname_obj)) != NULL  Py_TYPE(cls_attr) != sipMethodDescr_Type  
Py_TYPE(cls_attr) != PyWrapperDescr_Type)
+ {
+ reimp = cls_attr;
+ break;
+



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

2011-06-17 Thread Andrea Scarpino
Date: Friday, June 17, 2011 @ 13:59:14
  Author: andrea
Revision: 127700

upgpkg: sip 4.12.3-1
upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-17 17:56:14 UTC (rev 127699)
+++ PKGBUILD2011-06-17 17:59:14 UTC (rev 127700)
@@ -5,14 +5,14 @@
 
 pkgbase=sip
 pkgname=('sip' 'python2-sip')
-pkgver=4.12.2
+pkgver=4.12.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
 makedepends=('python' 'python2')
 
source=(http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('9df80f88e0e4022cdd8a8891c6c38048')
+md5sums=('d0f1fa60494db04b4d115d4c2d92f79e')
 
 build() {
   cd ${srcdir}



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

2011-05-02 Thread Andrea Scarpino
Date: Monday, May 2, 2011 @ 13:30:24
  Author: andrea
Revision: 122180

fix change dir command

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-02 17:28:46 UTC (rev 122179)
+++ PKGBUILD2011-05-02 17:30:24 UTC (rev 122180)
@@ -18,12 +18,12 @@
   cd ${srcdir}
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}
 
-  cd ${pkgbase}-${pkgver}
+  cd ${srcdir}/${pkgbase}-${pkgver}
   python configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
   make
-
+  
   ### Python2 version ###
-  cd python2-${pkgbase}-${pkgver}
+  cd ${srcdir}/python2-${pkgbase}-${pkgver}
   python2 configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
   make
 }



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

2011-01-18 Thread Andrea Scarpino
Date: Tuesday, January 18, 2011 @ 17:09:34
  Author: andrea
Revision: 106742

fix description and make/dependence

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-18 22:04:54 UTC (rev 106741)
+++ PKGBUILD2011-01-18 22:09:34 UTC (rev 106742)
@@ -5,11 +5,10 @@
 pkgname=('sip' 'python-sip')
 pkgver=4.12
 pkgrel=3
-pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
-makedepends=('python' 'gcc-libs')
+makedepends=('python')
 
source=(http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgbase}-${pkgver}.tar.gz;)
 md5sums=('8a0998fbaf34bdab2c15af3d4fa3bc0e')
 
@@ -21,15 +20,16 @@
 }
 
 package_sip() {
-  pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
-  
+  pkgdesc=Sip bindings common files
+  depends=('glibc')
+
   cd ${srcdir}/${pkgbase}-${pkgver}
   install -Dm755 sipgen/sip ${pkgdir}/usr/bin/sip
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 
 package_python-sip() {
-  pkgdesc=Python 3 bindings for sip
+  pkgdesc=A tool that makes it easy to create Python 3 bindings for C and C++ 
libraries
   depends=('sip' 'python')
 
   cd ${srcdir}/${pkgbase}-${pkgver}



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

2010-12-24 Thread Andrea Scarpino
Date: Friday, December 24, 2010 @ 08:46:47
  Author: andrea
Revision: 103953

upgpkg: sip 4.12-1
upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-12-24 13:02:03 UTC (rev 103952)
+++ PKGBUILD2010-12-24 13:46:47 UTC (rev 103953)
@@ -4,7 +4,7 @@
 # Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
 
 pkgname=sip
-pkgver=4.11.2
+pkgver=4.12
 pkgrel=1
 pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('custom:sip')
 depends=('python2' 'gcc-libs')
 
source=(http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('d799804ca0a88bd76c6c2cdf8935c3cb')
+md5sums=('8a0998fbaf34bdab2c15af3d4fa3bc0e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-10-23 Thread Andrea Scarpino
Date: Saturday, October 23, 2010 @ 06:39:10
  Author: andrea
Revision: 96646

upgpkg: sip 4.11.2-1
upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-23 08:33:28 UTC (rev 96645)
+++ PKGBUILD2010-10-23 10:39:10 UTC (rev 96646)
@@ -4,15 +4,15 @@
 # Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
 
 pkgname=sip
-pkgver=4.11.1
-pkgrel=2
+pkgver=4.11.2
+pkgrel=1
 pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
 depends=('python2' 'gcc-libs')
 
source=(http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('d32ae4dfea42ebf37419a0ec28b597de')
+md5sums=('d799804ca0a88bd76c6c2cdf8935c3cb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-10-06 Thread Andrea Scarpino
Date: Wednesday, October 6, 2010 @ 16:40:20
  Author: andrea
Revision: 94348

upgpkg: sip 4.11.1-1
upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-10-06 19:41:10 UTC (rev 94347)
+++ PKGBUILD2010-10-06 20:40:20 UTC (rev 94348)
@@ -4,15 +4,15 @@
 # Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
 
 pkgname=sip
-pkgver=4.10.5
-pkgrel=2
+pkgver=4.11.1
+pkgrel=1
 pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
 depends=('python2' 'gcc-libs')
-source=(http://pyqwt.sourceforge.net/support/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('0a591ef6e59aa16e56822d3eb9fe21b8')
+source=(http://www.riverbankcomputing.com/static/Downloads/sip4/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('d32ae4dfea42ebf37419a0ec28b597de')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-09-04 Thread Rémy Oudompheng
Date: Saturday, September 4, 2010 @ 02:45:49
  Author: remy
Revision: 89809

upgpkg: sip 4.10.5-2
Revert to 4.10.5.

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-04 06:42:24 UTC (rev 89808)
+++ PKGBUILD2010-09-04 06:45:49 UTC (rev 89809)
@@ -4,15 +4,15 @@
 # Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
 
 pkgname=sip
-pkgver=4.11
-pkgrel=1
+pkgver=4.10.5
+pkgrel=2
 pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
 depends=('python2' 'gcc-libs')
-source=(http://riverbankcomputing.com/static/Downloads/${pkgname}4/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('810f0cb0da327e0120fd87b7194ddf7e')
+source=(http://pyqwt.sourceforge.net/support/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('0a591ef6e59aa16e56822d3eb9fe21b8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-09-03 Thread Rémy Oudompheng
Date: Friday, September 3, 2010 @ 12:18:00
  Author: remy
Revision: 89748

upgpkg: sip 4.11-1
Upstream update (old sources not available). Rebuild for python2.

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-03 16:13:54 UTC (rev 89747)
+++ PKGBUILD2010-09-03 16:18:00 UTC (rev 89748)
@@ -4,20 +4,20 @@
 # Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
 
 pkgname=sip
-pkgver=4.10.5
+pkgver=4.11
 pkgrel=1
 pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
-depends=('python' 'gcc-libs')
+depends=('python2' 'gcc-libs')
 
source=(http://riverbankcomputing.com/static/Downloads/${pkgname}4/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('0a591ef6e59aa16e56822d3eb9fe21b8')
+md5sums=('810f0cb0da327e0120fd87b7194ddf7e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  python configure.py
+  python2 configure.py
   make
 }
 



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

2010-07-18 Thread Andrea Scarpino
Date: Sunday, July 18, 2010 @ 08:20:04
  Author: andrea
Revision: 85725

upgpkg: sip 4.10.5-1
upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-18 10:38:17 UTC (rev 85724)
+++ PKGBUILD2010-07-18 12:20:04 UTC (rev 85725)
@@ -4,7 +4,7 @@
 # Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
 
 pkgname=sip
-pkgver=4.10.4
+pkgver=4.10.5
 pkgrel=1
 pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('custom:sip')
 depends=('python' 'gcc-libs')
 
source=(http://riverbankcomputing.com/static/Downloads/${pkgname}4/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('0d3b59e24dac8343e6135969d5c66793')
+md5sums=('0a591ef6e59aa16e56822d3eb9fe21b8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2010-07-16 Thread Andrea Scarpino
Date: Friday, July 16, 2010 @ 06:45:26
  Author: andrea
Revision: 85607

upgpkg: sip 4.10.4-1
upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-16 10:43:34 UTC (rev 85606)
+++ PKGBUILD2010-07-16 10:45:26 UTC (rev 85607)
@@ -4,7 +4,7 @@
 # Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
 
 pkgname=sip
-pkgver=4.10.3
+pkgver=4.10.4
 pkgrel=1
 pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
 arch=('i686' 'x86_64')
@@ -12,16 +12,12 @@
 license=('custom:sip')
 depends=('python' 'gcc-libs')
 
source=(http://riverbankcomputing.com/static/Downloads/${pkgname}4/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('cb0922b5d12add2d36061e43be64f5ce')
+md5sums=('0d3b59e24dac8343e6135969d5c66793')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  python configure.py -b /usr/bin \
--d /usr/lib/python2.6/site-packages \
--e /usr/include/python2.6 \
--v /usr/share/sip
-
+  python configure.py
   make
 }
 
@@ -29,6 +25,5 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 
-  install -Dm644 LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2010-07-13 Thread Andrea Scarpino
Date: Tuesday, July 13, 2010 @ 08:42:38
  Author: andrea
Revision: 85429

upgpkg: sip 4.10.3-1
upstream release

Modified:
  sip/trunk/PKGBUILD

--+
 PKGBUILD |   19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-13 12:38:57 UTC (rev 85428)
+++ PKGBUILD2010-07-13 12:42:38 UTC (rev 85429)
@@ -4,32 +4,31 @@
 # Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
 
 pkgname=sip
-pkgver=4.10.2
-_pkgver=4.10.2
+pkgver=4.10.3
 pkgrel=1
 pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
 depends=('python' 'gcc-libs')
-source=(http://riverbankcomputing.com/static/Downloads/${pkgname}4/${pkgname}-${_pkgver}.tar.gz)
-md5sums=('52d11ca9c1a0d0cddc9b89268bff5929')
+source=(http://riverbankcomputing.com/static/Downloads/${pkgname}4/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('cb0922b5d12add2d36061e43be64f5ce')
 
 build() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
 
   python configure.py -b /usr/bin \
 -d /usr/lib/python2.6/site-packages \
 -e /usr/include/python2.6 \
--v /usr/share/sip || return 1
+-v /usr/share/sip
 
-  make || return 1
+  make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
 
   install -Dm644 LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE || return 1
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2010-04-30 Thread Andrea Scarpino
Date: Friday, April 30, 2010 @ 06:16:21
  Author: andrea
Revision: 79120

upgpkg: sip 4.10.2-1
upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-30 10:04:33 UTC (rev 79119)
+++ PKGBUILD2010-04-30 10:16:21 UTC (rev 79120)
@@ -4,8 +4,8 @@
 # Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
 
 pkgname=sip
-pkgver=4.10.1
-_pkgver=4.10.1
+pkgver=4.10.2
+_pkgver=4.10.2
 pkgrel=1
 pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('custom:sip')
 depends=('python' 'gcc-libs')
 
source=(http://riverbankcomputing.com/static/Downloads/${pkgname}4/${pkgname}-${_pkgver}.tar.gz)
-md5sums=('9fa0b0d17ad355bde004317f67c819f9')
+md5sums=('52d11ca9c1a0d0cddc9b89268bff5929')
 
 build() {
   cd ${srcdir}/${pkgname}-${_pkgver}
@@ -28,7 +28,7 @@
 
 package() {
   cd ${srcdir}/${pkgname}-${_pkgver}
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install || return 1
 
   install -Dm644 LICENSE \
 ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE || return 1



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

2010-03-21 Thread Andrea Scarpino
Date: Sunday, March 21, 2010 @ 17:39:23
  Author: andrea
Revision: 73026

upgpkg: sip 4.10.1-1
upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-21 21:24:06 UTC (rev 73025)
+++ PKGBUILD2010-03-21 21:39:23 UTC (rev 73026)
@@ -4,8 +4,8 @@
 # Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
 
 pkgname=sip
-pkgver=4.10.0
-_pkgver=4.10
+pkgver=4.10.1
+_pkgver=4.10.1
 pkgrel=1
 pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
 arch=('i686' 'x86_64')
@@ -13,8 +13,7 @@
 license=('custom:sip')
 depends=('python' 'gcc-libs')
 
source=(http://riverbankcomputing.com/static/Downloads/${pkgname}4/${pkgname}-${_pkgver}.tar.gz)
-md5sums=('4b8f7361839b33868dd3cc576509ba8e')
-options=('force')
+md5sums=('9fa0b0d17ad355bde004317f67c819f9')
 
 build() {
   cd ${srcdir}/${pkgname}-${_pkgver}
@@ -25,8 +24,12 @@
 -v /usr/share/sip || return 1
 
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
   make DESTDIR=${pkgdir} install
 
-  install -m 644 -D LICENSE \
+  install -Dm644 LICENSE \
 ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE || return 1
-} 
+}



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

2009-11-21 Thread Andrea Scarpino
Date: Saturday, November 21, 2009 @ 08:59:10
  Author: andrea
Revision: 59216

upgpkg: sip 4.9.2-1
upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2009-11-21 13:55:52 UTC (rev 59215)
+++ PKGBUILD2009-11-21 13:59:10 UTC (rev 59216)
@@ -4,7 +4,7 @@
 # Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
 
 pkgname=sip
-pkgver=4.9.1
+pkgver=4.9.2
 pkgrel=1
 pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries.
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=('custom:sip')
 depends=('python' 'gcc-libs')
 
source=(http://riverbankcomputing.com/static/Downloads/${pkgname}4/${pkgname}-${pkgver}.tar.gz)
-md5sums=('4bd61529a956a08841bb3cc2f949e1c4')
+md5sums=('5705c23a29e6bef2b2f94ed826402c9d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}