[arch-commits] Commit in sip/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Jun 18 13:03:10 UTC 2022


    Date: Saturday, June 18, 2022 @ 13:03:10
  Author: arojas
Revision: 448966

archrelease: copy trunk to extra-x86_64

Added:
  sip/repos/extra-x86_64/PKGBUILD
    (from rev 448965, sip/trunk/PKGBUILD)
Deleted:
  sip/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 +++++++++++++++++++++++-------------------------
 1 file changed, 23 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-18 13:03:00 UTC (rev 448965)
+++ PKGBUILD	2022-06-18 13:03:10 UTC (rev 448966)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=sip
-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
-source=(https://www.riverbankcomputing.com/pypi/packages/sip/sip-$_pkgver.tar.gz)
-sha256sums=('51979ca5fd7d59a8a8a7cc6c02f6d700b02fb646271bde364e78f4c1909231e2')
-options=(debug)
-
-build() {
-  cd $pkgname-$_pkgver
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$_pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: sip/repos/extra-x86_64/PKGBUILD (from rev 448965, sip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-18 13:03:10 UTC (rev 448966)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sip
+pkgver=6.6.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-toml python-packaging python-setuptools python-ply)
+source=(https://pypi.python.org/packages/source/s/sip/$pkgname-$pkgver.tar.gz)
+sha256sums=('0e3efac1c5dfd8e525ae57140927df26993e13f58b89d1577c314f4105bfd90d')
+options=(debug)
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list