# Created by: Kubilay Kocak <koobs@FreeBSD.org>
PORTNAME= taskw
PORTVERSION= 1.2.0
PORTVERSION= 1.3.0
CATEGORIES= deskutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
TIMESTAMP = 1556183708
TIMESTAMP = 1631185769
SHA256 (taskw-1.2.0.tar.gz) = fadd8afc12df026c3c2d39b633c55d3337f7dca95602fce2239455a048bc85fe
SHA256 (taskw-1.3.0.tar.gz) = 7673d80b3d5bace5b35eb71f5035e313a92daab6e437694128d8ce7dcdaf66fb
SIZE (taskw-1.2.0.tar.gz) = 41059
SIZE (taskw-1.3.0.tar.gz) = 43078
--- 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': {
--- 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