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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 19:24:39 UTC 2021


    Date: Thursday, December 2, 2021 @ 19:24:39
  Author: felixonmars
Revision: 430384

archrelease: copy trunk to staging-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 19:24:33 UTC (rev 430383)
+++ PKGBUILD	2021-12-02 19:24:39 UTC (rev 430384)
@@ -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.1
-pkgrel=2
-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'
-}

Copied: python-cairo/repos/staging-x86_64/PKGBUILD (from rev 430383, python-cairo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 19:24:39 UTC (rev 430384)
@@ -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=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=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