notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-taskw Python bindings for your taskwarrior database
2.0.0_2 deskutils on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.0.0_1Version of this port present on the latest quarterly branch.
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-06-25 18:27:21
Last Update: 2024-04-13 14:47:51
Commit Hash: 84a372a
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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>)
  • py39: py39-taskw
distinfo:
TIMESTAMP = 1705657220 SHA256 (ralphbean-taskw-2.0.0_GH0.tar.gz) = 194c469d2be96cd47c7e0f6de214e752b195111fd4edd0731ab059baa3a2bebd SIZE (ralphbean-taskw-2.0.0_GH0.tar.gz) = 58235

Expand this list (2 items)

Collapse this list.

SHA256 (168.patch) = cca07d97a3d4b87f8dedbacfde4c2e828e5fb5cd9ec3f37ff9036787148f7df8 SIZE (168.patch) = 8634

Collapse this list.


Packages (timestamps in pop-ups are UTC):
py37-taskw
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--1.2.0---1.2.0-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-taskw
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.0.0_12.0.0_1-2.0.0_12.0.0_1---
FreeBSD:13:quarterly----2.0.0_1---
FreeBSD:14:latest2.0.0_12.0.0_1-2.0.0_12.0.0_1---
FreeBSD:14:quarterly-2.0.0_1--2.0.0_1---
FreeBSD:15:latest2.0.0_12.0.0_1n/a2.0.0_1n/a2.0.0_12.0.0_12.0.0_1
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. py39-nose>=1.3.4,<2 : devel/py-nose@py39
  2. task : deskutils/taskwarrior
  3. python3.9 : lang/python39
Runtime dependencies:
  1. py39-python-dateutil>0 : devel/py-python-dateutil@py39
  2. py39-kitchen>0 : devel/py-kitchen@py39
  3. py39-pytz>0 : devel/py-pytz@py39
  4. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  5. python3.9 : lang/python39
This port is required by:
for Run
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/ralphbean/taskw/tar.gz/2.0.0?dummy=/
Collapse this list.

Number of commits found: 22

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0.0_2
13 Apr 2024 14:47:51
commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742commit hash: 84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: d9f757463f097e6fc6e27a05d1d5d2c28523bf32commit hash: d9f757463f097e6fc6e27a05d1d5d2c28523bf32commit hash: d9f757463f097e6fc6e27a05d1d5d2c28523bf32commit hash: d9f757463f097e6fc6e27a05d1d5d2c28523bf32 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
2.0.0
20 Jul 2022 14:21:10
commit hash: 4dd7a7430ea7a96f6ed2edcc0765d04d79eba40acommit hash: 4dd7a7430ea7a96f6ed2edcc0765d04d79eba40acommit hash: 4dd7a7430ea7a96f6ed2edcc0765d04d79eba40acommit hash: 4dd7a7430ea7a96f6ed2edcc0765d04d79eba40a files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
2.0.0
30 Jun 2022 19:09:14
commit hash: b0e79560d702cf2ce8633bf42aaf0533f7c70cbecommit hash: b0e79560d702cf2ce8633bf42aaf0533f7c70cbecommit hash: b0e79560d702cf2ce8633bf42aaf0533f7c70cbecommit hash: b0e79560d702cf2ce8633bf42aaf0533f7c70cbe files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
deskutils/py-taskw: Fix BUILD

Fixes:  82b534d Mark BROKEN for python39
2.0.0
25 Jun 2022 21:17:53
commit hash: 82b534dccca2749a00192038fbaed1c53e761b2acommit hash: 82b534dccca2749a00192038fbaed1c53e761b2acommit hash: 82b534dccca2749a00192038fbaed1c53e761b2acommit hash: 82b534dccca2749a00192038fbaed1c53e761b2a files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: e141228687d5d2a73ef543372c5981a0fc157bbecommit hash: e141228687d5d2a73ef543372c5981a0fc157bbecommit hash: e141228687d5d2a73ef543372c5981a0fc157bbecommit hash: e141228687d5d2a73ef543372c5981a0fc157bbe files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: 6f0cff349131935ba20ef7901d88b59a72a94893commit hash: 6f0cff349131935ba20ef7901d88b59a72a94893commit hash: 6f0cff349131935ba20ef7901d88b59a72a94893commit hash: 6f0cff349131935ba20ef7901d88b59a72a94893 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: bc808e2bfff33c5b4260c571ee628017ca41f1b9commit hash: bc808e2bfff33c5b4260c571ee628017ca41f1b9commit hash: bc808e2bfff33c5b4260c571ee628017ca41f1b9commit hash: bc808e2bfff33c5b4260c571ee628017ca41f1b9 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Take maintainership
1.3.0
08 Mar 2022 00:42:30
commit hash: 554d9778e7c10c6d69a7e0fd2c679351653b1ac8commit hash: 554d9778e7c10c6d69a7e0fd2c679351653b1ac8commit hash: 554d9778e7c10c6d69a7e0fd2c679351653b1ac8commit hash: 554d9778e7c10c6d69a7e0fd2c679351653b1ac8 files touched by this commit
Neel Chauhan (nc) search for other commits by this committer
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
commit hash: 3d89f95e2ff861b1e06ad114422b5d116a856970commit hash: 3d89f95e2ff861b1e06ad114422b5d116a856970commit hash: 3d89f95e2ff861b1e06ad114422b5d116a856970commit hash: 3d89f95e2ff861b1e06ad114422b5d116a856970 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: return koobs' ports to the pool after safekeeping his commit bit.
1.2.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.2.0
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
1.2.0
22 May 2019 08:09:43
Revision:502260Original commit files touched by this commit
koobs search for other commits by this committer
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
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
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 View all of this commit message)
1.1.0
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:405891Original commit files touched by this commit
amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
1.1.0
09 Jan 2016 17:34:18
Revision:405647Original commit files touched by this commit
koobs search for other commits by this committer
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
Revision:390579Original commit files touched by this commit
koobs search for other commits by this committer
[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

Number of commits found: 22