Search Criteria
Package Details: khal-git 0.9.6.dev2+g119d44c-1
Git Clone URL: | https://aur.archlinux.org/khal-git.git (read-only) |
---|---|
Package Base: | khal-git |
Description: | Command line CalDav client |
Upstream URL: | http://lostpackets.de/khal/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | milouse |
Maintainer: | WhyNotHugo |
Last Packager: | WhyNotHugo |
Votes: | 28 |
Popularity: | 0.000030 |
First Submitted: | 2013-12-11 19:24 |
Last Updated: | 2017-05-04 23:20 |
Dependencies (14)
- python-configobj
- python-dateutil
- python-icalendar
- python-pkginfo
- python-tzlocal
- python-urwid
- python-xdg
- sqlite (sqlite-fossil, sqlite-replication)
- vdirsyncer (vdirsyncer-git)
- git (git-git) (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-sphinxcontrib-newsfeed (make)
- python-setproctitle (optional) – Display a clearer name in your process list
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 ... Next › Last »
eolianoe commented on 2015-06-30 07:39
@milouse yaourt works fine with AUR4 if you add this option: '--aur-url https://aur4.archlinux.org/'
WhyNotHugo commented on 2015-06-29 14:44
@milouse
I haven't pushed it to AUR3, nope. I actually already uninstalled the tools I used for that already, and it'll get dropped completely in a few days, so there's really no big fuzz.
Sure, I can co-maintain this if you like. I follow upstream very closely, so it won't be an issue.
milouse commented on 2015-06-29 08:05
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.
milouse commented on 2015-06-29 08:02
Also, because of the version number used upstream, this package comes back to a 0.5.x number, which is normal.
milouse commented on 2015-06-29 07:44
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 ?
milouse commented on 2015-06-29 07:39
Problem there... python-setuptools_scm does not seems to have been ported on aur4, thus the build crash. One of you have a copy of its old pkgbuild to quickly re-push it on aur4 ?
WhyNotHugo commented on 2015-06-22 15:00
Here's a fully working PKGBUILD:
https://git.barrera.io/snippets/11
untitaker commented on 2015-06-22 14:04
Also FYI vdirsyncer probably has the same problems.
untitaker commented on 2015-06-22 14:02
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
@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.