Package Details: python-apscheduler 3.11.0-1

Git Clone URL: https://aur.archlinux.org/python-apscheduler.git (read-only, click to copy)
Package Base: python-apscheduler
Description: In-process task scheduler with Cron-like capabilities
Upstream URL: https://github.com/agronholm/apscheduler
Licenses: MIT
Submitter: jelly
Maintainer: AlphaJack
Last Packager: AlphaJack
Votes: 1
Popularity: 0.63
First Submitted: 2024-05-18 10:30 (UTC)
Last Updated: 2024-12-28 22:46 (UTC)

Latest Comments

0x9fff00 commented on 2024-12-29 01:51 (UTC)

python-setuptools-scm is needed in makedepends:

==> Starting build()...
* Getting build dependencies for wheel...
running egg_info
writing src/APScheduler.egg-info/PKG-INFO
writing dependency_links to src/APScheduler.egg-info/dependency_links.txt
writing entry points to src/APScheduler.egg-info/entry_points.txt
writing requirements to src/APScheduler.egg-info/requires.txt
writing top-level names to src/APScheduler.egg-info/top_level.txt
reading manifest file 'src/APScheduler.egg-info/SOURCES.txt'
adding license file 'LICENSE.txt'
writing manifest file 'src/APScheduler.egg-info/SOURCES.txt'

ERROR Missing dependencies:
        setuptools_scm>=6.4
==> ERROR: A failure occurred in build().

marcool04 commented on 2024-12-28 14:04 (UTC)

Yep, I second the comment by @mikep, there is no way the check is going to work in a chroot for instance, where I (and others I believe) build my AUR packages...

mikep commented on 2024-07-18 21:23 (UTC)

Unless I'm missing something, it seems like the check() section is bound to fail unless one has all of the optional backends up and running. I just commented the section out, but maybe there's a way to make it optional.