[arch-commits] Commit in sip5/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Apr 3 10:02:11 UTC 2020
Date: Friday, April 3, 2020 @ 10:02:11
Author: arojas
Revision: 379230
archrelease: copy trunk to extra-x86_64
Added:
sip5/repos/extra-x86_64/PKGBUILD
(from rev 379229, sip5/trunk/PKGBUILD)
Deleted:
sip5/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-03 10:01:51 UTC (rev 379229)
+++ PKGBUILD 2020-04-03 10:02:11 UTC (rev 379230)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=sip5
-pkgver=5.1.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=('3b600dd1c8293bb7cf002a20dbbc736010c6a5e161241d73b16685744ffe57c2')
-
-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 379229, sip5/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-03 10:02:11 UTC (rev 379230)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sip5
+pkgver=5.1.2
+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=('ecfa9d710d192838e1f457544b7a208498c3dd6778816f0104d36f2b820a7873')
+
+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