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

Antonio Rojas arojas at gemini.archlinux.org
Thu Oct 28 13:52:32 UTC 2021


    Date: Thursday, October 28, 2021 @ 13:52:32
  Author: arojas
Revision: 426768

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-28 13:52:21 UTC (rev 426767)
+++ PKGBUILD	2021-10-28 13:52:32 UTC (rev 426768)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=sip
-pkgver=6.3.1
-pkgrel=1
-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)
-conflicts=(sip5)
-replaces=(sip5)
-source=(https://pypi.python.org/packages/source/s/sip/$pkgname-$pkgver.tar.gz)
-sha256sums=('2f9cd6ce0e19226d53d62ad6ba81a62f624626f14924724eab2a23390d4dc684')
-
-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 426767, sip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-28 13:52:32 UTC (rev 426768)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sip
+pkgver=6.4.0
+pkgrel=1
+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)
+conflicts=(sip5)
+replaces=(sip5)
+source=(https://pypi.python.org/packages/source/s/sip/$pkgname-$pkgver.tar.gz)
+sha256sums=('42ec368520b8da4a0987218510b1b520b4981e4405086c1be384733affc2bcb0')
+
+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