Commit graph

212 commits

Author SHA1 Message Date
brook
09d60ea0d2 time/R-lubridate: import R-lubridate-1.7.4
Functions to work with date-times and time-spans: fast and user
friendly parsing of date-time data, extraction and updating of
components of a date-time (years, months, days, hours, minutes, and
seconds), algebraic manipulation on date-time and time-span objects.
The 'lubridate' package has a consistent and memorable syntax that
makes working with dates easy and fun. Parts of the 'CCTZ' source
code, released under the Apache 2.0 License, are included in this
package. See <https://github.com/google/cctz> for more details.
2020-08-07 02:33:41 +00:00
joerg
fb275b7eb2 +py-l18n 2020-08-03 23:04:47 +00:00
nia
fbdace7153 time: Add lua-tz
A lua library for time and date manipulation.

Features include:

  - Normalisation of broken down date objects
	  - allows for complex time/date manipulation logic, e.g.
            "What day is it in 2 days, 5 hours from now?"
  - Conversion between locations (time zones) using your local
    zoneinfo database.
  - `strftime` style formatting
2020-07-08 11:13:40 +00:00
nia
55866ac741 time: Add lua-date
Date and Time module for Lua 5.x.

Features:

* Date and Time string parsing.
* Time addition and subtraction.
* Time span calculation.
* Support ISO 8601 Dates.
* Local time support.
* Lua module (not binary).
* Formats Date and Time like strftime.
2020-07-08 11:03:56 +00:00
adam
1d16718648 py-cftime: added version 1.1.3
Python library for decoding time units and variable values in a netCDF file
conforming to the Climate and Forecasting (CF) netCDF conventions.
2020-07-01 15:57:35 +00:00
nia
e7f7fc8600 time: remove gtodo - gnome 2 app discontinued in 2004 2020-05-28 12:12:51 +00:00
markd
18baa353c7 time: reorder 2020-05-28 06:17:02 +00:00
adam
7dff491827 py-ciso8601: added version 2.1.3
ciso8601 converts ISO 8601 or RFC 3339 date time strings into Python datetime
objects. Since it's written as a C module, it is much faster than other Python
libraries.
2020-05-23 08:22:40 +00:00
markd
e40b4dc1ce time: add tex-datetime2* packages 2020-05-22 01:58:50 +00:00
ryoon
2a3a40036d time: Enable gnome-pomodoro 2020-04-14 14:26:35 +00:00
nia
6c5c4a46a0 gnotime: Remove. More GNOME 2 stuff unmaintained since 2008. 2020-03-23 10:39:03 +00:00
nia
ec63f96a76 planner: Remove, unmaintained GNOME 2 component 2020-03-23 10:21:49 +00:00
taca
21b69a36a7 time/Makefile: delete ruby-tzinfo03 2020-03-21 16:15:09 +00:00
adam
7d0234e38e py-snaptime: added version 0.2.4
The snaptime package is about transforming timestamps simply.
2020-03-21 11:21:53 +00:00
minskim
1f139da875 time/Makefile: Add py-trading-calendars 2020-02-06 23:33:05 +00:00
nia
76a073928a cairo-clock: Remove, upstream vanished nearly 10 years ago
Most recent release is unavailable. This is not the most recent release.
2020-01-29 10:45:34 +00:00
pho
9a57d97721 Add hs-hourglass 2020-01-16 23:27:47 +00:00
kim
c8883a73ac Remove xcal as the upstream is gone and I can not find an alternate source.
It seems unlikely that this is being used much given modern calendaring
standards (e.g. iCalendar DTD [xCal]) and common interoperability.
2020-01-06 11:06:34 +00:00
nia
b873044789 time: Remove hamster-applet.
Dead GNOME 2 applet. This is no longer part of GNOME.
2020-01-04 13:16:20 +00:00
pho
8305981f4b Add hs-clock 2020-01-03 05:32:28 +00:00
pho
945075d014 Add hs-old-time 2020-01-02 03:07:01 +00:00
pho
f86bf1e5cc Add hs-time-compat 2020-01-02 02:55:31 +00:00
markd
1fb9f5e283 time: add kcalutils 2019-11-17 06:23:28 +00:00
markd
78c990299d time: add kcalendarcore 2019-11-11 09:31:25 +00:00
nia
81cd98ad8a evolution: Update to 3.34.1
Switched to GTK3, etc.
2019-10-30 17:26:49 +00:00
brook
01a311b403 R-hms: initial commit.
Implements an S3 class for storing and formatting time-of-day values,
based on the 'difftime' class.
2019-07-31 13:56:46 +00:00
bsiegert
812b0afe93 Add a package for py-pytimeparse-1.1.8.
PR pkg/54340.

A small Python library to parse various kinds of time expressions,
inspired by a StackOverflow question.

The single function pytimeparse.timeparse.timeparse defined in the
library (also available as pytimeparse.parse) parses time expressions
like the following:

    32m
    2h32m
    3d2h32m
    1w3d2h32m
    1w 3d 2h 32m
    1 w 3 d 2 h 32 m
    ...
2019-07-07 10:14:44 +00:00
jaapb
2a8c2218be Added ocaml-mtime to Makefile SUBDIRs 2019-07-01 16:07:29 +00:00
adam
1028866062 py-relativetimebuilder: added version 1.0.0
aniso8601 builder for dateutil relativedeltas

Features
* Provides RelativeTimeBuilder compatible with aniso8601
* Returns dateutil relativedelta objects for durations
2019-04-03 14:50:44 +00:00
tnn
5a1aa0da30 add time/ntpsec 2019-03-25 15:43:05 +00:00
jaapb
381b3bb6ce Added ocaml-time_now to Makefile SUBDIRs 2019-03-13 11:51:11 +00:00
taca
07a32a8d8f time/Makefile: add and enable ruby-tzinfo1 2019-02-03 15:07:40 +00:00
adam
7335e517d1 py-aniso8601: added version 4.0.1
Library for parsing ISO 8601 strings

Features
* Pure Python implementation
* Python 3 support
* Logical behavior
  - Parse a time, get a datetime.time
  - Parse a date, get a datetime.date
  - Parse a datetime, get a datetime.datetime
  - Parse a duration, get a datetime.timedelta
  - Parse an interval, get a tuple of dates or datetimes
  - Parse a repeating interval, get a date or datetime generator
* UTC offset represented as fixed-offset tzinfo
* Parser separate from representation, allowing parsing to different datetime
  formats
* No regular expressions
2018-12-06 19:25:33 +00:00
khorben
0e53049fae Add memo
memo is "a simple tool written in bash to memorize stuff."
2018-09-15 15:15:07 +00:00
wen
59561f8615 Add p5-MooseX-Types-DateTime-MoreCoercions 2018-08-20 03:05:14 +00:00
markd
109002b604 time: add kholidays 2018-06-21 08:17:11 +00:00
minskim
09880fb376 time/Makefile: Add py-jinja2-time 2018-02-25 00:53:05 +00:00
minskim
91a2b4105b time/Makefile: Add R-timeDate 2018-02-09 16:53:50 +00:00
leot
8c78a0e1d5 time/Makefile: Add py-jrnl 2017-12-19 14:26:55 +00:00
leot
00b01b73e7 time/Makefile: Add todotxt 2017-12-19 11:40:40 +00:00
triaxx
548d51b210 Add time/py-monotonic package version 1.4 2017-12-06 21:51:59 +00:00
joerg
225ff93322 + py-maya 2017-09-29 21:23:11 +00:00
joerg
2dc2d1b885 + py-dateparser 2017-09-29 21:22:07 +00:00
joerg
5e6e564614 + py-pendulum 2017-09-29 21:19:07 +00:00
joerg
a9e4a5ae97 + py-tzdata 2017-09-29 13:58:05 +00:00
wiz
4a0e7acbc7 time/Makefile: py-ligotimegps 2017-09-29 08:48:11 +00:00
wiz
06bd0ca307 *: remove qt3 and the packages using it, including KDE3
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
2017-09-26 10:26:54 +00:00
wiz
b5356a1286 Remove gdeskcal. No upstream, last release from 2004.
Even debian has already removed it.
2017-09-04 17:46:05 +00:00
wiz
bed3801304 Remove gtodo-applet.
Gnome 1 application, no upstream, last release from 2004.
2017-09-04 05:52:56 +00:00
markd
955a3864c5 Add tex-datenumber{,-doc} 2017-08-24 02:31:08 +00:00