diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-06-02 17:47:27 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-06-03 05:48:08 +0000 |
| commit | e141228687d5d2a73ef543372c5981a0fc157bbe (patch) | |
| tree | 00300c371c0fc74e6ca923e43fc3e62494f0df7f /deskutils/py-taskw/Makefile | |
| parent | b446537bb3a4f514acdac0c24cda97a02d81e961 (diff) | |
Diffstat (limited to 'deskutils/py-taskw/Makefile')
| -rw-r--r-- | deskutils/py-taskw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/py-taskw/Makefile b/deskutils/py-taskw/Makefile index 0eba809a7497..4427e53d573d 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.1 +PORTVERSION= 2.0.0 CATEGORIES= deskutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.3.4,<2:devel/py-nose@${PY_FLAVOR} \ task:deskutils/taskwarrior -USES= python:3.6+ +USES= python:3.5-3.8 USE_PYTHON= autoplist distutils NO_ARCH= yes |
