Search Criteria
Package Details: python-croniter 6.2.2-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-croniter.git (read-only, click to copy) |
|---|---|
| Package Base: | python-croniter |
| Description: | Parses cron schedules to iterate over datetime objects. |
| Upstream URL: | https://github.com/pallets-eco/croniter |
| Licenses: | MIT |
| Submitter: | carsme |
| Maintainer: | yochananmarqos |
| Last Packager: | yochananmarqos |
| Votes: | 3 |
| Popularity: | 1.03 |
| First Submitted: | 2025-10-08 16:05 (UTC) |
| Last Updated: | 2026-04-17 15:00 (UTC) |
Dependencies (8)
- python
- python-dateutil (python-dateutil-gitAUR)
- python-pytz
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-wheel (make)
- python-pytest (check)
Required by (37)
- buildbot
- buildbot (make)
- buildbot-common (make)
- buildbot-docs (make)
- buildbot-worker (make)
- cron-notify
- cronboard
- devtoolbox
- devtoolbox-git
- dfsort
- ownfoil
- ownfoil-git
- platypush
- platypush-git
- prewikka
- python-aiocron
- python-buildbot-badges (make)
- python-buildbot-console-view (make)
- python-buildbot-grid-view (make)
- python-buildbot-react-console-view (make)
- Show 17 more...
Latest Comments
lamber414 commented on 2026-04-17 09:56 (UTC) (edited on 2026-04-17 09:59 (UTC) by lamber414)
Hi yochananmarqos, latest version of the package ships a "pyproject.toml" file which hardcodes the dependency to "python-packaging 26.0", while the latest version in the arch repositories is "26.1". This obviously doesn't allow the build process to succeed.
In the meantime that the "pyproject.toml" file is fixed on the github repository, i sketched this quick fix:
I'll leave it here in case someone else needs it to build the package or in case you want to push the temporary "fix" to aur.
yochananmarqos commented on 2026-03-20 14:49 (UTC)
@gissf1: When one uses the AUR, one is expected to be up to date with Arch stable. On Manjaro, the equivalent would be the unstable branch.
gissf1 commented on 2026-03-20 05:07 (UTC) (edited on 2026-03-20 05:07 (UTC) by gissf1)
I got this error when attempting to upgrade from python-croniter 6.0.0-1 to 6.2.2-1. The newest python-hatchling I can see in my Manjaro system's repos is only 1.28.0-3. I already had that from before, so it didn't suggest upgrading it when installing. I see there is a pypy3-hatchling 1.29.0-1 in the AUR, but I don't think that's the right solution.
It's not a long build, but maybe it makes sense to add a minimum version check for hatchling in the PKGBUILD, so it can fail earlier if the version is not new enough?
The build for python-croniter fails with this output:
archisman commented on 2025-11-22 19:28 (UTC)
I somehow had some locally installed python packages, removing which fixed the build issue.
yochananmarqos commented on 2025-11-17 16:43 (UTC)
@archisman: It builds just fine in a clean chroot on my end. The missing packages in your log are included build dependencies, so you apparently are mixing system and local Python packages.
Please only flag packages out of date when there's a new upstream release.
archisman commented on 2025-11-12 04:52 (UTC)
Version 6.0.0-2 fails to build