aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGoran Mekić <meka@tilda.center>2022-03-08 00:42:30 +0000
committerNeel Chauhan <nc@FreeBSD.org>2022-03-08 00:42:30 +0000
commit554d9778e7c10c6d69a7e0fd2c679351653b1ac8 (patch)
treeaf50c8f30e3ffe699825a1e92c45349ed4918865
parentba3d7c3fa72b1149b741d96381b5be687f905eed (diff)
downloadports-554d9778e7c10c6d69a7e0fd2c679351653b1ac8.tar.gz
ports-554d9778e7c10c6d69a7e0fd2c679351653b1ac8.zip
deskutils/py-taskw: Update to 1.3.0
-rw-r--r--deskutils/py-taskw/Makefile2
-rw-r--r--deskutils/py-taskw/distinfo6
-rw-r--r--deskutils/py-taskw/files/patch-taskw_warrior.py14
-rw-r--r--deskutils/py-taskw/files/patch-test__requirements.txt5
4 files changed, 18 insertions, 9 deletions
diff --git a/deskutils/py-taskw/Makefile b/deskutils/py-taskw/Makefile
index 9dfa142cfc58..3b6fe8f6ddb9 100644
--- a/deskutils/py-taskw/Makefile
+++ b/deskutils/py-taskw/Makefile
@@ -1,7 +1,7 @@
# 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}
diff --git a/deskutils/py-taskw/distinfo b/deskutils/py-taskw/distinfo
index 59cb555ecaf2..2d278f6e154b 100644
--- a/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
diff --git a/deskutils/py-taskw/files/patch-taskw_warrior.py b/deskutils/py-taskw/files/patch-taskw_warrior.py
new file mode 100644
index 000000000000..bacc4e8e54de
--- /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',
diff --git a/deskutils/py-taskw/files/patch-test__requirements.txt b/deskutils/py-taskw/files/patch-test__requirements.txt
deleted file mode 100644
index cc348c85072a..000000000000
--- 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