Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-traits
Commits:
2c3d33ad by Antonio Rojas at 2024-11-17T13:34:43+01:00
upgpkg: 6.4.1-5: Python 3.13 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-traits
pkgdesc = Explicitly typed attributes for Python
pkgver = 6.4.1
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/enthought/traits
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-traits
pkgver=6.4.1
-pkgrel=4
+pkgrel=5
pkgdesc="Explicitly typed attributes for Python"
arch=('x86_64')
url="https://github.com/enthought/traits"
@@ -17,6 +17,7 @@
sha256sums=('974b682d112dfb531136d1185fe8d5f05ffd9e54a76b6dcd9715de85655ee30c')
build() {
cd traits-$pkgver
+ CFLAGS+=" -Wno-implicit-function-declaration" \
python -m build --wheel --no-isolation
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-traits/-/commit/2c3d33adf8b58d643d614876a58ebea62f93bb8c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-traits/-/commit/2c3d33adf8b58d643d614876a58ebea62f93bb8c
You're receiving this email because of your account on gitlab.archlinux.org.