summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorkleink <kleink>2013-02-09 16:55:33 +0000
committerkleink <kleink>2013-02-09 16:55:33 +0000
commit350dfc33657946cd3ff33403169f897153c4b471 (patch)
treeeda6fadd339bfebaca0062d220036d29112ce126 /time
parentdbb52743b68d48784f81b1dcf13312f5b4dd32af (diff)
downloadpkgsrc-350dfc33657946cd3ff33403169f897153c4b471.tar.gz
Update py-icalendar to 3.3.
3.3 (2013-02-08) ---------------- * Drop support for Python < 2.6. [thet] * Allow vGeo to be instantiated with list and not only tuples of geo coordinates. Fixes #83. [thet] * Don't force to pass a list to vDDDLists and allow setting individual RDATE and EXDATE values without having to wrap them in a list. [thet] * Fix encoding function to allow setting RDATE and EXDATE values and not to have bypass encoding with an icalendar property. [thet] * Allow setting of timezone for vDDDLists and support timezone properties for RDATE and EXDATE component properties. [thet] * Move setting of TZID properties to vDDDTypes, where it belongs to. [thet] * Use @staticmethod decorator instead of wrapper function. [warvariuc, thet] * Extend quoting of parameter values to all of those characters: ",;: ’'". This fixes an outlook incompatibility with some characters. Fixes: #79, Fixes: #81. [warvariuc] * Define VTIMETZONE subcomponents STANDARD and DAYLIGHT for RFC5545 compliance. [thet]
Diffstat (limited to 'time')
-rw-r--r--time/py-icalendar/Makefile8
-rw-r--r--time/py-icalendar/PLIST5
-rw-r--r--time/py-icalendar/distinfo8
3 files changed, 10 insertions, 11 deletions
diff --git a/time/py-icalendar/Makefile b/time/py-icalendar/Makefile
index 6fab24438d5..e75f728ad0c 100644
--- a/time/py-icalendar/Makefile
+++ b/time/py-icalendar/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2013/02/09 16:36:12 kleink Exp $
+# $NetBSD: Makefile,v 1.9 2013/02/09 16:55:33 kleink Exp $
#
-DISTNAME= icalendar-3.2
+DISTNAME= icalendar-3.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= http://pypi.python.org/packages/source/i/icalendar/
@@ -13,9 +13,5 @@ LICENSE= 2-clause-bsd
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 8e111742dab..451b18bada1 100644
--- a/time/py-icalendar/PLIST
+++ b/time/py-icalendar/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2012/12/08 23:36:45 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2013/02/09 16:55:33 kleink Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -50,6 +50,9 @@ ${PYSITELIB}/icalendar/tests/test_encoding.pyo
${PYSITELIB}/icalendar/tests/test_icalendar.py
${PYSITELIB}/icalendar/tests/test_icalendar.pyc
${PYSITELIB}/icalendar/tests/test_icalendar.pyo
+${PYSITELIB}/icalendar/tests/test_prop.py
+${PYSITELIB}/icalendar/tests/test_prop.pyc
+${PYSITELIB}/icalendar/tests/test_prop.pyo
${PYSITELIB}/icalendar/tests/test_property_params.py
${PYSITELIB}/icalendar/tests/test_property_params.pyc
${PYSITELIB}/icalendar/tests/test_property_params.pyo
diff --git a/time/py-icalendar/distinfo b/time/py-icalendar/distinfo
index 1ed9165f2ac..80038b38dae 100644
--- a/time/py-icalendar/distinfo
+++ b/time/py-icalendar/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2012/12/08 23:36:45 wiz Exp $
+$NetBSD: distinfo,v 1.7 2013/02/09 16:55:33 kleink Exp $
-SHA1 (icalendar-3.2.tar.gz) = 80ba027ad604295e79561e9a4f62945b8541f1e6
-RMD160 (icalendar-3.2.tar.gz) = 37367adc799da91ae6fa0eb5cd3c824055d0a279
-Size (icalendar-3.2.tar.gz) = 67177 bytes
+SHA1 (icalendar-3.3.tar.gz) = fadbb84942ae323a6e2363e5bfbfdbe9b22b447c
+RMD160 (icalendar-3.3.tar.gz) = e648b72d7825ac6f2886ea888ded24359b622482
+Size (icalendar-3.3.tar.gz) = 60268 bytes