Date: Monday, April 10, 2023 @ 14:06:01
Author: arojas
Revision: 473792
archrelease: copy trunk to extra-x86_64
Added:
sip/repos/extra-x86_64/PKGBUILD
(from rev 473791, sip/trunk/PKGBUILD)
Deleted:
sip/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 14:05:49 UTC (rev 473791)
+++ PKGBUILD 2023-04-10 14:06:01 UTC (rev 473792)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=sip
-pkgver=6.7.7
-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=('dee9c06fa8ae6d441a401f922867fc6196edda274eebd9fbfec54f0769c2a9e2')
-
-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 473791, sip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 14:06:01 UTC (rev 473792)
@@ -0,0 +1,23 @@
+# 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
+}