Date: Thursday, April 20, 2023 @ 17:10:42
Author: arojas
Revision: 474784
archrelease: copy trunk to extra-x86_64
Added:
sip/repos/extra-x86_64/PKGBUILD
(from rev 474783, sip/trunk/PKGBUILD)
Deleted:
sip/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-20 17:10:32 UTC (rev 474783)
+++ PKGBUILD 2023-04-20 17:10:42 UTC (rev 474784)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=sip
-pkgver=6.7.8
-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)
-makedepends=(python-build python-installer python-wheel)
-source=(https://pypi.python.org/packages/source/s/sip/$pkgname-$pkgver.tar.gz)
-sha256sums=('7e7186a36818c9d325c82e59ac5b049d9022c2d5783942c38d49497ac8a94c8f')
-
-build() {
- cd $pkgname-$pkgver
- python -m build --wheel --no-isolation
-}
-
-package() {
- cd $pkgname-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
-}
Copied: sip/repos/extra-x86_64/PKGBUILD (from rev 474783, sip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-20 17:10:42 UTC (rev 474784)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=sip
+pkgver=6.7.9
+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)
+makedepends=(python-build python-installer python-wheel)
+source=(https://pypi.python.org/packages/source/s/sip/$pkgname-$pkgver.tar.gz)
+sha256sums=('35d51fc10f599d3696abb50f29d068ad04763df7b77808c76b74597660f99b17')
+
+build() {
+ cd $pkgname-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+package() {
+ cd $pkgname-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+}