[arch-commits] Commit in sip/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Fri May 20 17:27:57 UTC 2022


    Date: Friday, May 20, 2022 @ 17:27:56
  Author: arojas
Revision: 446149

Update to an hg snapshot, the parser is totally broken in 6.6.1

Modified:
  sip/trunk/PKGBUILD

----------+
 PKGBUILD |   28 ++++++++--------------------
 1 file changed, 8 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-20 17:25:43 UTC (rev 446148)
+++ PKGBUILD	2022-05-20 17:27:56 UTC (rev 446149)
@@ -1,37 +1,25 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=sip
-pkgver=6.6.1
-pkgrel=3
+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
-        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')
+#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)
 
-prepare() {
-  cd $pkgname-$pkgver
-# Fix broken parser
-  patch -p1 < ../d43fc89f7ef2
-  patch -p1 < ../0da96769835f
-  patch -p1 < ../a069205270ea
-}
-
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$_pkgver
   python setup.py build
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$_pkgver
   python setup.py install --skip-build --root="$pkgdir" --optimize=1
 }



More information about the arch-commits mailing list