Crontab module for read and writing crontab files and accessing the system cron
automatically and simply using a direct API.
This commit is contained in:
parent
ec700c4595
commit
6d5e4e2e6c
5 changed files with 41 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.694 2017/04/23 03:49:14 markd Exp $
|
||||
# $NetBSD: Makefile,v 1.695 2017/04/24 16:22:29 adam Exp $
|
||||
#
|
||||
|
||||
COMMENT= System utilities
|
||||
|
@ -442,6 +442,7 @@ SUBDIR+= py-attic
|
|||
SUBDIR+= py-augeas
|
||||
SUBDIR+= py-borgbackup
|
||||
SUBDIR+= py-collectd
|
||||
SUBDIR+= py-crontab
|
||||
SUBDIR+= py-dbus
|
||||
SUBDIR+= py-diffoscope
|
||||
SUBDIR+= py-gnome-menus
|
||||
|
|
2
sysutils/py-crontab/DESCR
Normal file
2
sysutils/py-crontab/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Crontab module for read and writing crontab files and accessing the system cron
|
||||
automatically and simply using a direct API.
|
16
sysutils/py-crontab/Makefile
Normal file
16
sysutils/py-crontab/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.1 2017/04/24 16:22:29 adam Exp $
|
||||
|
||||
DISTNAME= python-crontab-2.2.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-crontab/}
|
||||
|
||||
MAINTAINER= adam@NetBSD.org
|
||||
HOMEPAGE= https://github.com/doctormo/python-crontab
|
||||
COMMENT= Python Crontab API
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
15
sysutils/py-crontab/PLIST
Normal file
15
sysutils/py-crontab/PLIST
Normal file
|
@ -0,0 +1,15 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2017/04/24 16:22:29 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/cronlog.py
|
||||
${PYSITELIB}/cronlog.pyc
|
||||
${PYSITELIB}/cronlog.pyo
|
||||
${PYSITELIB}/crontab.py
|
||||
${PYSITELIB}/crontab.pyc
|
||||
${PYSITELIB}/crontab.pyo
|
||||
${PYSITELIB}/crontabs.py
|
||||
${PYSITELIB}/crontabs.pyc
|
||||
${PYSITELIB}/crontabs.pyo
|
6
sysutils/py-crontab/distinfo
Normal file
6
sysutils/py-crontab/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2017/04/24 16:22:29 adam Exp $
|
||||
|
||||
SHA1 (python-crontab-2.2.0.tar.gz) = 97bf5e6e990d3f11628b601ae0397870b6fa9abf
|
||||
RMD160 (python-crontab-2.2.0.tar.gz) = ff3ad529ffa33568431cd2ba9b56deb8d12e1d1f
|
||||
SHA512 (python-crontab-2.2.0.tar.gz) = a6a59c486ea14c7ce101c62b642b8264e95de3b636e72a9d9207a61630672e7f2594e40aaca76305643ccc3140ebe4a21804b8590747be0c2a858cb0fede98eb
|
||||
Size (python-crontab-2.2.0.tar.gz) = 43275 bytes
|
Loading…
Reference in a new issue