Date: Sunday, April 2, 2023 @ 14:58:58 Author: dvzrv Revision: 1434193
upgpkg: python-doit 0.36.0-2: Rebuild to re-sign package. Use bash arrays with one entry per line for better handling. Add required dependencies. Modified: python-doit/trunk/PKGBUILD ----------+ PKGBUILD | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-02 14:55:04 UTC (rev 1434192) +++ PKGBUILD 2023-04-02 14:58:58 UTC (rev 1434193) @@ -3,19 +3,32 @@ _name=doit pkgname=python-doit pkgver=0.36.0 -pkgrel=1 +pkgrel=2 pkgdesc="A task management and automation tool" arch=(any) url="https://pydoit.org/" license=(MIT) -depends=(python-cloudpickle python-pyinotify) -makedepends=(python-build python-installer python-setuptools python-wheel) -checkdepends=(python-doit-py python-pyflakes python-pytest python-toml) +depends=( + ipython + python + python-cloudpickle + python-pyinotify +) +makedepends=( + python-build + python-installer + python-setuptools + python-wheel +) +checkdepends=( + python-doit-py + python-pyflakes + python-pytest + python-toml +) optdepends=( 'python-toml: for TOML support' 'python-setuptools: for plugin support' - 'bash-completion: autocomplete for bash' - 'zsh-completions: autocomplete for ZSH' ) source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz) sha512sums=('d4caa31701755c7f59213dde0f89fd3616c0c01b7f06245cbfd9f1a315d503e62f3556c3b86685cd0ebfcffcc9cae0987ca150f037aa7b3cd960439a1191be42')
