git: 9cb731e74e34 - main - devel/py-scheduler: New port: Python scheduler library

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 22 Jun 2022 03:36:30 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9cb731e74e34231c2f38abd707125cf19e2c46c1

commit 9cb731e74e34231c2f38abd707125cf19e2c46c1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-06-22 03:34:47 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-06-22 03:36:27 +0000

    devel/py-scheduler: New port: Python scheduler library
---
 devel/Makefile               |  1 +
 devel/py-scheduler/Makefile  | 20 ++++++++++++++++++++
 devel/py-scheduler/distinfo  |  3 +++
 devel/py-scheduler/pkg-descr |  6 ++++++
 4 files changed, 30 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 49877d5e12a8..a493b405f4eb 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5300,6 +5300,7 @@
     SUBDIR += py-sarge
     SUBDIR += py-sarif-om
     SUBDIR += py-schedule
+    SUBDIR += py-scheduler
     SUBDIR += py-schema
     SUBDIR += py-schematics-patched
     SUBDIR += py-scikit-build
diff --git a/devel/py-scheduler/Makefile b/devel/py-scheduler/Makefile
new file mode 100644
index 000000000000..b42a16dfef60
--- /dev/null
+++ b/devel/py-scheduler/Makefile
@@ -0,0 +1,20 @@
+PORTNAME=	scheduler
+DISTVERSION=	0.7.4
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Python scheduler library
+
+LICENSE=	LGPL3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}typeguard>=2.6.0:devel/py-typeguard@${PY_FLAVOR}
+
+USES=		python:3.9+
+USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-scheduler/distinfo b/devel/py-scheduler/distinfo
new file mode 100644
index 000000000000..059611b26555
--- /dev/null
+++ b/devel/py-scheduler/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1655866361
+SHA256 (scheduler-0.7.4.tar.gz) = 283f23957b309a1216fbf68a8cc01ee84b7b9155bd2602cfba3c71c10c296c94
+SIZE (scheduler-0.7.4.tar.gz) = 29013
diff --git a/devel/py-scheduler/pkg-descr b/devel/py-scheduler/pkg-descr
new file mode 100644
index 000000000000..db9913797058
--- /dev/null
+++ b/devel/py-scheduler/pkg-descr
@@ -0,0 +1,6 @@
+scheduler is a simple in-process python scheduler library with
+asyncio, threading and timezone support. Schedule tasks by their time
+cycles, fixed times, weekdays, dates, weights, offsets and execution
+counts and automate jobs.
+
+WWW: https://gitlab.com/DigonIO/scheduler