Date: Tuesday, April 11, 2023 @ 18:12:46 Author: dvzrv Revision: 1444721
upgpkg: python-unearth 0.9.0-1: Upgrade to 0.9.0. Add all direct dependencies. Use bash arrays with one entry per line for better handling. Modified: python-unearth/trunk/PKGBUILD ----------+ PKGBUILD | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-11 18:08:31 UTC (rev 1444720) +++ PKGBUILD 2023-04-11 18:12:46 UTC (rev 1444721) @@ -2,21 +2,37 @@ _name=unearth pkgname=python-unearth -pkgver=0.8.1 -pkgrel=2 +pkgver=0.9.0 +pkgrel=1 pkgdesc="A utility to fetch and download python packages" arch=(any) url="https://github.com/frostming/unearth" license=(MIT) -depends=(python-packaging python-requests) -makedepends=(python-build python-installer python-pdm-pep517 python-wheel) -checkdepends=(python-flask python-pytest python-pytest-httpserver python-requests-wsgi-adapter python-trustme) +depends=( + python + python-packaging + python-requests + python-urllib3 +) +makedepends=( + python-build + python-installer + python-pdm-pep517 + python-wheel +) +checkdepends=( + python-flask + python-pytest + python-pytest-httpserver + python-requests-wsgi-adapter + python-trustme +) optdepends=('python-keyring: use keyring for authentication') source=( https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz ) -sha256sums=('62d3493619d181746c0e0586dfcf6cef957b95f4d3b042698eda312fdbf0617b') -b2sums=('bbdfc83d5b25386e49bc21e25c5a0f8daf7d31f0afa8828576b06b366a093589ba23f5a7cc36a3ac47a254bd0734eeb8da9f14d0844d5a43b163dc9551c1cb8e') +sha256sums=('4ce747770f6c571698c7654276ddd0204c81c7d9a470f00a8c401d87bba67524') +b2sums=('4d5bb2fd1199d74742165b63bcd2e6f2760d919608a76f0d17552e258c2478746f737d01b270fafd019b8739d71071533569c81f5b2c2afbdd34929e3601c721') build() { cd $_name-$pkgver
