pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb  9 09:48:29 UTC 2024

Modified Files:
        pkgsrc/sysutils: Makefile
Added Files:
        pkgsrc/sysutils/py-cron-descriptor: DESCR Makefile PLIST distinfo

Log Message:
py-cron-descriptor: added version 1.4.3

A Python library that converts cron expressions into human readable strings.


To generate a diff of this commit:
cvs rdiff -u -r1.1109 -r1.1110 pkgsrc/sysutils/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/py-cron-descriptor/DESCR \
    pkgsrc/sysutils/py-cron-descriptor/Makefile \
    pkgsrc/sysutils/py-cron-descriptor/PLIST \
    pkgsrc/sysutils/py-cron-descriptor/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/Makefile
diff -u pkgsrc/sysutils/Makefile:1.1109 pkgsrc/sysutils/Makefile:1.1110
--- pkgsrc/sysutils/Makefile:1.1109     Tue Feb  6 11:19:46 2024
+++ pkgsrc/sysutils/Makefile    Fri Feb  9 09:48:29 2024
@@ -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

Added files:

Index: pkgsrc/sysutils/py-cron-descriptor/DESCR
diff -u /dev/null pkgsrc/sysutils/py-cron-descriptor/DESCR:1.1
--- /dev/null   Fri Feb  9 09:48:29 2024
+++ pkgsrc/sysutils/py-cron-descriptor/DESCR    Fri Feb  9 09:48:29 2024
@@ -0,0 +1 @@
+A Python library that converts cron expressions into human readable strings.
Index: pkgsrc/sysutils/py-cron-descriptor/Makefile
diff -u /dev/null pkgsrc/sysutils/py-cron-descriptor/Makefile:1.1
--- /dev/null   Fri Feb  9 09:48:29 2024
+++ pkgsrc/sysutils/py-cron-descriptor/Makefile Fri Feb  9 09:48:29 2024
@@ -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@localhost
+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"
Index: pkgsrc/sysutils/py-cron-descriptor/PLIST
diff -u /dev/null pkgsrc/sysutils/py-cron-descriptor/PLIST:1.1
--- /dev/null   Fri Feb  9 09:48:29 2024
+++ pkgsrc/sysutils/py-cron-descriptor/PLIST    Fri Feb  9 09:48:29 2024
@@ -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
Index: pkgsrc/sysutils/py-cron-descriptor/distinfo
diff -u /dev/null pkgsrc/sysutils/py-cron-descriptor/distinfo:1.1
--- /dev/null   Fri Feb  9 09:48:29 2024
+++ pkgsrc/sysutils/py-cron-descriptor/distinfo Fri Feb  9 09:48:29 2024
@@ -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



Home | Main Index | Thread Index | Old Index