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

Antonio Rojas arojas at gemini.archlinux.org
Sun Jul 17 13:49:02 UTC 2022


    Date: Sunday, July 17, 2022 @ 13:49:01
  Author: arojas
Revision: 451175

archrelease: copy trunk to extra-x86_64

Added:
  sip/repos/extra-x86_64/PKGBUILD
    (from rev 451174, sip/trunk/PKGBUILD)
Deleted:
  sip/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   61 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 32 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-17 13:48:51 UTC (rev 451174)
+++ PKGBUILD	2022-07-17 13:49:01 UTC (rev 451175)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=sip
-pkgver=6.6.2
-pkgrel=2
-arch=(x86_64)
-pkgdesc='A tool that makes it easy to create Python bindings for C and C++ libraries'
-url='https://www.riverbankcomputing.com/software/sip/intro'
-license=('custom:"sip"')
-depends=(python-toml python-packaging python-setuptools python-ply)
-source=(https://pypi.python.org/packages/source/s/sip/$pkgname-$pkgver.tar.gz
-        sip-fix-exceptions.patch::https://riverbankcomputing.com/hg/sip/raw-rev/1430b279a3c9)
-sha256sums=('0e3efac1c5dfd8e525ae57140927df26993e13f58b89d1577c314f4105bfd90d'
-            'bdd73d3188004b1e430dc21595b8dde3de99ac29b7d523328347b9d1b01f669a')
-options=(debug)
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < sip-fix-exceptions.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: sip/repos/extra-x86_64/PKGBUILD (from rev 451174, sip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-17 13:49:01 UTC (rev 451175)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sip
+pkgver=6.6.2
+pkgrel=3
+arch=(x86_64)
+pkgdesc='A tool that makes it easy to create Python bindings for C and C++ libraries'
+url='https://www.riverbankcomputing.com/software/sip/intro'
+license=('custom:"sip"')
+depends=(python-toml python-packaging python-setuptools python-ply)
+source=(https://pypi.python.org/packages/source/s/sip/$pkgname-$pkgver.tar.gz
+        sip-fix-exceptions.patch::https://riverbankcomputing.com/hg/sip/raw-rev/1430b279a3c9
+        sip-fix-template-values.patch::https://riverbankcomputing.com/hg/sip/raw-rev/323d39a2d602)
+sha256sums=('0e3efac1c5dfd8e525ae57140927df26993e13f58b89d1577c314f4105bfd90d'
+            'bdd73d3188004b1e430dc21595b8dde3de99ac29b7d523328347b9d1b01f669a'
+            'f6629d6424bb6f4b9249cf75e0d1d82f6a07db835ac7ba822d4aa7048aad7709')
+options=(debug)
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < sip-fix-exceptions.patch
+  patch -d $pkgname-$pkgver -p1 < sip-fix-template-values.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list