Date: Sunday, June 14, 2020 @ 16:34:33 Author: dvzrv Revision: 644169
upgpkg: todoman 3.8.0-1: Upgrading to 3.8.0. Adding further failing tests to the list of ignored tests. Updating maintainer info. Modified: todoman/trunk/PKGBUILD ----------+ PKGBUILD | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-14 14:38:24 UTC (rev 644168) +++ PKGBUILD 2020-06-14 16:34:33 UTC (rev 644169) @@ -1,20 +1,23 @@ -# Maintainer: David Runge <[email protected]> +# Maintainer: David Runge <[email protected]> + pkgname=todoman -pkgver=3.7.0 -pkgrel=2 +pkgver=3.8.0 +pkgrel=1 pkgdesc="A simple, standards-based, cli todo (aka: task) manager" arch=('any') url="https://github.com/pimutils/todoman" license=('ISC') -depends=('python-atomicwrites' 'python-click-log' 'python-configobj' -'python-dateutil' 'python-humanize' 'python-icalendar' 'python-parsedatetime' -'python-xdg' 'python-setuptools' 'python-tabulate' 'python-urwid') -checkdepends=('python-freezegun' 'python-hypothesis' 'python-pytest-runner') +depends=('python-atomicwrites' 'python-click' 'python-click-log' +'python-configobj' 'python-dateutil' 'python-humanize' 'python-icalendar' +'python-parsedatetime' 'python-pyxdg' 'python-setuptools' 'python-tabulate' +'python-urwid') +checkdepends=('python-freezegun' 'python-hypothesis' 'python-pytest' +'python-pytest-runner') optdepends=('bash-completion: auto-complete in bash' 'python-click-repl: REPL command' 'zsh-completions: auto-complete in zsh') source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('61b17d1d56ea29e0e6d09f57e4a3e2be97894c187079cece97d56b6e1e1cbfddcc0066b8e72dd0b9c7e6870dd2b137ec2b41716d4c8848c6274c0685f8b17144') +sha512sums=('67cb498265fdb802ca0993618ae8e06918d0440d6f1092d155571d85a507f098e9e172e852b82f3854a965d72c57aba749ad964922f274be03181def4a527198') prepare() { cd "$pkgname-$pkgver" @@ -29,9 +32,9 @@ check() { cd "$pkgname-$pkgver" - export PYTHONPATH="${PYTHONPATH}:${PWD}" - # ignoring broken test: https://github.com/pimutils/todoman/issues/365 - py.test -vv -k 'not test_default_due2' + export PYTHONPATH="build:${PYTHONPATH}" + # ignoring broken tests: https://github.com/pimutils/todoman/issues/404 + pytest -v -k 'not test_default_due2 and not test_parse_datetime and not test_list_due_date' } package() {
