Search Criteria
Package Details: starcal 3.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/starcal.git (read-only, click to copy) |
---|---|
Package Base: | starcal |
Description: | A full-featured international calendar writen in Python |
Upstream URL: | http://ilius.github.io/starcal |
Keywords: | calendar jalali persian |
Licenses: | GPLv3 |
Conflicts: | starcal-git |
Submitter: | sparse |
Maintainer: | ilius |
Last Packager: | sparse |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2016-03-07 20:29 (UTC) |
Last Updated: | 2019-03-23 12:40 (UTC) |
Dependencies (12)
- python (python37AUR, python311AUR, python310AUR)
- python-cairo (python-cairo-gitAUR)
- python-dateutil
- python-gobject (python-gobject-gitAUR)
- python-httplib2
- python-psutil
- python-requests
- gettext (gettext-gitAUR) (make)
- libappindicator-gtk3 (optional) – Better systray support
- lxqt-openssh-askpass (lxqt-openssh-askpass-gitAUR) (optional)
- python-igraph (optional)
- python-ujson (optional)
Latest Comments
ilius commented on 2020-01-18 11:22 (UTC)
Thanks
sparse commented on 2020-01-18 08:04 (UTC)
You can adopt it now
ilius commented on 2019-12-27 14:44 (UTC)
I'm the author of starcal. I'd like to maintain this package.
sparse commented on 2019-03-23 12:41 (UTC)
Updated to 3.1.1. This error must gone.
clever commented on 2019-03-22 12:41 (UTC)
$ starcal3 Traceback (most recent call last): File "/usr/share/starcal3/scal3/ui.py", line 362, in getCell return self.jdCells[jd] KeyError: 2458565
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/share/starcal3/scal3/event_search_tree.py", line 165, in searchStep raise StopIteration StopIteration
The above exception was the direct cause of the following exception:
Traceback (most recent call last): File "/usr/share/starcal3/scal3/ui_gtk/starcal.py", line 1075, in <module> sys.exit(main()) File "/usr/share/starcal3/scal3/ui_gtk/starcal.py", line 1053, in main ui.init() File "/usr/share/starcal3/scal3/ui.py", line 533, in init todayCell = cell = cellCache.getTodayCell() ## FIXME File "/usr/share/starcal3/scal3/ui.py", line 371, in <lambda> getTodayCell = lambda self: self.getCell(core.getCurrentJd()) File "/usr/share/starcal3/scal3/ui.py", line 364, in getCell return self.buildCell(jd) File "/usr/share/starcal3/scal3/ui.py", line 373, in buildCell localCell = Cell(jd) File "/usr/share/starcal3/scal3/ui.py", line 310, in init self.eventsData = event_lib.getDayOccurrenceData(jd, eventGroups)## here? FIXME File "/usr/share/starcal3/scal3/event_lib.py", line 4155, in getDayOccurrenceData for epoch0, epoch1, eid, odt in group.occur.search(getEpochFromJd(curJd), getEpochFromJd(curJd+1)): File "/usr/share/starcal3/scal3/event_search_tree.py", line 185, in search for mt, dt, eid in self.searchStep(self.root, t0, t1): RuntimeError: generator raised StopIteration
alireza_amirsami commented on 2017-03-23 09:04 (UTC)
alireza_amirsami commented on 2017-03-23 00:44 (UTC)