Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / sip
Commits:
384b8726 by Antonio Rojas at 2024-06-21T19:11:00+02:00
upgpkg: 6.8.4-1: Update to 6.8.4
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,17 +1,19 @@
pkgbase = sip
pkgdesc = A tool that makes it easy to create Python bindings for C and
C++ libraries
- pkgver = 6.8.3
- pkgrel = 3
+ pkgver = 6.8.4
+ pkgrel = 1
url = https://www.riverbankcomputing.com/
arch = any
license = custom:"sip"
+ makedepends = git
makedepends = python-build
makedepends = python-installer
+ makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python
depends = python-packaging
depends = python-setuptools
- source = https://pypi.python.org/packages/source/s/sip/sip-6.8.3.tar.gz
- sha256sums =
888547b018bb24c36aded519e93d3e513d4c6aa0ba55b7cc1affbd45cf10762c
+ source = git+https://github.com/Python-SIP/sip#tag=6.8.4
+ sha256sums =
7c3a54124bc47641544c78cf604e2a177a7b626c7814fd34777823bd3f8dd31b
pkgname = sip
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=sip
-pkgver=6.8.3
-pkgrel=3
+pkgver=6.8.4
+pkgrel=1
arch=(any)
pkgdesc='A tool that makes it easy to create Python bindings for C and C++
libraries'
url='https://www.riverbankcomputing.com/'
@@ -10,18 +10,20 @@ license=('custom:"sip"')
depends=(python
python-packaging
python-setuptools)
-makedepends=(python-build
+makedepends=(git
+ python-build
python-installer
+ python-setuptools-scm
python-wheel)
-source=(https://pypi.python.org/packages/source/s/sip/$pkgname-$pkgver.tar.gz)
-sha256sums=('888547b018bb24c36aded519e93d3e513d4c6aa0ba55b7cc1affbd45cf10762c')
+source=(git+https://github.com/Python-SIP/sip#tag=$pkgver)
+sha256sums=('7c3a54124bc47641544c78cf604e2a177a7b626c7814fd34777823bd3f8dd31b')
build() {
- cd $pkgname-$pkgver
+ cd $pkgname
python -m build --wheel --no-isolation
}
package() {
- cd $pkgname-$pkgver
+ cd $pkgname
python -m installer --destdir="$pkgdir" dist/*.whl
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sip/-/commit/384b8726def8d56e49f5694f8139e50ca05d8a3a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sip/-/commit/384b8726def8d56e49f5694f8139e50ca05d8a3a
You're receiving this email because of your account on gitlab.archlinux.org.