[arch-commits] Commit in sip5 (3 files)

Antonio Rojas arojas at archlinux.org
Sun Nov 10 16:51:39 UTC 2019


    Date: Sunday, November 10, 2019 @ 16:51:37
  Author: arojas
Revision: 367688

archrelease: copy trunk to testing-x86_64

Added:
  sip5/repos/
  sip5/repos/testing-x86_64/
  sip5/repos/testing-x86_64/PKGBUILD
    (from rev 367687, sip5/trunk/PKGBUILD)

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Copied: sip5/repos/testing-x86_64/PKGBUILD (from rev 367687, sip5/trunk/PKGBUILD)
===================================================================
--- repos/testing-x86_64/PKGBUILD	                        (rev 0)
+++ repos/testing-x86_64/PKGBUILD	2019-11-10 16:51:37 UTC (rev 367688)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sip5
+pkgver=5.0.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-setuptools python-toml)
+source=("https://www.riverbankcomputing.com/static/Downloads/sip/$pkgver/sip-$pkgver.tar.gz")
+sha256sums=('c034d427f52584d63277dd7df4d16d00c5df0b5cb838e0c256865b854b7e074b')
+
+build() {
+  cd sip-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd sip-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list