diff options
author | wiz <wiz@pkgsrc.org> | 2014-07-22 10:17:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-07-22 10:17:25 +0000 |
commit | 7b89456e55a19237b2ecc8c3249744d8a7e7c917 (patch) | |
tree | 56e9045af66a4d379e2ce6f1f708715f043c5ee6 /time/py-icalendar | |
parent | c1e3c1398a0d99a95da888582092efd8e2fbebeb (diff) | |
download | pkgsrc-7b89456e55a19237b2ecc8c3249744d8a7e7c917.tar.gz |
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]
Diffstat (limited to 'time/py-icalendar')
-rw-r--r-- | time/py-icalendar/Makefile | 10 | ||||
-rw-r--r-- | time/py-icalendar/distinfo | 8 |
2 files changed, 6 insertions, 12 deletions
diff --git a/time/py-icalendar/Makefile b/time/py-icalendar/Makefile index edbd8743ce5..552923dc6ca 100644 --- a/time/py-icalendar/Makefile +++ b/time/py-icalendar/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2014/07/22 09:57:15 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2014/07/22 10:17:25 wiz Exp $ -DISTNAME= icalendar-3.8.1 +DISTNAME= icalendar-3.8.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= time python MASTER_SITES= http://pypi.python.org/packages/source/i/icalendar/ @@ -16,12 +16,6 @@ PYTHON_VERSIONED_DEPENDENCIES= dateutil USE_LANGUAGES= # empty -# backup files in 3.8.1 distfile that are installed -- delete them before that happens -# https://github.com/collective/icalendar/issues/144 -post-extract: - ${RM} ${WRKSRC}/src/icalendar/tests/test_unit_cal.py~ - ${RM} ${WRKSRC}/src/icalendar/tests/test_fixed_issues.py~ - .include "../../lang/python/egg.mk" .include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/py-icalendar/distinfo b/time/py-icalendar/distinfo index 2d38b0a780b..01c709c7166 100644 --- a/time/py-icalendar/distinfo +++ b/time/py-icalendar/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2014/07/22 09:57:15 wiz Exp $ +$NetBSD: distinfo,v 1.13 2014/07/22 10:17:25 wiz Exp $ -SHA1 (icalendar-3.8.1.tar.gz) = 55b7c50bd272107caef58cb75ef4cc51e14b3dfa -RMD160 (icalendar-3.8.1.tar.gz) = 88d8223c978eb46c63a67a90de8f08a2a36903d0 -Size (icalendar-3.8.1.tar.gz) = 68294 bytes +SHA1 (icalendar-3.8.2.tar.gz) = c1ffb7ab81a96dd9bb7e81a59cedc4aa413abd43 +RMD160 (icalendar-3.8.2.tar.gz) = 9eb51a7634270130cab473eb429731ac685df0f9 +Size (icalendar-3.8.2.tar.gz) = 64546 bytes |