summaryrefslogtreecommitdiff
path: root/gnu/packages/calendar.scm
AgeCommit message (Collapse)Author
2017-04-07gnu: khal: Update to 0.9.5.Leo Famulari
* gnu/packages/calendar.scm (khal): Update to 0.9.5.
2017-03-30Merge branch 'master' into core-updatesMarius Bakke
Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698.
2017-03-28gnu: python-pytest-2.9.2: Replace with python-pytest-3.0.Leo Famulari
* gnu/packages/python.scm (python-pytest-2.9.2): Replace with ... (python-pytest-3.0): ... new variable. (python2-pytest-3.0): New variable. (python-cryptography, python2-cryptography, python-sphinx-1.5.3)[native-inputs]: Replace python-pytest-2.9.2 with python-pytest-3.0. * gnu/packages/backup.scm (borg)[native-inputs]: Likewise. gnu/packages/calendar.scm (khal)[native-inputs]: Likewise.
2017-03-12gnu: libical: Fix substitution of path to time zone database.Leo Famulari
Fixes <https://bugs.gnu.org/26039>. This is a followup to commit 2b193389d243c469e159d0ab5dfc86b5867db05d. * gnu/packages/calendar.scm (arguments): Update 'patch-paths' phase.
2017-03-07gnu: khal: Update to 0.9.3.Leo Famulari
* gnu/packages/calendar.scm (khal): Update to 0.9.3. [native-inputs]: Use python-pytest-2.9.2.
2017-02-27Merge branch 'master' into python-testsMarius Bakke
2017-02-14gnu: khal: Update to 0.9.2.Leo Famulari
* gnu/packages/calendar.scm (khal): Update to 0.9.2.
2017-02-13Merge branch 'master' into python-testsMarius Bakke
2017-01-29gnu: khal: Update to 0.9.1.Leo Famulari
* gnu/packages/calendar.scm (khal): Update to 0.9.1.
2017-01-24gnu: khal: Update to 0.9.0.Leo Famulari
* gnu/packages/calendar.scm (khal): Update to 0.9.0 [source]: Remove obsolete patch. * gnu/packages/patches/khal-disable-failing-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Add it.
2017-01-13Merge branch 'master' into python-testsLeo Famulari
2017-01-06gnu: khal: Disable failing tests.Leo Famulari
* 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.
2016-12-16gnu: Remove python-dateutil@1.5.Marius Bakke
* 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.
2016-11-15gnu: khal: Fix build.Hartmut Goebel
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.
2016-10-07gnu: khal: Update to 0.8.4.Leo Famulari
* gnu/packages/calendar.scm (khal): Update to 0.8.4.
2016-09-09gnu: Add libhdate.Efraim Flashner
* gnu/packages/calendar.scm (libhdate): New variable.
2016-09-04gnu: Add remind.Stefan Reichoer
* gnu/packages/calendar.scm (remind): New variable.
2016-08-29gnu: khal: Update to 0.8.3.Troy Sankey
* 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>
2016-05-19Update name for Kei Kebreau.Kei Kebreau
* .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>
2016-05-16gnu: libical: Update to 2.0.0.Efraim Flashner
* gnu/packages/calendar.scm (libical): Update to 2.0.0. [arguments]: Add configure-flag to add "/lib64" to the rpath.
2016-05-11gnu: libical: Correct zoneinfo search path.Kei Yamashita
* 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>
2016-03-29gnu: khal: Disable failing tests.Leo Famulari
* gnu/packages/calendar.scm (khal)[arguments]: Disable failing tests in 'disable-tests' phase.
2016-01-15gnu: Add khal.Leo Famulari
* gnu/packages/calendar.scm (khal): New variable.
2015-05-04gnu: Add libical.David Thompson
* gnu/packages/calendar.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.