upgpkg: woob-git 3.7.r97.ga5391da3a-1
update deps
This commit is contained in:
parent
a66ea0d72d
commit
e2d1dbb260
2 changed files with 9 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = woob-git
|
pkgbase = woob-git
|
||||||
pkgdesc = Core library and modules for Web Outside of Browsers
|
pkgdesc = Core library and modules for Web Outside of Browsers
|
||||||
pkgver = 3.6.r333.gecb44eab4
|
pkgver = 3.7.r97.ga5391da3a
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://woob.tech
|
url = https://woob.tech
|
||||||
arch = any
|
arch = any
|
||||||
|
@ -21,6 +21,9 @@ pkgbase = woob-git
|
||||||
depends = python-pillow
|
depends = python-pillow
|
||||||
depends = python-babel
|
depends = python-babel
|
||||||
depends = python-simplejson
|
depends = python-simplejson
|
||||||
|
depends = python-schwifty>=2024.1
|
||||||
|
depends = python-deprecated
|
||||||
|
depends = python-rstr
|
||||||
optdepends = python-prettytable: CLI output formatting
|
optdepends = python-prettytable: CLI output formatting
|
||||||
optdepends = python-feedparser: required by some modules
|
optdepends = python-feedparser: required by some modules
|
||||||
provides = woob-headless
|
provides = woob-headless
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# Contributor: ianux <ianux@free.fr>
|
# Contributor: ianux <ianux@free.fr>
|
||||||
|
|
||||||
pkgname=woob-git
|
pkgname=woob-git
|
||||||
pkgver=3.6.r333.gecb44eab4
|
pkgver=3.7.r97.ga5391da3a
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Core library and modules for Web Outside of Browsers"
|
pkgdesc="Core library and modules for Web Outside of Browsers"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
@ -21,7 +21,10 @@ depends=('python-lxml'
|
||||||
'python-unidecode'
|
'python-unidecode'
|
||||||
'python-pillow'
|
'python-pillow'
|
||||||
'python-babel'
|
'python-babel'
|
||||||
'python-simplejson')
|
'python-simplejson'
|
||||||
|
'python-schwifty>=2024.1'
|
||||||
|
'python-deprecated'
|
||||||
|
'python-rstr')
|
||||||
optdepends=('python-prettytable: CLI output formatting'
|
optdepends=('python-prettytable: CLI output formatting'
|
||||||
'python-feedparser: required by some modules')
|
'python-feedparser: required by some modules')
|
||||||
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools' 'git')
|
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools' 'git')
|
||||||
|
|
Loading…
Add table
Reference in a new issue