[arch-commits] Commit in sip4/repos/staging-x86_64 (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Wed Dec 1 21:44:55 UTC 2021
Date: Wednesday, December 1, 2021 @ 21:44:55
Author: foutrelis
Revision: 430207
archrelease: copy trunk to staging-x86_64
Added:
sip4/repos/staging-x86_64/PKGBUILD
(from rev 430206, sip4/trunk/PKGBUILD)
Deleted:
sip4/repos/staging-x86_64/PKGBUILD
----------+
PKGBUILD | 106 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 53 insertions(+), 53 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-01 21:44:51 UTC (rev 430206)
+++ PKGBUILD 2021-12-01 21:44:55 UTC (rev 430207)
@@ -1,53 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
-# Contributor: riai <riai at bigfoot.com>, Ben <ben at benmazer.net>
-
-pkgbase=sip4
-pkgname=(sip4 python-sip4)
-pkgver=4.19.25
-pkgrel=2
-arch=(x86_64)
-url='https://www.riverbankcomputing.com/software/sip/intro'
-license=('custom:"sip"')
-makedepends=(python)
-source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz")
-sha256sums=('b39d93e937647807bac23579edbff25fe46d16213f708370072574ab1f1b4211')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- python ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
- make
-}
-
-package_sip4() {
- pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries"
- depends=(glibc)
- replaces=('sip<5')
-
- cd build
- make DESTDIR="$pkgdir" install -C sipgen
-# move sip.h to /usr/include
- mv "$pkgdir"/usr/include/{python*/sip.h,}
- rm -r "$pkgdir"/usr/include/python*
-
- install -Dm644 ../sip-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-sip4() {
- pkgdesc="Python SIP4 bindings for C and C++ libraries"
- depends=(python)
- provides=(python-sip)
- replaces=(python-sip)
-
- cd build
- make DESTDIR="$pkgdir" install
- rm -r "$pkgdir"/usr/{bin,include} # conflicts with sip
-
- install -Dm644 ../sip-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: sip4/repos/staging-x86_64/PKGBUILD (from rev 430206, sip4/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-01 21:44:55 UTC (rev 430207)
@@ -0,0 +1,53 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+# Contributor: riai <riai at bigfoot.com>, Ben <ben at benmazer.net>
+
+pkgbase=sip4
+pkgname=(sip4 python-sip4)
+pkgver=4.19.25
+pkgrel=3
+arch=(x86_64)
+url='https://www.riverbankcomputing.com/software/sip/intro'
+license=('custom:"sip"')
+makedepends=(python)
+source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz")
+sha256sums=('b39d93e937647807bac23579edbff25fe46d16213f708370072574ab1f1b4211')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ python ../sip-$pkgver/configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+ make
+}
+
+package_sip4() {
+ pkgdesc="A tool that makes it easy to create Python bindings for C and C++ libraries"
+ depends=(glibc)
+ replaces=('sip<5')
+
+ cd build
+ make DESTDIR="$pkgdir" install -C sipgen
+# move sip.h to /usr/include
+ mv "$pkgdir"/usr/include/{python*/sip.h,}
+ rm -r "$pkgdir"/usr/include/python*
+
+ install -Dm644 ../sip-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-sip4() {
+ pkgdesc="Python SIP4 bindings for C and C++ libraries"
+ depends=(python)
+ provides=(python-sip)
+ replaces=(python-sip)
+
+ cd build
+ make DESTDIR="$pkgdir" install
+ rm -r "$pkgdir"/usr/{bin,include} # conflicts with sip
+
+ install -Dm644 ../sip-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list