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

Antonio Rojas arojas at gemini.archlinux.org
Thu Sep 2 15:48:03 UTC 2021


    Date: Thursday, September 2, 2021 @ 15:48:03
  Author: arojas
Revision: 423351

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-02 15:47:54 UTC (rev 423350)
+++ PKGBUILD	2021-09-02 15:48:03 UTC (rev 423351)
@@ -1,30 +0,0 @@
-# Maintainer: Angel Velasquez <angvp at archlinux.org>  
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=python-cairo
-pkgver=1.20.0
-pkgrel=3
-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'
-}

Copied: python-cairo/repos/extra-x86_64/PKGBUILD (from rev 423350, python-cairo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-02 15:48:03 UTC (rev 423351)
@@ -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.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=320b22711fcc55b0158c156e2aab19a2df0c2898
+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