aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-03-11 18:52:20 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-03-12 10:38:01 +0000
commit6f0cff349131935ba20ef7901d88b59a72a94893 (patch)
tree77c0c48b2da034bc5952373840879aa9eb949a4f /deskutils
parent5e62c756be74d6639e119fcd82879fb591613a8a (diff)
downloadports-6f0cff349131935ba20ef7901d88b59a72a94893.tar.gz
ports-6f0cff349131935ba20ef7901d88b59a72a94893.zip
deskutils/py-taskw: Update version 1.3.0=>1.3.1
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/py-taskw/Makefile9
-rw-r--r--deskutils/py-taskw/distinfo6
-rw-r--r--deskutils/py-taskw/files/patch-taskw_warrior.py14
3 files changed, 7 insertions, 22 deletions
diff --git a/deskutils/py-taskw/Makefile b/deskutils/py-taskw/Makefile
index 7f240c02395e..0eba809a7497 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.3.0
+PORTVERSION= 1.3.1
CATEGORIES= deskutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +12,9 @@ COMMENT= Python bindings for your taskwarrior database
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}kitchen>0:devel/py-kitchen@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}kitchen>0:devel/py-kitchen@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.3.4,<2:devel/py-nose@${PY_FLAVOR} \
task:deskutils/taskwarrior
diff --git a/deskutils/py-taskw/distinfo b/deskutils/py-taskw/distinfo
index 2d278f6e154b..11012e0104d2 100644
--- a/deskutils/py-taskw/distinfo
+++ b/deskutils/py-taskw/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1631185769
-SHA256 (taskw-1.3.0.tar.gz) = 7673d80b3d5bace5b35eb71f5035e313a92daab6e437694128d8ce7dcdaf66fb
-SIZE (taskw-1.3.0.tar.gz) = 43078
+TIMESTAMP = 1647023973
+SHA256 (taskw-1.3.1.tar.gz) = 1a68e49cac2d4f6da73c0ce554fd6f94932d95e20596f2ee44a769a28c12ba7d
+SIZE (taskw-1.3.1.tar.gz) = 43381
diff --git a/deskutils/py-taskw/files/patch-taskw_warrior.py b/deskutils/py-taskw/files/patch-taskw_warrior.py
deleted file mode 100644
index bacc4e8e54de..000000000000
--- a/deskutils/py-taskw/files/patch-taskw_warrior.py
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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',