Package Details: khal-git 0.10.6.dev26+gdc6d5a1-1

Git Clone URL: https://aur.archlinux.org/khal-git.git (read-only, click to copy)
Package Base: khal-git
Description: CLI calendar application build around CalDAV (Git)
Upstream URL: https://lostpackets.de/khal/
Licenses: MIT
Conflicts: khal
Provides: khal
Submitter: milouse
Maintainer: whynothugo
Last Packager: whynothugo
Votes: 28
Popularity: 0.000001
First Submitted: 2013-12-11 19:24 (UTC)
Last Updated: 2022-06-27 08:00 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

milouse commented on 2015-06-29 08:05 (UTC)

Warning, this package now build-depends on python-setuptools_scm, which is only available on aur4. If you manage your package with yaourt, you won't find it for now, resulting on a crash during install. Either install it manually from here https://aur4.archlinux.org/packages/python-setuptools_scm/ or wait for yaourt to support aur4. Or maybe hobarrera you should put it on old-aur too ? Anyway, thank you very much for your help maintening this package :) In fact, do you want to take the management of this package ? As you already maintain vdirsyncer and now python-setuptools_scm, it could make sense. As you wish. Also, because of the version number used upstream, this package comes back to a 0.5.x number, which is normal.

whynothugo commented on 2015-06-22 15:00 (UTC)

Here's a fully working PKGBUILD: https://git.barrera.io/snippets/11

untitaker commented on 2015-06-22 14:04 (UTC)

Also FYI vdirsyncer probably has the same problems.

untitaker commented on 2015-06-22 14:02 (UTC)

Then build in pkgver() and don't in `build`? I'm not sure which feature to request from setuptools-scm though. I think this works and is easy enough, but it should be documented better: python -c 'import setuptools_scm; print(setuptools_scm.get_version())`

whynothugo commented on 2015-06-22 14:00 (UTC)

@untitaker Yeah, the thing is that pkgver is run *before* building, so that would require double-building. :( I agree with the feature request for setuptools-scm. :) I've noticed that make man is failing for me now too, but I'll get back to you when I find out what the cause is.

untitaker commented on 2015-06-22 13:36 (UTC)

I'd recommend doing something like this after installing khal into a virtualenv: python -c 'import pkg_resources; pkg_resources.get_distribution("khal").version' It might be worth filing a feature request against setuptools-scm to ease version detection for package maintainers (somehow).

whynothugo commented on 2015-06-22 13:24 (UTC)

pkgver doesn't work any more (upstream changed how the version is determined).