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-taskflow3 Taskflow structured state management library
3.8.0_4 devel Deleted 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 3.8.0_4Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-02-08 09:15:32
Last Update: 2021-06-10 15:42:38
Commit Hash: fafbf81
Also Listed In: python
License: APACHE20
WWW:
https://github.com/openstack/taskflow
Description:
TaskFlow is a library to do [jobs, tasks, flows] in a highly available, easy to understand and declarative manner (and more!) to be used with OpenStack and other projects. WWW: https://docs.openstack.org/taskflow/latest/ WWW: https://github.com/openstack/taskflow
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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}taskflow3>0:devel/py-taskflow3@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py37-taskflow3
Package flavors (<flavor>: <package>)
  • py37: py37-taskflow3
distinfo:
TIMESTAMP = 1578401162 SHA256 (taskflow-3.8.0.tar.gz) = d70c1b3e7fca612a4e05342bae505808a99257864980342f4125b451b3d171e2 SIZE (taskflow-3.8.0.tar.gz) = 1063459

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py37-pbr>=2.0.0 : devel/py-pbr@py37
  2. py37-setuptools>0 : devel/py-setuptools@py37
  3. python3.7 : lang/python37
Runtime dependencies:
  1. py37-fasteners>=0.7.0 : devel/py-fasteners@py37
  2. py37-jsonschema>=2.6.0 : devel/py-jsonschema@py37
  3. py37-pbr>=2.0.0 : devel/py-pbr@py37
  4. py37-pydot>=1.2.4 : graphics/py-pydot@py37
  5. py37-six>=1.10.0 : devel/py-six@py37
  6. py37-stevedore>=1.20.0 : devel/py-stevedore@py37
  7. py37-tenacity>=4.4.0 : devel/py-tenacity@py37
  8. py37-networkx>=2.1.0,1 : math/py-networkx@py37
  9. py37-cachetools>=2.0.0 : devel/py-cachetools@py37
  10. py37-automaton>=1.9.0 : devel/py-automaton@py37
  11. py37-futurist>=1.2.0 : devel/py-futurist@py37
  12. py37-oslo.serialization>=2.18.0 : devel/py-oslo.serialization@py37
  13. py37-oslo.utils>=3.33.0 : devel/py-oslo.utils@py37
  14. py37-setuptools>0 : devel/py-setuptools@py37
  15. python3.7 : lang/python37
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_py-taskflow3
USES:
python:3.6+
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/t/taskflow/
  2. https://pypi.org/packages/source/t/taskflow/
Collapse this list.
Port Moves
  • port moved to devel/py-taskflow on 2021-06-10
    REASON: Remove obsoleted port. Use devel/py-taskflow instead

Number of commits found: 11

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.8.0_4
10 Jun 2021 15:42:38
commit hash: fafbf81941b5b078b2258d614a8d3df187dcb18ecommit hash: fafbf81941b5b078b2258d614a8d3df187dcb18ecommit hash: fafbf81941b5b078b2258d614a8d3df187dcb18ecommit hash: fafbf81941b5b078b2258d614a8d3df187dcb18e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-taskflow3: Remove obsoleted port

Use devel/py-taskflow instead.
3.8.0_4
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.
3.8.0_4
10 Jan 2021 14:05:33
Revision:561070Original commit files touched by this commit
rene search for other commits by this committer
Remove empty PY_ENUM34 from ports using Python 3.6+
3.8.0_4
05 Jan 2021 22:08:22
Revision:560434Original commit files touched by this commit
rene search for other commits by this committer
Follow up on devel/py-futures port removal in r559976

The devel/py-futures port was removed in r559976 as it was for
Python 2.7 only and no longer referenced in the default cases.
However it was still defined in Mk/Uses/python.mk in PY_FUTURES,
leaving a dangling reference.

Remove it from Mk/Uses/python.mk and from affected ports, as
it was already an empty definition for Python 3.6+

Bump minimal Python version of security/theonionbox to 3.6+
3.8.0_4
14 Jul 2020 07:59:28
Revision:542200Original commit files touched by this commit
antoine search for other commits by this committer
Unbreak bulk -a
3.8.0_4
17 May 2020 20:17:18
Revision:535658Original commit files touched by this commit
sunpoet search for other commits by this committer
Add comment for PORTSCOUT
3.8.0_4
17 May 2020 18:28:57
Revision:535607Original commit files touched by this commit
sunpoet search for other commits by this committer
Update RUN_DEPENDS for py-oslo.utils 4.1.1 update

- Bump PORTREVISION for dependency change
3.8.0_3
13 May 2020 20:41:17
Revision:535161Original commit files touched by this commit
sunpoet search for other commits by this committer
Update RUN_DEPENDS for py-oslo.serialization 3.1.1 update

- Bump PORTREVISION for dependency change
3.8.0_2
02 May 2020 01:38:37
Revision:533630Original commit files touched by this commit
sunpoet search for other commits by this committer
Update RUN_DEPENDS for py-automaton 2.0.1 update

- Bump PORTREVISION for dependency change
3.8.0_1
04 Apr 2020 07:25:27
Revision:530583Original commit files touched by this commit
sunpoet search for other commits by this committer
Update RUN_DEPENDS for py-futurist 2.1.0 update

- Bump PORTREVISION for dependency change
3.8.0
08 Feb 2020 09:15:25
Revision:525524Original commit files touched by this commit
sunpoet search for other commits by this committer
Add py-taskflow3 3.8.0 (copied from py-taskflow)

- Add PORTSCOUT

Number of commits found: 11