--- b/deskutils/py-taskw/Makefile +++ b/deskutils/py-taskw/Makefile @@ -1,7 +1,7 @@ # Created by: Kubilay Kocak PORTNAME= taskw -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 CATEGORIES= deskutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} --- b/deskutils/py-taskw/distinfo +++ b/deskutils/py-taskw/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1556183708 -SHA256 (taskw-1.2.0.tar.gz) = fadd8afc12df026c3c2d39b633c55d3337f7dca95602fce2239455a048bc85fe -SIZE (taskw-1.2.0.tar.gz) = 41059 +TIMESTAMP = 1631185769 +SHA256 (taskw-1.3.0.tar.gz) = 7673d80b3d5bace5b35eb71f5035e313a92daab6e437694128d8ce7dcdaf66fb +SIZE (taskw-1.3.0.tar.gz) = 43078 --- /dev/null +++ b/deskutils/py-taskw/files/patch-taskw_warrior.py @@ -0,0 +1,14 @@ +--- taskw/warrior.py.orig 2021-09-09 11:19:46 UTC ++++ taskw/warrior.py +@@ -412,10 +412,10 @@ class TaskWarriorShellout(TaskWarriorBase): + and https://github.com/ralphbean/taskw/issues/30 for more. + """ + DEFAULT_CONFIG_OVERRIDES = { ++ 'verbose': 'nothing', + 'json': { + 'array': 'TRUE' + }, +- 'verbose': 'nothing', + 'confirmation': 'no', + 'dependency': { + 'confirmation': 'no', --- a/deskutils/py-taskw/files/patch-test__requirements.txt +++ /dev/null @@ -1,5 +0,0 @@ ---- test_requirements.txt.orig 2015-06-25 15:03:27 UTC -+++ test_requirements.txt -@@ -1,2 +1 @@ - nose>=1.3.4,<2 --tox>=1.8.1,<2