Date: Thursday, April 6, 2023 @ 15:17:49 Author: dvzrv Revision: 1439414
upgpkg: python-jaraco.itertools 6.2.1-3: Rebuild to re-sign package. Use bash arrays with one entry per line for better handling. Add all direct dependencies. Modified: python-jaraco.itertools/trunk/PKGBUILD ----------+ PKGBUILD | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-06 15:14:22 UTC (rev 1439413) +++ PKGBUILD 2023-04-06 15:17:49 UTC (rev 1439414) @@ -3,14 +3,28 @@ _name=jaraco.itertools pkgname=python-jaraco.itertools pkgver=6.2.1 -pkgrel=2 +pkgrel=3 pkgdesc="Itertools for Python" arch=(any) url="https://github.com/jaraco/jaraco.itertools" license=(MIT) -depends=(python-inflect python-more-itertools) -makedepends=(python-build python-installer python-setuptools python-setuptools-scm python-toml python-wheel) -checkdepends=(python-pytest python-pytest-enabler) +depends=( + python + python-inflect + python-more-itertools +) +makedepends=( + python-build + python-installer + python-setuptools + python-setuptools-scm + python-toml + python-wheel +) +checkdepends=( + python-pytest + python-pytest-enabler +) conflicts=(python-jaraco) replaces=(python-jaraco) source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
