Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-playwright
Commits:
82cd1717 by Antonio Rojas at 2026-02-24T16:20:00+01:00
upgpkg: 1.58.0-2: Fix wheel version
Fixes #5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-playwright
pkgdesc = A Python library to automate Chromium, Firefox and WebKit
browsers with a single API
pkgver = 1.58.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/microsoft/playwright-python
arch = any
license = Apache-2.0
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
_name=playwright-python
pkgname=python-playwright
pkgver=1.58.0
-pkgrel=1
+pkgrel=2
pkgdesc='A Python library to automate Chromium, Firefox and WebKit browsers
with a single API'
arch=(any)
url='https://github.com/microsoft/playwright-python'
@@ -48,6 +48,7 @@ prepare() {
build() {
cd $_name
+ SETUPTOOLS_SCM_PRETEND_VERSION="$pkgver" \
python -m build --wheel --no-isolation
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-playwright/-/commit/82cd17175188cd84f6a0270da1fd4a7eb64958d3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-playwright/-/commit/82cd17175188cd84f6a0270da1fd4a7eb64958d3
You're receiving this email because of your account on gitlab.archlinux.org.