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

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 07:01:54
  Author: foutrelis
Revision: 400257

upgpkg: python-cairo 1.20.0-3: Python 3.9 rebuild

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 07:01:42 UTC (rev 400256)
+++ PKGBUILD2020-11-11 07:01:54 UTC (rev 400257)
@@ -3,7 +3,7 @@
 
 pkgname=python-cairo
 pkgver=1.20.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('x86_64')
 url="https://pycairo.readthedocs.io/en/latest/;


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

2020-11-09 Thread Felix Yan via arch-commits
Date: Monday, November 9, 2020 @ 11:21:15
  Author: felixonmars
Revision: 399669

upgpkg: python-cairo 1.20.0-2: Python 3.9 rebuild

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 11:21:08 UTC (rev 399668)
+++ PKGBUILD2020-11-09 11:21:15 UTC (rev 399669)
@@ -3,7 +3,7 @@
 
 pkgname=python-cairo
 pkgver=1.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('x86_64')
 url="https://pycairo.readthedocs.io/en/latest/;


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

2020-10-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 20, 2020 @ 19:00:48
  Author: arojas
Revision: 398666

Update to 1.20.0

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-20 18:58:19 UTC (rev 398665)
+++ PKGBUILD2020-10-20 19:00:48 UTC (rev 398666)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=python-cairo
-pkgver=1.19.1
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('LGPL2.1' 'MPL')
 depends=(cairo python)
 makedepends=(git)
-_commit=43e9c4a83d74a6771ac8f76bb3158f3dcd9af7d2  # tags/v1.19.1
+_commit=4783b7eae1fe4eaf2c6b5c950b0c2ea3d25c5f98
 source=("git+https://github.com/pygobject/pycairo/#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-02-22 Thread Antonio Rojas via arch-commits
Date: Saturday, February 22, 2020 @ 11:15:56
  Author: arojas
Revision: 376031

Update to 1.19.1

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-22 11:12:32 UTC (rev 376030)
+++ PKGBUILD2020-02-22 11:15:56 UTC (rev 376031)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=python-cairo
-pkgver=1.19.0
+pkgver=1.19.1
 pkgrel=1
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('LGPL2.1' 'MPL')
 depends=(cairo python)
 makedepends=(git)
-_commit=9f486e88597056a61d76364f21b5a911f17e896a  # tags/v1.19.0
+_commit=43e9c4a83d74a6771ac8f76bb3158f3dcd9af7d2  # tags/v1.19.1
 source=("git+https://github.com/pygobject/pycairo/#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-01-25 Thread Antonio Rojas via arch-commits
Date: Saturday, January 25, 2020 @ 19:51:17
  Author: arojas
Revision: 373931

Update to 1.19.0

Modified:
  python-cairo/trunk/PKGBUILD

--+
 PKGBUILD |   26 +++---
 1 file changed, 7 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 18:58:57 UTC (rev 373930)
+++ PKGBUILD2020-01-25 19:51:17 UTC (rev 373931)
@@ -1,16 +1,16 @@
 # Maintainer: Angel Velasquez   
 # Maintainer: Jan de Groot 
 
-pkgbase=python-cairo
-pkgname=(python-cairo python2-cairo)
-pkgver=1.18.2
-pkgrel=3
+pkgname=python-cairo
+pkgver=1.19.0
+pkgrel=1
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('x86_64')
 url="https://pycairo.readthedocs.io/en/latest/;
 license=('LGPL2.1' 'MPL')
-makedepends=(python python2 cairo git)
-_commit=8643af4c10059827056e769c8c7a997bdc3d5a29  # tags/v1.18.2
+depends=(cairo python)
+makedepends=(git)
+_commit=9f486e88597056a61d76364f21b5a911f17e896a  # tags/v1.19.0
 source=("git+https://github.com/pygobject/pycairo/#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -19,24 +19,12 @@
   git describe --tags | sed 's/^v//;s/-/+/g'
 }
 
-
 build() {
   cd pycairo
-  python2 setup.py build
   python setup.py build
 }
 
-package_python2-cairo() {
-  depends=('cairo' 'python2')
-  pkgdesc="Python2 bindings for the cairo graphics library"
-
+package() {
   cd pycairo
-  python2 setup.py install --skip-build --root="${pkgdir}" --optimize='1'
-}
-
-package_python-cairo() {
-  depends=('cairo' 'python')
-
-  cd pycairo
   python setup.py install --skip-build --root="${pkgdir}" --optimize='1'
 }


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

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 21:44:39
  Author: felixonmars
Revision: 366498

Python 3.8 rebuild

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 21:43:23 UTC (rev 366497)
+++ PKGBUILD2019-11-02 21:44:39 UTC (rev 366498)
@@ -4,7 +4,7 @@
 pkgbase=python-cairo
 pkgname=(python-cairo python2-cairo)
 pkgver=1.18.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('x86_64')
 url="https://pycairo.readthedocs.io/en/latest/;


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

2019-10-27 Thread Antonio Rojas via arch-commits
Date: Sunday, October 27, 2019 @ 10:27:42
  Author: arojas
Revision: 365934

python 3.8 rebuild

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-27 10:26:36 UTC (rev 365933)
+++ PKGBUILD2019-10-27 10:27:42 UTC (rev 365934)
@@ -4,7 +4,7 @@
 pkgbase=python-cairo
 pkgname=(python-cairo python2-cairo)
 pkgver=1.18.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('x86_64')
 url="https://pycairo.readthedocs.io/en/latest/;


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

2019-10-27 Thread Antonio Rojas via arch-commits
Date: Sunday, October 27, 2019 @ 10:26:14
  Author: arojas
Revision: 365932

Update to 1.18.2

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-27 09:27:27 UTC (rev 365931)
+++ PKGBUILD2019-10-27 10:26:14 UTC (rev 365932)
@@ -3,14 +3,14 @@
 
 pkgbase=python-cairo
 pkgname=(python-cairo python2-cairo)
-pkgver=1.18.1
-pkgrel=2
+pkgver=1.18.2
+pkgrel=1
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('x86_64')
 url="https://pycairo.readthedocs.io/en/latest/;
 license=('LGPL2.1' 'MPL')
 makedepends=(python python2 cairo git)
-_commit=523e679c1bc85354a08352ba0d8d4d9968f21c01  # tags/v1.18.1
+_commit=8643af4c10059827056e769c8c7a997bdc3d5a29  # tags/v1.18.2
 source=("git+https://github.com/pygobject/pycairo/#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Saturday, October 26, 2019 @ 04:05:28
  Author: felixonmars
Revision: 365750

Python 3.8 rebuild

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 04:02:20 UTC (rev 365749)
+++ PKGBUILD2019-10-26 04:05:28 UTC (rev 365750)
@@ -4,7 +4,7 @@
 pkgbase=python-cairo
 pkgname=(python-cairo python2-cairo)
 pkgver=1.18.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('x86_64')
 url="https://pycairo.readthedocs.io/en/latest/;


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

2019-05-20 Thread Antonio Rojas via arch-commits
Date: Monday, May 20, 2019 @ 21:30:17
  Author: arojas
Revision: 353694

Update to 1.18.1

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-20 20:53:19 UTC (rev 353693)
+++ PKGBUILD2019-05-20 21:30:17 UTC (rev 353694)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cairo
 pkgname=(python-cairo python2-cairo)
-pkgver=1.18.0
+pkgver=1.18.1
 pkgrel=1
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 url="https://pycairo.readthedocs.io/en/latest/;
 license=('LGPL2.1' 'MPL')
 makedepends=(python python2 cairo git)
-_commit=c666979e51c7b42404eadb5a118476cae757eea9  # tags/v1.18.0
+_commit=523e679c1bc85354a08352ba0d8d4d9968f21c01  # tags/v1.18.1
 source=("git+https://github.com/pygobject/pycairo/#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-11-15 Thread Antonio Rojas via arch-commits
Date: Thursday, November 15, 2018 @ 20:06:49
  Author: arojas
Revision: 339734

Update to 1.18.0

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-15 19:53:19 UTC (rev 339733)
+++ PKGBUILD2018-11-15 20:06:49 UTC (rev 339734)
@@ -3,14 +3,14 @@
 
 pkgbase=python-cairo
 pkgname=(python-cairo python2-cairo)
-pkgver=1.17.0
-pkgrel=2
+pkgver=1.18.0
+pkgrel=1
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('x86_64')
 url="https://pycairo.readthedocs.io/en/latest/;
 license=('LGPL2.1' 'MPL')
 makedepends=(python python2 cairo git)
-_commit=910ee82a5cd6fc75c23a893826d5976d8e862ea1  # tags/v1.17.0
+_commit=c666979e51c7b42404eadb5a118476cae757eea9  # tags/v1.18.0
 source=("git+https://github.com/pygobject/pycairo/#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-07-13 Thread Evangelos Foutras via arch-commits
Date: Friday, July 13, 2018 @ 19:54:44
  Author: foutrelis
Revision: 328555

Python 3.7 rebuild

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-13 19:52:46 UTC (rev 328554)
+++ PKGBUILD2018-07-13 19:54:44 UTC (rev 328555)
@@ -5,7 +5,7 @@
 pkgbase=python-cairo
 pkgname=(python-cairo python2-cairo)
 pkgver=1.17.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('x86_64')
 url="https://pycairo.readthedocs.io/en/latest/;


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

2018-04-19 Thread Jan de Groot via arch-commits
Date: Thursday, April 19, 2018 @ 21:29:35
  Author: jgc
Revision: 322468

upgpkg: python-cairo 1.17.0-1

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-19 21:27:12 UTC (rev 322467)
+++ PKGBUILD2018-04-19 21:29:35 UTC (rev 322468)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cairo
 pkgname=(python-cairo python2-cairo)
-pkgver=1.16.3
+pkgver=1.17.0
 pkgrel=1
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 url="https://pycairo.readthedocs.io/en/latest/;
 license=('LGPL2.1' 'MPL')
 makedepends=(python python2 cairo git)
-_commit=5751aae1dfd622337022ab587875a30441bfa4ac  # tags/v1.16.3
+_commit=910ee82a5cd6fc75c23a893826d5976d8e862ea1  # tags/v1.17.0
 source=("git+https://github.com/pygobject/pycairo/#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-03-18 Thread Jan de Groot via arch-commits
Date: Sunday, March 18, 2018 @ 22:42:50
  Author: jgc
Revision: 319611

upgpkg: python-cairo 1.16.3-1

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-18 22:38:03 UTC (rev 319610)
+++ PKGBUILD2018-03-18 22:42:50 UTC (rev 319611)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cairo
 pkgname=(python-cairo python2-cairo)
-pkgver=1.16.2
+pkgver=1.16.3
 pkgrel=1
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 url="https://pycairo.readthedocs.io/en/latest/;
 license=('LGPL2.1' 'MPL')
 makedepends=(python python2 cairo git)
-_commit=c74dc1e3589bd8a197582836c7db2ab400a988bb  # tags/v1.16.2
+_commit=5751aae1dfd622337022ab587875a30441bfa4ac  # tags/v1.16.3
 source=("git+https://github.com/pygobject/pycairo/#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-02-14 Thread Jan de Groot via arch-commits
Date: Wednesday, February 14, 2018 @ 11:05:31
  Author: jgc
Revision: 317000

upgpkg: python-cairo 1.16.2-1

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-14 11:03:21 UTC (rev 316999)
+++ PKGBUILD2018-02-14 11:05:31 UTC (rev 317000)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cairo
 pkgname=(python-cairo python2-cairo)
-pkgver=1.15.6
+pkgver=1.16.2
 pkgrel=1
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 url="https://pycairo.readthedocs.io/en/latest/;
 license=('LGPL2.1' 'MPL')
 makedepends=(python python2 cairo git)
-_commit=9249726375d1765734d11678c2da1f2b07edc29b  # tags/v1.15.6
+_commit=c74dc1e3589bd8a197582836c7db2ab400a988bb  # tags/v1.16.2
 source=("git+https://github.com/pygobject/pycairo/#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-01-31 Thread Jan de Groot via arch-commits
Date: Wednesday, January 31, 2018 @ 14:18:45
  Author: jgc
Revision: 315682

upgpkg: python-cairo 1.15.6-1

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-31 14:18:29 UTC (rev 315681)
+++ PKGBUILD2018-01-31 14:18:45 UTC (rev 315682)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cairo
 pkgname=(python-cairo python2-cairo)
-pkgver=1.15.4
+pkgver=1.15.6
 pkgrel=1
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 url="https://pycairo.readthedocs.io/en/latest/;
 license=('LGPL2.1' 'MPL')
 makedepends=(python python2 cairo git)
-_commit=88478f2bb18537ef3e58f9ecb94c509f24e3300b  # tags/v1.15.4
+_commit=9249726375d1765734d11678c2da1f2b07edc29b  # tags/v1.15.6
 source=("git+https://github.com/pygobject/pycairo/#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-11-09 Thread Jan de Groot
Date: Thursday, November 9, 2017 @ 22:06:39
  Author: jgc
Revision: 309357

upgpkg: python-cairo 1.15.4-1

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-09 22:03:34 UTC (rev 309356)
+++ PKGBUILD2017-11-09 22:06:39 UTC (rev 309357)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cairo
 pkgname=(python-cairo python2-cairo)
-pkgver=1.13.3
+pkgver=1.15.4
 pkgrel=1
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url="https://pycairo.readthedocs.io/en/latest/;
 license=('LGPL2.1' 'MPL')
 makedepends=(python python2 cairo git)
-_commit=a636fc44d3c071dc6a3598f51f782202c61add9e  # tags/v1.13.3
+_commit=88478f2bb18537ef3e58f9ecb94c509f24e3300b  # tags/v1.15.4
 source=("git+https://github.com/pygobject/pycairo/#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-06-04 Thread Jan de Groot
Date: Sunday, June 4, 2017 @ 22:31:34
  Author: jgc
Revision: 297787

upgpkg: python-cairo 1.13.3-1

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-04 22:08:08 UTC (rev 297786)
+++ PKGBUILD2017-06-04 22:31:34 UTC (rev 297787)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cairo
 pkgname=(python-cairo python2-cairo)
-pkgver=1.13.1
+pkgver=1.13.3
 pkgrel=1
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url="https://pycairo.readthedocs.io/en/latest/;
 license=('LGPL2.1' 'MPL')
 makedepends=(python python2 cairo git)
-_commit=aeed942c9b2017a058ad9ee8a6b5f7f3a4204999  # tags/v1.13.1
+_commit=a636fc44d3c071dc6a3598f51f782202c61add9e  # tags/v1.13.3
 source=("git+https://github.com/pygobject/pycairo/#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-05-20 Thread Jan de Groot
Date: Saturday, May 20, 2017 @ 21:55:21
  Author: jgc
Revision: 296344

upgpkg: python-cairo 1.13.1-1

Use new upstream, merge python2-cairo and python-cairo in one PKGBUILD

Modified:
  python-cairo/trunk/PKGBUILD

--+
 PKGBUILD |   62 +++--
 1 file changed, 28 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-20 21:28:07 UTC (rev 296343)
+++ PKGBUILD2017-05-20 21:55:21 UTC (rev 296344)
@@ -2,48 +2,42 @@
 # Maintainer: Angel Velasquez   
 # Maintainer: Jan de Groot 
 
-pkgname=python-cairo
-pkgver=1.10.0
-_waf_version=1.9.7
-pkgrel=8
+pkgbase=python-cairo
+pkgname=(python-cairo python2-cairo)
+pkgver=1.13.1
+pkgrel=1
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('i686' 'x86_64')
-url="https://www.cairographics.org/pycairo;
-license=('LGPL3')
-depends=('python' 'cairo')
-source=(https://www.cairographics.org/releases/pycairo-${pkgver}.tar.bz2
-https://waf.io/waf-${_waf_version})
-md5sums=('e6fd3f2f1e6a72e0db0868c4985669c5'
- '36161654a112bd6a721835dc005ea069')
-sha1sums=('b4283aa1cc9aafd12fd72ad371303a486da1d014'
-  'f0b47d139d837eb247320495a535ba3aa24d0e3c')
+url="https://pycairo.readthedocs.io/en/latest/;
+license=('LGPL2.1' 'MPL')
+makedepends=(python python2 cairo git)
+_commit=aeed942c9b2017a058ad9ee8a6b5f7f3a4204999  # tags/v1.13.1
+source=("git+https://github.com/pygobject/pycairo/#commit=$_commit;)
+sha256sums=('SKIP')
 
-prepare() {
-  cd pycairo-${pkgver}
+pkgver() {
+  cd pycairo
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
 
-  # use newer waf
-  cp "$srcdir/waf-$_waf_version" ./waf
 
-  # fix compatibility with newer waf
-  # 
http://cgit.freedesktop.org/pycairo/commit/?id=c57cd129407c904f8c2f752a59d0183df7b01a5e
-  sed -e "s/ctx.\(tool_options\|check_tool\)(/ctx.load(/" \
-  -e "s/\bcompiler_cc\b/compiler_c/g" \
-  -i wscript
+build() {
+  cd pycairo
+  python2 setup.py build
+  python setup.py build
 }
 
-build() {
-  cd pycairo-${pkgver}
-  # Ensure that ./waf has created the cached unpacked version
-  # of the wafadmin source tree.
-  # This will be created to a subdirectory like
-  #.waf3-1.5.18-a7b91e2a913ce55fa6ecdf310df95752
-  python3 ./waf --version
+package_python2-cairo() {
+  depends=('cairo' 'python2')
+  pkgdesc="Python2 bindings for the cairo graphics library"
 
-  ./waf configure --prefix=/usr --libdir=/usr/lib
-  ./waf build
+  cd pycairo
+  python2 setup.py install --skip-build --root="${pkgdir}" --optimize='1'
 }
 
-package() {
-  cd pycairo-${pkgver}
-  ./waf install --destdir="${pkgdir}"
+package_python-cairo() {
+  depends=('cairo' 'python')
+
+  cd pycairo
+  python setup.py install --skip-build --root="${pkgdir}" --optimize='1'
 }


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

2017-01-23 Thread Jan de Groot
Date: Monday, January 23, 2017 @ 13:58:45
  Author: jgc
Revision: 287212

upgpkg: python-cairo 1.10.0-8

Build with more recent waf (FS#52587)

Modified:
  python-cairo/trunk/PKGBUILD

--+
 PKGBUILD |   25 -
 1 file changed, 16 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-23 13:49:52 UTC (rev 287211)
+++ PKGBUILD2017-01-23 13:58:45 UTC (rev 287212)
@@ -4,19 +4,21 @@
 
 pkgname=python-cairo
 pkgver=1.10.0
-_waf_version=1.7.15
-pkgrel=7
+_waf_version=1.9.7
+pkgrel=8
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('i686' 'x86_64')
-url="http://www.cairographics.org/pycairo;
+url="https://www.cairographics.org/pycairo;
 license=('LGPL3')
 depends=('python' 'cairo')
-source=(http://cairographics.org/releases/pycairo-${pkgver}.tar.bz2
+source=(https://www.cairographics.org/releases/pycairo-${pkgver}.tar.bz2
 https://waf.io/waf-${_waf_version})
 md5sums=('e6fd3f2f1e6a72e0db0868c4985669c5'
- '2ba0e10baf44db334e3baa39e59688db')
+ '36161654a112bd6a721835dc005ea069')
+sha1sums=('b4283aa1cc9aafd12fd72ad371303a486da1d014'
+  'f0b47d139d837eb247320495a535ba3aa24d0e3c')
 
-build() {
+prepare() {
   cd pycairo-${pkgver}
 
   # use newer waf
@@ -24,8 +26,13 @@
 
   # fix compatibility with newer waf
   # 
http://cgit.freedesktop.org/pycairo/commit/?id=c57cd129407c904f8c2f752a59d0183df7b01a5e
-  sed -e "s/ctx.\(tool_options\|check_tool\)(/ctx.load(/" -i wscript
-  
+  sed -e "s/ctx.\(tool_options\|check_tool\)(/ctx.load(/" \
+  -e "s/\bcompiler_cc\b/compiler_c/g" \
+  -i wscript
+}
+
+build() {
+  cd pycairo-${pkgver}
   # Ensure that ./waf has created the cached unpacked version
   # of the wafadmin source tree.
   # This will be created to a subdirectory like
@@ -32,7 +39,7 @@
   #.waf3-1.5.18-a7b91e2a913ce55fa6ecdf310df95752
   python3 ./waf --version
 
-  ./waf configure --prefix=/usr
+  ./waf configure --prefix=/usr --libdir=/usr/lib
   ./waf build
 }
 


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

2016-12-24 Thread Felix Yan
Date: Saturday, December 24, 2016 @ 16:05:32
  Author: felixonmars
Revision: 284647

upgpkg: python-cairo 1.10.0-7

python 3.6 rebuild

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-24 15:39:32 UTC (rev 284646)
+++ PKGBUILD2016-12-24 16:05:32 UTC (rev 284647)
@@ -5,7 +5,7 @@
 pkgname=python-cairo
 pkgver=1.10.0
 _waf_version=1.7.15
-pkgrel=6
+pkgrel=7
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('i686' 'x86_64')
 url="http://www.cairographics.org/pycairo;
@@ -12,15 +12,15 @@
 license=('LGPL3')
 depends=('python' 'cairo')
 source=(http://cairographics.org/releases/pycairo-${pkgver}.tar.bz2
-http://waf.googlecode.com/files/waf-${_waf_version}.tar.bz2)
+https://waf.io/waf-${_waf_version})
 md5sums=('e6fd3f2f1e6a72e0db0868c4985669c5'
- 'a62272a3b4eb05b7e5842b4f9839cb98')
+ '2ba0e10baf44db334e3baa39e59688db')
 
 build() {
   cd pycairo-${pkgver}
 
   # use newer waf
-  cp "$srcdir/waf-$_waf_version/waf" ./
+  cp "$srcdir/waf-$_waf_version" ./waf
 
   # fix compatibility with newer waf
   # 
http://cgit.freedesktop.org/pycairo/commit/?id=c57cd129407c904f8c2f752a59d0183df7b01a5e


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

2015-03-28 Thread Felix Yan
Date: Saturday, March 28, 2015 @ 15:32:49
  Author: fyan
Revision: 235218

upgpkg: python-cairo 1.10.0-5

rebuild against python 3.4.3-2 (fix missing symbols)

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-28 14:29:01 UTC (rev 235217)
+++ PKGBUILD2015-03-28 14:32:49 UTC (rev 235218)
@@ -4,7 +4,7 @@
 
 pkgname=python-cairo
 pkgver=1.10.0
-pkgrel=4
+pkgrel=5
 pkgdesc=Python bindings for the cairo graphics library
 arch=('i686' 'x86_64')
 url=http://www.cairographics.org/pycairo;


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

2013-09-29 Thread Eric Bélanger
Date: Sunday, September 29, 2013 @ 23:44:11
  Author: eric
Revision: 195287

upgpkg: python-cairo 1.10.0-3

Signed with valid key

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-29 21:24:32 UTC (rev 195286)
+++ PKGBUILD2013-09-29 21:44:11 UTC (rev 195287)
@@ -4,15 +4,14 @@
 
 pkgname=python-cairo
 pkgver=1.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Python bindings for the cairo graphics library
 arch=('i686' 'x86_64')
+url=http://www.cairographics.org/pycairo;
 license=('LGPL3')
 depends=('python' 'cairo')
-makedepends=('pkg-config')
 options=('!libtool')
 source=(http://cairographics.org/releases/pycairo-${pkgver}.tar.bz2)
-url=http://www.cairographics.org/pycairo;
 md5sums=('e6fd3f2f1e6a72e0db0868c4985669c5')
 
 build() {



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

2012-10-02 Thread Stéphane Gaudreault
Date: Tuesday, October 2, 2012 @ 21:10:17
  Author: stephane
Revision: 167694

upgpkg: python-cairo 1.10.0-2

rebuild for python 3.3.0

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-03 01:05:41 UTC (rev 167693)
+++ PKGBUILD2012-10-03 01:10:17 UTC (rev 167694)
@@ -4,7 +4,7 @@
 
 pkgname=python-cairo
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Python bindings for the cairo graphics library
 arch=('i686' 'x86_64')
 license=('LGPL3')
@@ -18,20 +18,12 @@
 build() {
   cd ${srcdir}/pycairo-${pkgver}
 
-  # We patch the embedded copy of waf to fix compiling against python 3.2
-  # (due to PEP-3149), by using the appropriate python-config tool, rather
-  # than trying to find the libraries by directly using PYTHON_VERSION
-
   # Ensure that ./waf has created the cached unpacked version
   # of the wafadmin source tree.
   # This will be created to a subdirectory like
   #.waf3-1.5.18-a7b91e2a913ce55fa6ecdf310df95752
-  python ./waf --version
+  python3 ./waf --version
 
-  # Patch the unpacked version of waf:
-  pushd .waf3*
-  popd
-
   ./waf configure --prefix=/usr
   ./waf build
 }



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

2011-04-28 Thread Angel Velásquez
Date: Thursday, April 28, 2011 @ 23:02:02
  Author: angvp
Revision: 121116

upgpkg: python-cairo 1.10.0-1
Version bump to 1.10.0

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-29 02:56:49 UTC (rev 121115)
+++ PKGBUILD2011-04-29 03:02:02 UTC (rev 121116)
@@ -1,20 +1,19 @@
 # $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org  
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=python-cairo
-pkgver=1.8.10
-pkgrel=2
+pkgver=1.10.0
+pkgrel=1
 pkgdesc=Python bindings for the cairo graphics library
 arch=('i686' 'x86_64')
 license=('LGPL3')
 depends=('python' 'cairo')
 makedepends=('pkg-config')
 options=('!libtool')
-source=(http://cairographics.org/releases/pycairo-${pkgver}.tar.bz2
-pycairo-1.8.10-pypath.patch)
+source=(http://cairographics.org/releases/pycairo-${pkgver}.tar.bz2)
 url=http://www.cairographics.org/pycairo;
-md5sums=('ddc544943d791e3c22ca8f019e10e1e3'
- '047cfe0a98cfa73a156cd70e70082325')
+md5sums=('e6fd3f2f1e6a72e0db0868c4985669c5')
 
 build() {
   cd ${srcdir}/pycairo-${pkgver}
@@ -31,7 +30,6 @@
 
   # Patch the unpacked version of waf:
   pushd .waf3*
-  patch -Np0 -i ../../pycairo-1.8.10-pypath.patch
   popd
 
   ./waf configure --prefix=/usr



[arch-commits] Commit in python-cairo/trunk (PKGBUILD pycairo-1.8.10-pypath.patch)

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 21:50:48
  Author: stephane
Revision: 110756

upgpkg: python-cairo 1.8.10-2
python 3.2 rebuild

Added:
  python-cairo/trunk/pycairo-1.8.10-pypath.patch
Modified:
  python-cairo/trunk/PKGBUILD

-+
 PKGBUILD|   25 ++---
 pycairo-1.8.10-pypath.patch |   36 
 2 files changed, 58 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-22 01:17:56 UTC (rev 110755)
+++ PKGBUILD2011-02-22 02:50:48 UTC (rev 110756)
@@ -3,18 +3,37 @@
 
 pkgname=python-cairo
 pkgver=1.8.10
-pkgrel=1
+pkgrel=2
 pkgdesc=Python bindings for the cairo graphics library
 arch=('i686' 'x86_64')
 license=('LGPL3')
 depends=('python' 'cairo')
+makedepends=('pkg-config')
 options=('!libtool')
-source=(http://cairographics.org/releases/pycairo-${pkgver}.tar.bz2)
+source=(http://cairographics.org/releases/pycairo-${pkgver}.tar.bz2
+pycairo-1.8.10-pypath.patch)
 url=http://www.cairographics.org/pycairo;
-md5sums=('ddc544943d791e3c22ca8f019e10e1e3')
+md5sums=('ddc544943d791e3c22ca8f019e10e1e3'
+ '047cfe0a98cfa73a156cd70e70082325')
 
 build() {
   cd ${srcdir}/pycairo-${pkgver}
+
+  # We patch the embedded copy of waf to fix compiling against python 3.2
+  # (due to PEP-3149), by using the appropriate python-config tool, rather
+  # than trying to find the libraries by directly using PYTHON_VERSION
+
+  # Ensure that ./waf has created the cached unpacked version
+  # of the wafadmin source tree.
+  # This will be created to a subdirectory like
+  #.waf3-1.5.18-a7b91e2a913ce55fa6ecdf310df95752
+  python ./waf --version
+
+  # Patch the unpacked version of waf:
+  pushd .waf3*
+  patch -Np0 -i ../../pycairo-1.8.10-pypath.patch
+  popd
+
   ./waf configure --prefix=/usr
   ./waf build
 }

Added: pycairo-1.8.10-pypath.patch
===
--- pycairo-1.8.10-pypath.patch (rev 0)
+++ pycairo-1.8.10-pypath.patch 2011-02-22 02:50:48 UTC (rev 110756)
@@ -0,0 +1,36 @@
+diff -up wafadmin/Tools/python.py.pypath wafadmin/Tools/python.py
+--- wafadmin/Tools/python.py.pypath2011-02-10 15:30:44.118506004 -0500
 wafadmin/Tools/python.py   2011-02-10 15:32:50.922506002 -0500
+@@ -156,6 +156,9 @@ MACOSX_DEPLOYMENT_TARGET = %r
+   env.append_value('LINKFLAGS_PYEMBED',python_LDFLAGS.split())
+   result=False
+   name='python'+env['PYTHON_VERSION']
++  
python_config=conf.find_program('python%s-config'%('.'.join(env['PYTHON_VERSION'].split('.')[:2])),var='PYTHON_CONFIG')
++  if not python_config:
++  
python_config=conf.find_program('python-config-%s'%('.'.join(env['PYTHON_VERSION'].split('.')[:2])),var='PYTHON_CONFIG')
+   if python_LIBDIR is not None:
+   path=[python_LIBDIR]
+   conf.log.write(\n\n# Trying LIBDIR: %r\n%path)
+@@ -169,6 +172,12 @@ MACOSX_DEPLOYMENT_TARGET = %r
+   path=[os.path.join(python_prefix,libs)]
+   name='python'+env['PYTHON_VERSION'].replace('.','')
+   result=conf.check(lib=name,uselib='PYEMBED',libpath=path)
++  if not result and python_config:
++  conf.log.write(\n\n# try again with help of python-config\n)
++  for libstr in Utils.cmd_output(%s %s 
--libs%(python,python_config)).strip().split():
++  if(libstr.startswith('-lpython')):
++  name=libstr[2:]
++  result=conf.check(lib=name,uselib='PYEMBED',libpath=path)
+   if result:
+   env['LIBPATH_PYEMBED']=path
+   env.append_value('LIB_PYEMBED',name)
+@@ -177,9 +186,6 @@ MACOSX_DEPLOYMENT_TARGET = %r
+   if(sys.platform=='win32'or sys.platform.startswith('os2')or 
sys.platform=='darwin'or Py_ENABLE_SHARED):
+   env['LIBPATH_PYEXT']=env['LIBPATH_PYEMBED']
+   env['LIB_PYEXT']=env['LIB_PYEMBED']
+-  
python_config=conf.find_program('python%s-config'%('.'.join(env['PYTHON_VERSION'].split('.')[:2])),var='PYTHON_CONFIG')
+-  if not python_config:
+-  
python_config=conf.find_program('python-config-%s'%('.'.join(env['PYTHON_VERSION'].split('.')[:2])),var='PYTHON_CONFIG')
+   includes=[]
+   if python_config:
+   for incstr in Utils.cmd_output(%s %s 
--includes%(python,python_config)).strip().split():