summaryrefslogtreecommitdiff
path: root/time/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-04-03 14:50:44 +0000
committeradam <adam@pkgsrc.org>2019-04-03 14:50:44 +0000
commit011c2dc666efe5351b39bf18cf123e3fc190ba12 (patch)
tree15c1cc2b9724e454818557c7120784970f34a52f /time/Makefile
parentaba0c1d544343cfb0cd858f902803f3d96add02c (diff)
downloadpkgsrc-011c2dc666efe5351b39bf18cf123e3fc190ba12.tar.gz
py-relativetimebuilder: added version 1.0.0
aniso8601 builder for dateutil relativedeltas Features * Provides RelativeTimeBuilder compatible with aniso8601 * Returns dateutil relativedelta objects for durations
Diffstat (limited to 'time/Makefile')
-rw-r--r--time/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile
index b791c427525..7103568b43c 100644
--- a/time/Makefile
+++ b/time/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.183 2019/03/25 15:43:05 tnn Exp $
+# $NetBSD: Makefile,v 1.184 2019/04/03 14:50:44 adam Exp $
#
COMMENT= Clocks, calendars, daily planners and other time related applications
@@ -149,6 +149,7 @@ SUBDIR+= py-mxDateTime
SUBDIR+= py-parsedatetime
SUBDIR+= py-pendulum
SUBDIR+= py-pytz
+SUBDIR+= py-relativetimebuilder
SUBDIR+= py-rfc3339
SUBDIR+= py-tempora
SUBDIR+= py-trytond-calendar