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-crontab Read and write crontab files using a direct API
1.9.5 sysutils 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 1.9.5Version of this port present on the latest quarterly branch.
Maintainer: skreuzer@FreeBSD.org search for ports maintained by this maintainer
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/
Homepage    cgit ¦ GitHub ¦ 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}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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-dateutil>=1.5 : devel/py-dateutil@py27
  2. py27-croniter>0 : sysutils/py-croniter@py27
  3. py27-setuptools>0 : devel/py-setuptools@py27
  4. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/python-crontab/
  2. https://pypi.org/packages/source/p/python-crontab/
Collapse this list.

Number of commits found: 9

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.9.5
31 Mar 2020 01:41:29
Revision:529940Original commit files touched by this commit
loader search for other commits by this committer
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
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.9.5
25 Apr 2018 16:42:38
Revision:468282Original commit files touched by this commit
amdmi3 search for other commits by this committer
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
Revision:461265Original commit files touched by this commit
amdmi3 search for other commits by this committer
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes

Approved by:	portmgr blanket
1.9.5
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.9.5
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:404266Original commit files touched by this commit
skreuzer search for other commits by this committer
Update to version 1.9.5
1.9.3
02 Jul 2015 17:49:12
Revision:391173Original commit files touched by this commit
skreuzer search for other commits by this committer
Sort USE_PYTHON
1.9.3
02 Jul 2015 16:20:19
Revision:391170Original commit files touched by this commit
skreuzer search for other commits by this committer
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/

Number of commits found: 9