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


Commits:
c0cf26a8 by Carl Smedstad at 2025-03-26T08:06:26+01:00
upgpkg: 4.11.2-2: Bring back PYTHONPATH modification for building docs

Realized this is required for docs to build properly.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-engineio
        pkgdesc = Python implementation of the Engine.IO realtime server
        pkgver = 4.11.2
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/miguelgrinberg/python-engineio
        arch = any
        license = MIT


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=python-engineio
 pkgver=4.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Python implementation of the Engine.IO realtime server'
 url='https://github.com/miguelgrinberg/python-engineio'
 arch=(any)
@@ -44,7 +44,7 @@ 
b2sums=('d3f97f34c6e8043b0079c1555a8b4acb12f068883a1d117b19e0875d445239cc3c24e88
 build() {
   cd $pkgname-$pkgver
   python -m build --wheel --no-isolation
-  make -j1 -C docs man text SPHINXBUILD=sphinx-build
+  PYTHONPATH="$PWD/src" make -j1 -C docs man text SPHINXBUILD=sphinx-build
 }
 
 check() {



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

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


Reply via email to