summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authoradam <adam>2017-04-24 16:22:29 +0000
committeradam <adam>2017-04-24 16:22:29 +0000
commit76770395be411df09ae3ce3d9102184f5715acc8 (patch)
tree0dc82cbf5fce6ffa0210267f07f85845f6e93745 /sysutils
parentd4a92cd28925bb129a979e8ef38fc8c11261fc2c (diff)
downloadpkgsrc-76770395be411df09ae3ce3d9102184f5715acc8.tar.gz
Crontab module for read and writing crontab files and accessing the system cron
automatically and simply using a direct API.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile3
-rw-r--r--sysutils/py-crontab/DESCR2
-rw-r--r--sysutils/py-crontab/Makefile16
-rw-r--r--sysutils/py-crontab/PLIST15
-rw-r--r--sysutils/py-crontab/distinfo6
5 files changed, 41 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index ea50c6ae963..999761e5d82 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -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
diff --git a/sysutils/py-crontab/DESCR b/sysutils/py-crontab/DESCR
new file mode 100644
index 00000000000..efccf69a4f6
--- /dev/null
+++ b/sysutils/py-crontab/DESCR
@@ -0,0 +1,2 @@
+Crontab module for read and writing crontab files and accessing the system cron
+automatically and simply using a direct API.
diff --git a/sysutils/py-crontab/Makefile b/sysutils/py-crontab/Makefile
new file mode 100644
index 00000000000..0a36b601a8c
--- /dev/null
+++ b/sysutils/py-crontab/Makefile
@@ -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"
diff --git a/sysutils/py-crontab/PLIST b/sysutils/py-crontab/PLIST
new file mode 100644
index 00000000000..5b64517db2b
--- /dev/null
+++ b/sysutils/py-crontab/PLIST
@@ -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
diff --git a/sysutils/py-crontab/distinfo b/sysutils/py-crontab/distinfo
new file mode 100644
index 00000000000..9cf2bb110d3
--- /dev/null
+++ b/sysutils/py-crontab/distinfo
@@ -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