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

Antonio Rojas arojas at archlinux.org
Sat Feb 6 13:01:09 UTC 2021


    Date: Saturday, February 6, 2021 @ 13:01:09
  Author: arojas
Revision: 407563

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-06 13:00:59 UTC (rev 407562)
+++ PKGBUILD	2021-02-06 13:01:09 UTC (rev 407563)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=sip
-pkgver=6.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-toml)
-makedepends=(python-setuptools)
-conflicts=(sip5)
-replaces=(sip5)
-source=("https://pypi.python.org/packages/source/s/sip/sip-$pkgver.tar.gz")
-sha256sums=('c933e92b24aedc6d5827748bd8167209102b5de1526e86681a2202549027a784')
-
-build() {
-  cd sip-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd sip-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: sip/repos/extra-x86_64/PKGBUILD (from rev 407562, sip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-06 13:01:09 UTC (rev 407563)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sip
+pkgver=6.0.1
+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-toml python-packaging)
+makedepends=(python-setuptools)
+conflicts=(sip5)
+replaces=(sip5)
+source=("https://pypi.python.org/packages/source/s/sip/sip-$pkgver.tar.gz")
+sha256sums=('c933e92b24aedc6d5827748bd8167209102b5de1526e86681a2202549027a784')
+
+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