diff options
author | adam <adam@pkgsrc.org> | 2017-02-13 17:15:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-02-13 17:15:00 +0000 |
commit | 2309d7df54aad8cc3ff7ad8150329aac4d65c309 (patch) | |
tree | 9005a1589e9b91bf12c58d1881e976e0467821a3 /time/Makefile | |
parent | 443f7c9a0d0ce6457acb43a4db19b63a6c3dd501 (diff) | |
download | pkgsrc-2309d7df54aad8cc3ff7ad8150329aac4d65c309.tar.gz |
Added time/py-tempora version 1.6.1
Objects and routines pertaining to date and time (tempora).
Modules include:
- tempora (top level package module) contains miscellaneous
utilities and constants.
- timing contains routines for measuring and profiling.
- schedule contains an event scheduler.
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index a2468189157..6b83bc841d3 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.158 2016/12/04 21:12:59 rodent Exp $ +# $NetBSD: Makefile,v 1.159 2017/02/13 17:15:00 adam Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -139,6 +139,7 @@ SUBDIR+= py-mxDateTime SUBDIR+= py-parsedatetime SUBDIR+= py-pytz SUBDIR+= py-rfc3339 +SUBDIR+= py-tempora SUBDIR+= py-trytond-calendar SUBDIR+= py-trytond-calendar-classification SUBDIR+= py-trytond-calendar-scheduling |