py-cron-descriptor: added version 1.4.3

A Python library that converts cron expressions into human readable strings.
This commit is contained in:
adam 2024-02-09 09:48:29 +00:00
parent 78876f9c1c
commit 564b8b44b4
5 changed files with 82 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1109 2024/02/06 11:19:46 markd Exp $
# $NetBSD: Makefile,v 1.1110 2024/02/09 09:48:29 adam Exp $
#
COMMENT= System utilities
@ -579,6 +579,7 @@ SUBDIR+= py-borgbackup
SUBDIR+= py-borgmatic
SUBDIR+= py-collectd
SUBDIR+= py-cpuinfo
SUBDIR+= py-cron-descriptor
SUBDIR+= py-crontab
SUBDIR+= py-dbus
SUBDIR+= py-diffoscope

View File

@ -0,0 +1 @@
A Python library that converts cron expressions into human readable strings.

View File

@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.1 2024/02/09 09:48:29 adam Exp $
DISTNAME= cron_descriptor-1.4.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cron-descriptor/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/Salamek/cron-descriptor
COMMENT= Converts cron expressions into human readable strings
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -0,0 +1,53 @@
@comment $NetBSD: PLIST,v 1.1 2024/02/09 09:48:29 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/cron_descriptor/CasingTypeEnum.py
${PYSITELIB}/cron_descriptor/CasingTypeEnum.pyc
${PYSITELIB}/cron_descriptor/CasingTypeEnum.pyo
${PYSITELIB}/cron_descriptor/DescriptionTypeEnum.py
${PYSITELIB}/cron_descriptor/DescriptionTypeEnum.pyc
${PYSITELIB}/cron_descriptor/DescriptionTypeEnum.pyo
${PYSITELIB}/cron_descriptor/Exception.py
${PYSITELIB}/cron_descriptor/Exception.pyc
${PYSITELIB}/cron_descriptor/Exception.pyo
${PYSITELIB}/cron_descriptor/ExpressionDescriptor.py
${PYSITELIB}/cron_descriptor/ExpressionDescriptor.pyc
${PYSITELIB}/cron_descriptor/ExpressionDescriptor.pyo
${PYSITELIB}/cron_descriptor/ExpressionParser.py
${PYSITELIB}/cron_descriptor/ExpressionParser.pyc
${PYSITELIB}/cron_descriptor/ExpressionParser.pyo
${PYSITELIB}/cron_descriptor/GetText.py
${PYSITELIB}/cron_descriptor/GetText.pyc
${PYSITELIB}/cron_descriptor/GetText.pyo
${PYSITELIB}/cron_descriptor/Options.py
${PYSITELIB}/cron_descriptor/Options.pyc
${PYSITELIB}/cron_descriptor/Options.pyo
${PYSITELIB}/cron_descriptor/StringBuilder.py
${PYSITELIB}/cron_descriptor/StringBuilder.pyc
${PYSITELIB}/cron_descriptor/StringBuilder.pyo
${PYSITELIB}/cron_descriptor/__init__.py
${PYSITELIB}/cron_descriptor/__init__.pyc
${PYSITELIB}/cron_descriptor/__init__.pyo
${PYSITELIB}/cron_descriptor/locale/cs_CZ.mo
${PYSITELIB}/cron_descriptor/locale/de_DE.mo
${PYSITELIB}/cron_descriptor/locale/en_US.mo
${PYSITELIB}/cron_descriptor/locale/es_ES.mo
${PYSITELIB}/cron_descriptor/locale/fa_IR.mo
${PYSITELIB}/cron_descriptor/locale/fr_FR.mo
${PYSITELIB}/cron_descriptor/locale/it_IT.mo
${PYSITELIB}/cron_descriptor/locale/ja_JP.mo
${PYSITELIB}/cron_descriptor/locale/ko_KR.mo
${PYSITELIB}/cron_descriptor/locale/nb_NO.mo
${PYSITELIB}/cron_descriptor/locale/nl_NL.mo
${PYSITELIB}/cron_descriptor/locale/pt_PT.mo
${PYSITELIB}/cron_descriptor/locale/ru_RU.mo
${PYSITELIB}/cron_descriptor/locale/sk_SK.mo
${PYSITELIB}/cron_descriptor/locale/sv_SE.mo
${PYSITELIB}/cron_descriptor/locale/ta_IN.mo
${PYSITELIB}/cron_descriptor/locale/tr_TR.mo
${PYSITELIB}/cron_descriptor/locale/uk_UA.mo
${PYSITELIB}/cron_descriptor/locale/vi_VN.mo
${PYSITELIB}/cron_descriptor/locale/zh_CN.mo

View File

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2024/02/09 09:48:29 adam Exp $
BLAKE2s (cron_descriptor-1.4.3.tar.gz) = 0502c39047524cd16a0b6a0397d637dff68218365bcc05c120c3f5b138eb2668
SHA512 (cron_descriptor-1.4.3.tar.gz) = 08f53a8275f0668cca87c8ce63cbd685cfffd1367ad1543934b847402860315fed498ce386bb2cb1e18a7b5cf0cf7b1bcbc3b45d272837181d0ab3cb14a68bd9
Size (cron_descriptor-1.4.3.tar.gz) = 30289 bytes