Port details |
- py-taskw Python bindings for your taskwarrior database
- 2.0.0_2 deskutils =2 2.0.0_2Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2015-06-25 18:27:21
- Last Update: 2024-04-13 14:47:51
- Commit Hash: 84a372a
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: GPLv3+
- WWW:
- https://github.com/ralphbean/taskw
- Description:
- This is a python API for the taskwarrior command line tool.
It contains two implementations: taskw.TaskWarriorShellout and
taskw.TaskWarriorDirect. The first implementation is the supported one
recommended by the upstream taskwarrior core project. It uses the task export
and task import commands to manipulate the task database.
The second implementation opens the task db file itself and directly
manipulates it. It exists for backwards compatibility, but should only
be used when necessary.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}taskw>0:deskutils/py-taskw@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/deskutils/py-taskw/ && make install clean
- To add the package, run one of these commands:
- pkg install deskutils/py-taskw
- pkg install py39-taskw
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-taskw listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-taskw
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1705657220
SHA256 (ralphbean-taskw-2.0.0_GH0.tar.gz) = 194c469d2be96cd47c7e0f6de214e752b195111fd4edd0731ab059baa3a2bebd
SIZE (ralphbean-taskw-2.0.0_GH0.tar.gz) = 58235
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-nose>=1.3.4,<2 : devel/py-nose@py39
- task : deskutils/taskwarrior
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-python-dateutil>0 : devel/py-python-dateutil@py39
- py39-kitchen>0 : devel/py-kitchen@py39
- py39-pytz>0 : devel/py-pytz@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- deskutils/py-bugwarrior
Configuration Options:
- No options to configure
- Options name:
- deskutils_py-taskw
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.0_2 13 Apr 2024 14:47:51 |
Po-Chuan Hsieh (sunpoet) |
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of
PKGNAMEPREFIX for *_DEPENDS |
2.0.0_1 19 Jan 2024 15:14:10 |
Muhammad Moinur Rahman (bofh) |
deskutils/py-taskw: Add support for Python 3.9
- Switch MASTERS_SITES to GH for getting latest development snapshots
- Add supports upto python 3.12 |
2.0.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0.0 20 Jul 2022 14:21:10 |
Tobias C. Berner (tcberner) |
deskutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Alex "lissyara" Keda <admin@lissyara.su>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Hsu <ahsu@users.sf.net>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Andrey Zakhvatov <andy@icc.surw.chel.su>
* Anton Berezin <tobez@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.0.0 30 Jun 2022 19:09:14 |
Muhammad Moinur Rahman (bofh) |
deskutils/py-taskw: Fix BUILD
Fixes: 82b534d Mark BROKEN for python39 |
2.0.0 25 Jun 2022 21:17:53 |
Muhammad Moinur Rahman (bofh) |
deskutils/py-taskw: Mark BROKEN for python39
- Remove version-spec
PR: 261703
Reported by: exp-run |
2.0.0 03 Jun 2022 05:48:08 |
Muhammad Moinur Rahman (bofh) |
deskutils/py-taskw: Update version 1.3.1=>2.0.0
Relnotes: https://github.com/ralphbean/taskw/releases/tag/2.0.0 |
1.3.1 12 Mar 2022 10:38:01 |
Muhammad Moinur Rahman (bofh) |
deskutils/py-taskw: Update version 1.3.0=>1.3.1
Relnotes: https://github.com/ralphbean/taskw/releases/tag/1.3.1 |
1.3.0 08 Mar 2022 02:09:57 |
Muhammad Moinur Rahman (bofh) |
*/*: Take maintainership |
1.3.0 08 Mar 2022 00:42:30 |
Neel Chauhan (nc) Author: Goran Mekić |
deskutils/py-taskw: Update to 1.3.0
Changes: https://github.com/ralphbean/taskw/blob/develop/CHANGELOG.rst#130
PR: 258386 |
1.2.0 07 Mar 2022 19:07:39 |
Rene Ladan (rene) |
all: return koobs' ports to the pool after safekeeping his commit bit. |
1.2.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.2.0 22 May 2019 08:09:43 |
koobs |
deskutils/py-taskw: Update to 1.2.0
Changelog:
https://github.com/ralphbean/taskw/blob/1.2.0/CHANGELOG.rst |
1.1.0 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.1.0 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.1.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.1.0 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
1.1.0 09 Jan 2016 17:34:18 |
koobs |
deskutils/py-taskw: Update to 1.1.0
- Update PORTVERSION and distinfo checksum (1.1.0)
- Update COMMENT to match setup.py:description
- Note that LICENSE is GPLv3+ (3 or later)
- Add minimum version to TEST_DEPENDS
- Add NO_ARCH
- Update test target |
1.0.3 25 Jun 2015 15:11:03 |
koobs |
[NEW] deskutils/py-taskw: Bindings for your taskwarrior database
This is a python API for the taskwarrior command line tool.
It contains two implementations: taskw.TaskWarriorShellout and
taskw.TaskWarriorDirect. The first implementation is the supported one
recommended by the upstream taskwarrior core project. It uses the task export
and task import commands to manipulate the task database.
The second implementation opens the task db file itself and directly
manipulates it. It exists for backwards compatibility, but should only
be used when necessary.
WWW: https://github.com/ralphbean/taskw |