Package Details: python-cron-descriptor 2.0.6-1

Git Clone URL: https://aur.archlinux.org/python-cron-descriptor.git (read-only, click to copy)
Package Base: python-cron-descriptor
Description: A Python library that converts cron expressions into human readable strings.
Upstream URL: https://github.com/Salamek/cron-descriptor
Licenses: MIT
Submitter: tadly
Maintainer: HackerinoTopolin
Last Packager: HackerinoTopolin
Votes: 2
Popularity: 0.000000
First Submitted: 2016-09-02 17:13 (UTC)
Last Updated: 2026-02-10 11:35 (UTC)

Latest Comments

HackerinoTopolin commented on 2026-02-10 11:36 (UTC) (edited on 2026-02-10 11:36 (UTC) by HackerinoTopolin)

Added python-typing_extensions as dependency

micwoj92 commented on 2026-02-09 01:00 (UTC)

Needs python-typing_extensions in deps

>>> import cron_descriptor
Traceback (most recent call last):
  File "<python-input-0>", line 1, in <module>
    import cron_descriptor
  File "/usr/lib/python3.14/site-packages/cron_descriptor/__init__.py", line 26, in <module>
    from .ExpressionDescriptor import ExpressionDescriptor, get_description
  File "/usr/lib/python3.14/site-packages/cron_descriptor/ExpressionDescriptor.py", line 29, in <module>
    from typing_extensions import Unpack
ModuleNotFoundError: No module named 'typing_extensions'

HackerinoTopolin commented on 2025-08-15 16:52 (UTC)

I fixed the .SRCINFO, I made a simple syntax mistake

eta-carinae commented on 2025-08-15 16:46 (UTC)

With 1.4.4, I'm getting the following error when parsing the SRCINFO:

-> Panic occurred in DB operation:failed to parse python-cron-descriptor: Line 13: key "makedepends" can not occur after pkgname: makedepends = python-setuptools