summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-12-08 23:36:45 +0000
committerwiz <wiz@pkgsrc.org>2012-12-08 23:36:45 +0000
commit10565792e125fb3282a0bb7255a10fa6f218b7ba (patch)
treece592483a591d5034f0488ae0e339e675fa861f5 /time
parent00db81eed5047825c37fbf4ab43cb926bddce947 (diff)
downloadpkgsrc-10565792e125fb3282a0bb7255a10fa6f218b7ba.tar.gz
Update to 3.2:
3.2 (2012-11-27) ---------------- * Documentation file layout restructuring. [thet] * Fix time support. vTime events can be instantiated with a datetime.time object, and do not inherit from datetime.time itself. [rdunklau] * Correctly handle tzinfo objects parsed with dateutil. Fixes #77. [warvariuc, thet] * Text values are escaped correclty. Fixes #74. [warvariuc] * Returned old folding algorithm, as the current implementation fails in some cases. Fixes #72, Fixes #73. [warvariuc] * Supports to_ical() on date/time properties for dates prior to 1900. [cdevienne]
Diffstat (limited to 'time')
-rw-r--r--time/py-icalendar/Makefile10
-rw-r--r--time/py-icalendar/PLIST6
-rw-r--r--time/py-icalendar/distinfo8
3 files changed, 16 insertions, 8 deletions
diff --git a/time/py-icalendar/Makefile b/time/py-icalendar/Makefile
index e64c5654e11..18d97ead633 100644
--- a/time/py-icalendar/Makefile
+++ b/time/py-icalendar/Makefile
@@ -1,17 +1,21 @@
-# $NetBSD: Makefile,v 1.6 2012/10/08 13:04:28 asau Exp $
+# $NetBSD: Makefile,v 1.7 2012/12/08 23:36:45 wiz Exp $
#
-DISTNAME= icalendar-3.1
+DISTNAME= icalendar-3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= http://pypi.python.org/packages/source/i/icalendar/
MAINTAINER= mj@turner.org.za
-HOMEPAGE= http://codespeak.net/icalendar/
+HOMEPAGE= http://icalendar.readthedocs.org/en/latest/
COMMENT= Python parser/generator for iCalendar files, as per RFC2445
LICENSE= gnu-lgpl-v2.1
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
+post-extract:
+ ${RM} ${WRKSRC}/src/icalendar/.cal.py.swp
+ ${RM} ${WRKSRC}/src/icalendar/.tools.py.swp
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/time/py-icalendar/PLIST b/time/py-icalendar/PLIST
index 5479ae281fa..8e111742dab 100644
--- a/time/py-icalendar/PLIST
+++ b/time/py-icalendar/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2012/09/13 20:12:16 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2012/12/08 23:36:45 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -53,9 +53,13 @@ ${PYSITELIB}/icalendar/tests/test_icalendar.pyo
${PYSITELIB}/icalendar/tests/test_property_params.py
${PYSITELIB}/icalendar/tests/test_property_params.pyc
${PYSITELIB}/icalendar/tests/test_property_params.pyo
+${PYSITELIB}/icalendar/tests/test_time.py
+${PYSITELIB}/icalendar/tests/test_time.pyc
+${PYSITELIB}/icalendar/tests/test_time.pyo
${PYSITELIB}/icalendar/tests/test_timezoned.py
${PYSITELIB}/icalendar/tests/test_timezoned.pyc
${PYSITELIB}/icalendar/tests/test_timezoned.pyo
+${PYSITELIB}/icalendar/tests/time.ics
${PYSITELIB}/icalendar/tests/timezoned.ics
${PYSITELIB}/icalendar/tools.py
${PYSITELIB}/icalendar/tools.pyc
diff --git a/time/py-icalendar/distinfo b/time/py-icalendar/distinfo
index 71fb7bfa366..1ed9165f2ac 100644
--- a/time/py-icalendar/distinfo
+++ b/time/py-icalendar/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2012/09/13 20:12:16 wiz Exp $
+$NetBSD: distinfo,v 1.6 2012/12/08 23:36:45 wiz Exp $
-SHA1 (icalendar-3.1.tar.gz) = 5fe1df343589a26f227718c185fd80c7e81749b8
-RMD160 (icalendar-3.1.tar.gz) = a429b9d1d94f1a4bf36cbba04ea211d2b7b9dbc3
-Size (icalendar-3.1.tar.gz) = 52177 bytes
+SHA1 (icalendar-3.2.tar.gz) = 80ba027ad604295e79561e9a4f62945b8541f1e6
+RMD160 (icalendar-3.2.tar.gz) = 37367adc799da91ae6fa0eb5cd3c824055d0a279
+Size (icalendar-3.2.tar.gz) = 67177 bytes