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

Antonio Rojas arojas at gemini.archlinux.org
Fri May 20 17:28:07 UTC 2022


    Date: Friday, May 20, 2022 @ 17:28:07
  Author: arojas
Revision: 446150

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++-------------------------------------
 1 file changed, 25 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-20 17:27:56 UTC (rev 446149)
+++ PKGBUILD	2022-05-20 17:28:07 UTC (rev 446150)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=sip
-pkgver=6.6.1
-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
-        https://www.riverbankcomputing.com/hg/sip/raw-rev/d43fc89f7ef2
-        https://www.riverbankcomputing.com/hg/sip/raw-rev/0da96769835f
-        https://www.riverbankcomputing.com/hg/sip/raw-rev/a069205270ea)
-sha256sums=('696c575c72144122701171f2cc767fe6cc87050ea755a04909152a8508ae10c3'
-            'a37813da5a4dd839dec5055b3f6e74c51f362dccb3e320841095eeb753c47562'
-            '4d1ae102808431e5961f772ec7424f35c318a4310a430b7cab30fcf3fce29d7f'
-            '130d0ae42a8c8f9e049ea0f90ace9aaf9743a2819f1ee869fbe58d23390cda2a')
-options=(debug)
-
-prepare() {
-  cd $pkgname-$pkgver
-# Fix broken parser
-  patch -p1 < ../d43fc89f7ef2
-  patch -p1 < ../0da96769835f
-  patch -p1 < ../a069205270ea
-}
-
-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 446149, sip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-20 17:28:07 UTC (rev 446150)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sip
+pkgver=6.6.2dev2205162316
+_pkgver=6.6.2.dev2205162316
+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 python-ply)
+#source=(https://pypi.python.org/packages/source/s/sip/$pkgname-$pkgver.tar.gz
+source=(https://www.riverbankcomputing.com/pypi/packages/sip/sip-$_pkgver.tar.gz)
+sha256sums=('51979ca5fd7d59a8a8a7cc6c02f6d700b02fb646271bde364e78f4c1909231e2')
+options=(debug)
+
+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