Port details |
- py-crontab Read and write crontab files using a direct API
- 1.9.5 sysutils
=0 1.9.5Version of this port present on the latest quarterly branch.
- Maintainer: skreuzer@FreeBSD.org
- Port Added: 2015-07-02 16:20:34
- Last Update: 2020-03-31 01:41:29
- SVN Revision: 529940
- Also Listed In: python
- License: GPLv3
- WWW:
- https://pypi.org/project/crontab/
- Description:
- Module for reading and writing crontab files and accessing the system cron
automatically and simply using a direct API.
WWW: https://pypi.org/project/crontab/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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}crontab>0:sysutils/py-crontab@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-crontab
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (python-crontab-1.9.5.tar.gz) = 7c96916dcef835f02ab62b3f648285658700aa916ae663bf37952faf5eea9b2c
SIZE (python-crontab-1.9.5.tar.gz) = 31765
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-dateutil>=1.5 : devel/py-dateutil@py27
- py27-croniter>0 : sysutils/py-croniter@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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 |
1.9.5 31 Mar 2020 01:41:29 |
loader |
sysutils/py-crontab: Rename to python-crontab, Update to 2.4.0
- Rename the port to match the canonical/registered (PyPI/CHEESESHOP) name
- Switch from CHEESESHOP to GitLab for complete tests data
- Update the project website URL in pkg-descr
- Add LICENSE_FILE
- Add sysutils/py-cron-descriptor to RUN_DEPENDS
- Add test target
Reviewed by: koobs
Approved by: koobs (ports, mentor), portmgr (maintainer timeout: > 2 weeks)
Differential Revision: https://reviews.freebsd.org/D23968 |
1.9.5 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.9.5 25 Apr 2018 16:42:38 |
amdmi3 |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
1.9.5 08 Feb 2018 20:18:09 |
amdmi3 |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
1.9.5 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.9.5 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.9.5 22 Dec 2015 20:26:53 |
skreuzer |
Update to version 1.9.5 |
1.9.3 02 Jul 2015 17:49:12 |
skreuzer |
Sort USE_PYTHON |
1.9.3 02 Jul 2015 16:20:19 |
skreuzer |
Module for reading and writing crontab files and accessing the system cron
automatically and simply using a direct API.
WWW: http://pypi.python.org/pypi/crontab/ |