diff options
author | Fukang Chen <loader@FreeBSD.org> | 2020-03-31 01:41:29 +0000 |
---|---|---|
committer | Fukang Chen <loader@FreeBSD.org> | 2020-03-31 01:41:29 +0000 |
commit | b8f558f391706132619f0be2907a14de9ddca5c5 (patch) | |
tree | 376b69bc677de2686e420df366adaed260d9d358 /sysutils/py-python-crontab/pkg-descr | |
parent | Add compiler:c++11-lang to USES to fix build on GCC-based systems: (diff) |
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
Notes
Notes:
svn path=/head/; revision=529940
Diffstat (limited to 'sysutils/py-python-crontab/pkg-descr')
-rw-r--r-- | sysutils/py-python-crontab/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/py-python-crontab/pkg-descr b/sysutils/py-python-crontab/pkg-descr new file mode 100644 index 000000000000..fb8fe546e19c --- /dev/null +++ b/sysutils/py-python-crontab/pkg-descr @@ -0,0 +1,4 @@ +Module for reading and writing crontab files and accessing the system cron +automatically and simply using a direct API. + +WWW: https://gitlab.com/doctormo/python-crontab |