[arch-commits] Commit in sip5/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 9 16:49:12 UTC 2020


    Date: Monday, November 9, 2020 @ 16:49:12
  Author: foutrelis
Revision: 399812

archrelease: copy trunk to staging-x86_64

Added:
  sip5/repos/staging-x86_64/
  sip5/repos/staging-x86_64/PKGBUILD
    (from rev 399811, sip5/trunk/PKGBUILD)

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

Copied: sip5/repos/staging-x86_64/PKGBUILD (from rev 399811, sip5/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-11-09 16:49:12 UTC (rev 399812)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sip5
+pkgver=5.4.0
+pkgrel=2
+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://pypi.python.org/packages/source/s/sip/sip-$pkgver.tar.gz")
+sha256sums=('4282ab45948674f5ef74278a8e70d1302f65c95b519a0af19409002f5715d641')
+
+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