Tue Jul 22 10:17:25 2014 UTC ()
Update to 3.8.2, fixing the bug I reported 18 minutes ago.

3.8.2 (2014-07-22)
------------------

- Exclude editor backup files from egg distributions. Fixes #144.
  [thet]


(wiz)
diff -r1.19 -r1.20 pkgsrc/time/py-icalendar/Makefile
diff -r1.12 -r1.13 pkgsrc/time/py-icalendar/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/time/py-icalendar/Makefile (expand / switch to unified diff)

--- pkgsrc/time/py-icalendar/Makefile 2014/07/22 09:57:15 1.19
+++ pkgsrc/time/py-icalendar/Makefile 2014/07/22 10:17:25 1.20
@@ -1,27 +1,21 @@ @@ -1,27 +1,21 @@
1# $NetBSD: Makefile,v 1.19 2014/07/22 09:57:15 wiz Exp $ 1# $NetBSD: Makefile,v 1.20 2014/07/22 10:17:25 wiz Exp $
2 2
3DISTNAME= icalendar-3.8.1 3DISTNAME= icalendar-3.8.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= time python 5CATEGORIES= time python
6MASTER_SITES= http://pypi.python.org/packages/source/i/icalendar/ 6MASTER_SITES= http://pypi.python.org/packages/source/i/icalendar/
7 7
8MAINTAINER= mj@turner.org.za 8MAINTAINER= mj@turner.org.za
9HOMEPAGE= http://icalendar.readthedocs.org/en/latest/ 9HOMEPAGE= http://icalendar.readthedocs.org/en/latest/
10COMMENT= Python parser/generator for iCalendar files, as per RFC2445 10COMMENT= Python parser/generator for iCalendar files, as per RFC2445
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz 13DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
14 14
15PYTHON_VERSIONED_DEPENDENCIES= dateutil 15PYTHON_VERSIONED_DEPENDENCIES= dateutil
16 16
17USE_LANGUAGES= # empty 17USE_LANGUAGES= # empty
18 18
19# backup files in 3.8.1 distfile that are installed -- delete them before that happens 
20# https://github.com/collective/icalendar/issues/144 
21post-extract: 
22 ${RM} ${WRKSRC}/src/icalendar/tests/test_unit_cal.py~ 
23 ${RM} ${WRKSRC}/src/icalendar/tests/test_fixed_issues.py~ 
24 
25.include "../../lang/python/egg.mk" 19.include "../../lang/python/egg.mk"
26.include "../../lang/python/versioned_dependencies.mk" 20.include "../../lang/python/versioned_dependencies.mk"
27.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.12 -r1.13 pkgsrc/time/py-icalendar/distinfo (expand / switch to unified diff)

--- pkgsrc/time/py-icalendar/distinfo 2014/07/22 09:57:15 1.12
+++ pkgsrc/time/py-icalendar/distinfo 2014/07/22 10:17:25 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2014/07/22 09:57:15 wiz Exp $ 1$NetBSD: distinfo,v 1.13 2014/07/22 10:17:25 wiz Exp $
2 2
3SHA1 (icalendar-3.8.1.tar.gz) = 55b7c50bd272107caef58cb75ef4cc51e14b3dfa 3SHA1 (icalendar-3.8.2.tar.gz) = c1ffb7ab81a96dd9bb7e81a59cedc4aa413abd43
4RMD160 (icalendar-3.8.1.tar.gz) = 88d8223c978eb46c63a67a90de8f08a2a36903d0 4RMD160 (icalendar-3.8.2.tar.gz) = 9eb51a7634270130cab473eb429731ac685df0f9
5Size (icalendar-3.8.1.tar.gz) = 68294 bytes 5Size (icalendar-3.8.2.tar.gz) = 64546 bytes