[arch-commits] Commit in sip5/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Jan 6 11:06:42 UTC 2020
Date: Monday, January 6, 2020 @ 11:06:42
Author: arojas
Revision: 372641
archrelease: copy trunk to extra-x86_64
Added:
sip5/repos/extra-x86_64/PKGBUILD
(from rev 372640, sip5/trunk/PKGBUILD)
Deleted:
sip5/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-06 11:06:24 UTC (rev 372640)
+++ PKGBUILD 2020-01-06 11:06:42 UTC (rev 372641)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=sip5
-pkgver=5.0.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-setuptools python-toml)
-source=("https://pypi.python.org/packages/source/s/sip/sip-$pkgver.tar.gz")
-sha256sums=('299f5463946acf079f35979bf6f598f790a58611ada2514c0d9b04c91b9baee8')
-
-build() {
- cd sip-$pkgver
- python setup.py build
-}
-
-package() {
- cd sip-$pkgver
- python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}
Copied: sip5/repos/extra-x86_64/PKGBUILD (from rev 372640, sip5/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-01-06 11:06:42 UTC (rev 372641)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sip5
+pkgver=5.1.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://pypi.python.org/packages/source/s/sip/sip-$pkgver.tar.gz")
+sha256sums=('00b07107479f147c9f2f8cdba857fc0ca5febd030e79d5f209d1a18668d84554')
+
+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