[arch-commits] Commit in python-cairo/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Oct 20 19:01:02 UTC 2020


    Date: Tuesday, October 20, 2020 @ 19:01:02
  Author: arojas
Revision: 398667

archrelease: copy trunk to extra-x86_64

Added:
  python-cairo/repos/extra-x86_64/PKGBUILD
    (from rev 398666, python-cairo/trunk/PKGBUILD)
Deleted:
  python-cairo/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-20 19:00:48 UTC (rev 398666)
+++ PKGBUILD	2020-10-20 19:01:02 UTC (rev 398667)
@@ -1,30 +0,0 @@
-# Maintainer: Angel Velasquez <angvp at archlinux.org>  
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=python-cairo
-pkgver=1.19.1
-pkgrel=1
-pkgdesc="Python bindings for the cairo graphics library"
-arch=('x86_64')
-url="https://pycairo.readthedocs.io/en/latest/"
-license=('LGPL2.1' 'MPL')
-depends=(cairo python)
-makedepends=(git)
-_commit=43e9c4a83d74a6771ac8f76bb3158f3dcd9af7d2  # tags/v1.19.1
-source=("git+https://github.com/pygobject/pycairo/#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pycairo
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd pycairo
-  python setup.py build
-}
-
-package() {
-  cd pycairo
-  python setup.py install --skip-build --root="${pkgdir}" --optimize='1'
-}

Copied: python-cairo/repos/extra-x86_64/PKGBUILD (from rev 398666, python-cairo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-20 19:01:02 UTC (rev 398667)
@@ -0,0 +1,30 @@
+# Maintainer: Angel Velasquez <angvp at archlinux.org>  
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=python-cairo
+pkgver=1.20.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')
+depends=(cairo python)
+makedepends=(git)
+_commit=4783b7eae1fe4eaf2c6b5c950b0c2ea3d25c5f98
+source=("git+https://github.com/pygobject/pycairo/#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pycairo
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd pycairo
+  python setup.py build
+}
+
+package() {
+  cd pycairo
+  python setup.py install --skip-build --root="${pkgdir}" --optimize='1'
+}



More information about the arch-commits mailing list