* update python-pyquery to 2.0.0-6

This commit is contained in:
Alexander Baldeck 2024-12-05 23:14:53 +01:00
parent cd4748b559
commit 0b3f7595e1
3 changed files with 28 additions and 1 deletions

View File

@ -0,0 +1,24 @@
pkgbase = python-pyquery
pkgdesc = A jquery-like library for python.
pkgver = 2.0.0
pkgrel = 6
url = https://github.com/gawel/pyquery/
arch = any
license = BSD
checkdepends = python-requests
checkdepends = python-webob
checkdepends = python-pytest
checkdepends = python-webtest
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python-lxml
depends = python-cssselect
optdepends = python-webob: query wsgi app
source = https://github.com/gawel/pyquery/archive/2.0.0/python-pyquery-2.0.0.tar.gz
source = pyquery-py312-test-fix.patch::https://github.com/gawel/pyquery/commit/60ea3abafdf3e9cddcc580b9f94197c6badab09b.patch
sha512sums = 0c44ca00ee30922e72aff23764d4a6a8ab9f4df684de77703b69b87af4b461ee2338ef5fb134dce280926e2575b976a1b86d16b1234e13fc450811e4874a34e9
sha512sums = 00bb7a1b9c38e8a4cba8d92f0daf7fcf5649653f24188abf3b4dac074d598a47442abc016c6f80af1d427d3e4ef545bf93b35c0aa165e72327c00b6465c8226c
pkgname = python-pyquery

View File

@ -0,0 +1,3 @@
[python-pyquery]
source = "git"
git = "https://github.com/gawel/pyquery.git"

View File

@ -5,7 +5,7 @@
pkgname=python-pyquery
pkgver=2.0.0
pkgrel=4
pkgrel=6
pkgdesc="A jquery-like library for python."
arch=(any)
url="https://github.com/gawel/pyquery/"