| Port details |
- auto-tempo Manage Jira Tempo Timesheets worklogs from a text file
- g20250902 misc
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: slw@zxy.spb.ru
 - Port Added: 2026-07-03 04:27:03
- Last Update: 2026-07-03 04:25:29
- Commit Hash: 674c4d4
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/atteo/Auto-Tempo
- Description:
- AutoTempo manages Jira worklogs through the Tempo Timesheets REST API using a
simple, version-controllable text file. It can generate a monthly worklog
template pre-populated with working days, expand keyword shortcuts and
recurring entries defined in config.toml, validate daily totals, and apply
worklogs idempotently to Jira. A helper can draft worklogs from local git
commit history.
Targets Tempo Timesheets on Jira Server/Data Center; authentication uses a
Jira personal access token. The tool is run from a directory containing a
config.toml file.
¦ ¦ ¦ ¦ 
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}auto-tempo>0:misc/auto-tempo@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/misc/auto-tempo/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/auto-tempo
- pkg install py312-auto-tempo
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 py312-auto-tempo listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-auto-tempo
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1782911686
SHA256 (atteo-Auto-Tempo-g20250902-0eb4159_GH0.tar.gz) = afa9c97cb130a299fd485b164d74ed7643b206c8f79307d1f3ea9b9f697818ea
SIZE (atteo-Auto-Tempo-g20250902-0eb4159_GH0.tar.gz) = 9111
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:
-
- python3.12 : lang/python312
- Test dependencies:
-
- python3.12 : lang/python312
- Runtime dependencies:
-
- py312-requests>0 : www/py-requests@py312
- py312-toml>0 : textproc/py-toml@py312
- git : devel/git
- python3.12 : lang/python312
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- misc_auto-tempo
- USES:
- python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
g20250902 03 Jul 2026 04:25:29
    |
Eugene Grosbein (eugen)  Author: Vyacheslav Olkhovchenkov |
misc/auto-tempo: Manage Jira Tempo Timesheets worklogs from a text file
AutoTempo manages Jira worklogs through the Tempo Timesheets REST API
using a simple, version-controllable text file.
It can generate a monthly worklog template pre-populated
with working days, expand keyword shortcuts and recurring entries
defined in config.toml, validate daily totals, and apply worklogs
idempotently to Jira. A helper can draft worklogs from local
git commit history.
Targets Tempo Timesheets on Jira Server/Data Center;
authentication uses a Jira personal access token.
The tool is run from a directory containing a config.toml file.
PR: 296427 |
Number of commits found: 1
|