sysutils/py-croniter2: New port

Iteration support for datetime objects with cron like format(2.x)

Please note that when all ports dependent upon sysutils/py-croniter
supports this version sysutils/py-croniter should be updated and this
port should be removed.
This commit is contained in:
Muhammad Moinur Rahman 2024-03-04 13:18:53 +01:00
parent 5b3d594883
commit 3c2298632d
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
4 changed files with 27 additions and 0 deletions

View File

@ -1095,6 +1095,7 @@
SUBDIR += py-concurrent-log-handler
SUBDIR += py-cron-descriptor
SUBDIR += py-croniter
SUBDIR += py-croniter2
SUBDIR += py-dict-toolbox
SUBDIR += py-diffoscope
SUBDIR += py-director

View File

@ -0,0 +1,22 @@
PORTNAME= croniter
PORTVERSION= 2.0.2
CATEGORIES= sysutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 2
MAINTAINER= bofh@FreeBSD.org
COMMENT= Iteration support for datetime objects with cron like format(2.x)
WWW= https://pypi.org/project/croniter/
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>2021.1:devel/py-pytz@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1709554140
SHA256 (croniter-2.0.2.tar.gz) = 8bff16c9af4ef1fb6f05416973b8f7cb54997c02f2f8365251f9bf1dded91866
SIZE (croniter-2.0.2.tar.gz) = 42739

View File

@ -0,0 +1 @@
Croniter provides iteration for datetime object with cron like format.