Port details |
- py-scheduler Python scheduler library
- 0.8.7 devel =2 0.8.5Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2022-06-22 03:39:05
- Last Update: 2024-11-10 20:13:35
- Commit Hash: 0fef529
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: LGPL3
- WWW:
- https://gitlab.com/DigonIO/scheduler
- Description:
- scheduler is a simple in-process python scheduler library with
asyncio, threading and timezone support. Schedule tasks by their time
cycles, fixed times, weekdays, dates, weights, offsets and execution
counts and automate jobs.
- ¦ ¦ ¦ ¦
- 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}scheduler>0:devel/py-scheduler@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-scheduler/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-scheduler
- pkg install py311-scheduler
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 py311-scheduler listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-scheduler
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1731264476
SHA256 (scheduler-0.8.7.tar.gz) = ab54d6474649650c5d040b0cc0ae314c636b110fd0dd83254a0481bc93415ee5
SIZE (scheduler-0.8.7.tar.gz) = 32031
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:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-wheel>0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-typeguard>=3.0.0 : devel/py-typeguard@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-scheduler
- 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 |
0.8.7 10 Nov 2024 20:13:35 |
Yuri Victorovich (yuri) |
devel/py-scheduler: update 0.8.5 → 0.8.7 |
0.8.5 05 Apr 2024 18:28:23 |
Yuri Victorovich (yuri) |
devel/py-scheduler: update 0.8.4 → 0.8.5
Reported by: portscout |
0.8.4 27 Mar 2023 06:39:40 |
Yuri Victorovich (yuri) |
devel/py-scheduler: Update 0.8.3 → 0.8.4
Reported by: portscout |
0.8.3 10 Mar 2023 09:20:55 |
Yuri Victorovich (yuri) |
devel/py-scheduler: Update 0.8.0 → 0.8.3
Reported by: portscout |
0.8.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 |
0.8.0 28 Oct 2022 15:55:52 |
Yuri Victorovich (yuri) |
devel/py-scheduler: Update 0.7.4 -> 0.8.0
Reported by: portscout |
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) |
0.7.4 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 ) |
0.7.4 23 Jun 2022 06:58:03 |
Antoine Brodin (antoine) |
devel/py-scheduler: unbreak bulk -a |
0.7.4 22 Jun 2022 03:36:27 |
Yuri Victorovich (yuri) |
devel/py-scheduler: New port: Python scheduler library |