Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
python-pyfuse3


Commits:
b74d6cf6 by Carl Smedstad at 2024-11-18T07:49:46+01:00
upgpkg: 3.4.0-2: Python 3.13 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-pyfuse3
        pkgdesc = Python bindings for libfuse 3 with asynchronous API
        pkgver = 3.4.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/libfuse/pyfuse3
        arch = x86_64
        license = LGPL-2.0-or-later


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=python-pyfuse3
 pkgver=3.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Python bindings for libfuse 3 with asynchronous API'
 arch=(x86_64)
 url='https://github.com/libfuse/pyfuse3'
@@ -26,6 +26,12 @@ 
source=("git+https://github.com/libfuse/pyfuse3.git?signed#tag=$pkgver";)
 
b2sums=(7a8afd92130ffa56818eade9aaf7f29f0e51fa3bcc802b90b3a9ce3bee08628040356815ba5fb31afbe8e0cf6226523a504962778670f87178ec488e1622da97)
 validpgpkeys=(6D5BEF9ADD2075805747B70F9F88FB52FAF7B393) # Thomas Waldmann 
<[email protected]>
 
+prepare() {
+  cd pyfuse3
+  # Disable developer mode - avoid enabling harsh compiler flags, like -Werror.
+  sed -i 's/DEVELOPER_MODE = .*/DEVELOPER_MODE = False/' setup.py
+}
+
 build() {
   cd pyfuse3
   python setup.py build_cython



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyfuse3/-/commit/b74d6cf69d572687619d56ec82006d221638af44

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyfuse3/-/commit/b74d6cf69d572687619d56ec82006d221638af44
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to