Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / sip
Commits:
75b9b9e6 by Antonio Rojas at 2023-12-01T00:06:30+01:00
upgpkg: 6.8.0-1: Update to 6.8.0, switch to any arch
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,20 +1,18 @@
pkgbase = sip
pkgdesc = A tool that makes it easy to create Python bindings for C and
C++ libraries
- pkgver = 6.7.12
+ pkgver = 6.8.0
pkgrel = 1
url = https://www.riverbankcomputing.com/software/sip/intro
- arch = x86_64
+ arch = any
license = custom:"sip"
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
- depends = glibc
depends = python
depends = python-packaging
- depends = python-ply
depends = python-setuptools
depends = python-tomli
- source = https://pypi.python.org/packages/source/s/sip/sip-6.7.12.tar.gz
- sha256sums =
08e66f742592eb818ac8fda4173e2ed64c9f2d40b70bee11db1c499127d98450
+ source = https://pypi.python.org/packages/source/s/sip/sip-6.8.0.tar.gz
+ sha256sums =
2ed1904820cb661b7207eb1dccfaebec1a5463dcad903ba448ad1945502d089c
pkgname = sip
=====================================
PKGBUILD
=====================================
@@ -1,23 +1,21 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=sip
-pkgver=6.7.12
+pkgver=6.8.0
pkgrel=1
-arch=(x86_64)
+arch=(any)
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=(glibc
- python
+depends=(python
python-packaging
- python-ply
python-setuptools
python-tomli)
makedepends=(python-build
python-installer
python-wheel)
source=(https://pypi.python.org/packages/source/s/sip/$pkgname-$pkgver.tar.gz)
-sha256sums=('08e66f742592eb818ac8fda4173e2ed64c9f2d40b70bee11db1c499127d98450')
+sha256sums=('2ed1904820cb661b7207eb1dccfaebec1a5463dcad903ba448ad1945502d089c')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sip/-/commit/75b9b9e640c1e4253e305762a0476ab56678f1c3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sip/-/commit/75b9b9e640c1e4253e305762a0476ab56678f1c3
You're receiving this email because of your account on gitlab.archlinux.org.