summaryrefslogtreecommitdiff
path: root/gnu/packages/calendar.scm
Commit message (Collapse)AuthorAge
...
| * gnu: khal: Disable failing tests.Leo Famulari2017-01-06
| | | | | | | | | | | | * gnu/packages/patches/khal-disable-failing-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/calendar.scm (khal): Use it.
* | gnu: Remove python-dateutil@1.5.Marius Bakke2016-12-16
|/ | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-dateutil-2, python2-dateutil-2): Rename to ... (python-dateutil, python2-dateutil): ... this. Remove 1.5 version. (python-tzlocal, python2-tzlocal): Adjust variable name. (python-rst.linker, python2-rst.linker): Likewise. (pelican): Likewise. (python-matplotlib, python2-matplotlib): Likewise. (python-sqlalchemy-utils, python2-sqlalchemy-utils): Likewise. (python-icalendar, python2-icalendar): Likewise. (python-botocore, python2-botocore): Likewise. (python-vobject, python2-vobject): Likewise. (python-arrow, python2-arrow): Likewise. (python-fake-factory, python2-fake-factory): Likewise. (python-freezegun, python2-freezegun): Likewise. (python-aniso8601, python2-aniso8601): Likewise. * gnu/packages/jrnl.scm (jrnl): Likewise. * gnu/packages/calendar.scm (limnoria): Likewise.
* gnu: khal: Fix build.Hartmut Goebel2016-11-15
| | | | | | | | The old one was plain wrong and only worked by luck since the old python build system did manipulate PYTHONPATH. * gnu/packages/calendar.scm(khal)[phase manpage]: Use add-installed-pythonpath.
* gnu: khal: Update to 0.8.4.Leo Famulari2016-10-07
| | | | * gnu/packages/calendar.scm (khal): Update to 0.8.4.
* gnu: Add libhdate.Efraim Flashner2016-09-09
| | | | * gnu/packages/calendar.scm (libhdate): New variable.
* gnu: Add remind.Stefan Reichoer2016-09-04
| | | | * gnu/packages/calendar.scm (remind): New variable.
* gnu: khal: Update to 0.8.3.Troy Sankey2016-08-29
| | | | | | | | | * gnu/packages/calendar.scm (khal): Update to 0.8.3. [source]: Remove snippet. [arguments]: Remove 'disable-tests' phase. [native-inputs]: Add python-pytest-cov and python-freezegun. Signed-off-by: Leo Famulari <leo@famulari.name>
* Update name for Kei Kebreau.Kei Kebreau2016-05-19
| | | | | | | | | | | | | | | | * .mailmap: Add Kei Kebreau. * gnu/local.mk: Replace "Kei Yamashita" with "Kei Kebreau". * gnu/packages/calendar.scm: Likewise. * gnu/packages/dillo.scm: Likewise. * gnu/packages/fltk.scm: Likewise. * gnu/packages/game-development.scm: Likewise. * gnu/packages/games.scm: Likewise. * gnu/packages/gnome.scm: Likewise. * gnu/packages/gtk.scm: Likewise. * gnu/packages/music.scm: Likewise. * gnu/packages/xfce.scm: Likewise. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: libical: Update to 2.0.0.Efraim Flashner2016-05-16
| | | | | * gnu/packages/calendar.scm (libical): Update to 2.0.0. [arguments]: Add configure-flag to add "/lib64" to the rpath.
* gnu: libical: Correct zoneinfo search path.Kei Yamashita2016-05-11
| | | | | | | * gnu/packages/calendar.scm (libical)[arguments]: substitute FHS-compliant zoneinfo folders with location of tzdata's zoneinfo folder. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: khal: Disable failing tests.Leo Famulari2016-03-29
| | | | | * gnu/packages/calendar.scm (khal)[arguments]: Disable failing tests in 'disable-tests' phase.
* gnu: Add khal.Leo Famulari2016-01-15
| | | | * gnu/packages/calendar.scm (khal): New variable.
* gnu: Add libical.David Thompson2015-05-04
* gnu/packages/calendar.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.