diff options
author | wiz <wiz@pkgsrc.org> | 2012-01-20 12:08:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-01-20 12:08:47 +0000 |
commit | 5d064023bea6dff5a1bc5b8bc0137777450574ff (patch) | |
tree | 4cd3cd82567ef5c3656714c884cf8396fcef1a70 /time | |
parent | b9e00f1b2bf3283413773dfb25d72a85e47a55a6 (diff) | |
download | pkgsrc-5d064023bea6dff5a1bc5b8bc0137777450574ff.tar.gz |
Update to 2.2.
2.2
---
* migration to https://github.com/collective/icalendar using svn2git preserving
tags, branches and authors.
[garbas]
* using tox for testing on python 2.4, 2.5, 2.6, 2.6.
[garbas]
* fixed tests so they pass also under python 2.7.
[garbas]
* running tests on https://jenkins.plone.org/job/icalendar (only 2.6 for now)
with some other metrics (pylint, clonedigger, coverage).
[garbas]
* review and merge changes from https://github.com/cozi/icalendar fork.
[garbas]
* created sphinx documentation and started documenting development and goals.
[garbas]
* hook out github repository to http://readthedocs.org service so sphinx
documentation is generated on each commit (for master). Documentation can be
visible on: http://readthedocs.org/docs/icalendar/en/latest/
[garbas]
Diffstat (limited to 'time')
-rw-r--r-- | time/py-icalendar/Makefile | 15 | ||||
-rw-r--r-- | time/py-icalendar/PLIST | 28 | ||||
-rw-r--r-- | time/py-icalendar/distinfo | 8 |
3 files changed, 24 insertions, 27 deletions
diff --git a/time/py-icalendar/Makefile b/time/py-icalendar/Makefile index 5b3850d4ecc..399efad5806 100644 --- a/time/py-icalendar/Makefile +++ b/time/py-icalendar/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2010/01/20 10:34:23 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2012/01/20 12:08:47 wiz Exp $ # -DISTNAME= icalendar-2.1 +DISTNAME= icalendar-2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= time python MASTER_SITES= http://pypi.python.org/packages/source/i/icalendar/ @@ -13,16 +13,5 @@ LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir -PY_PATCHPLIST= yes -EGG_NAME= ${DISTNAME:S/C/c/} - -DOCDIR= ${PREFIX}/share/doc/${PKGNAME} - -INSTALLATION_DIRS= ${DOCDIR} - -# Install documentation manually -post-install: - ${INSTALL_DATA} ${WRKSRC}/doc/* ${DESTDIR}${DOCDIR} - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/py-icalendar/PLIST b/time/py-icalendar/PLIST index 52a4529bc75..9a31bd83893 100644 --- a/time/py-icalendar/PLIST +++ b/time/py-icalendar/PLIST @@ -1,7 +1,9 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:17:59 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2012/01/20 12:08:47 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/icalendar/__init__.py ${PYSITELIB}/icalendar/__init__.pyc @@ -21,18 +23,24 @@ ${PYSITELIB}/icalendar/parser.pyo ${PYSITELIB}/icalendar/prop.py ${PYSITELIB}/icalendar/prop.pyc ${PYSITELIB}/icalendar/prop.pyo +${PYSITELIB}/icalendar/tests/__init__.py +${PYSITELIB}/icalendar/tests/__init__.pyc +${PYSITELIB}/icalendar/tests/__init__.pyo +${PYSITELIB}/icalendar/tests/example.txt +${PYSITELIB}/icalendar/tests/groupscheduled.ics +${PYSITELIB}/icalendar/tests/groupscheduled.txt +${PYSITELIB}/icalendar/tests/multiple.ics +${PYSITELIB}/icalendar/tests/multiple.txt +${PYSITELIB}/icalendar/tests/recurrence.ics +${PYSITELIB}/icalendar/tests/recurrence.txt +${PYSITELIB}/icalendar/tests/small.ics +${PYSITELIB}/icalendar/tests/small.txt +${PYSITELIB}/icalendar/tests/test_icalendar.py +${PYSITELIB}/icalendar/tests/test_icalendar.pyc +${PYSITELIB}/icalendar/tests/test_icalendar.pyo ${PYSITELIB}/icalendar/tools.py ${PYSITELIB}/icalendar/tools.pyc ${PYSITELIB}/icalendar/tools.pyo ${PYSITELIB}/icalendar/util.py ${PYSITELIB}/icalendar/util.pyc ${PYSITELIB}/icalendar/util.pyo -share/doc/${PKGNAME}/example.txt -share/doc/${PKGNAME}/groupscheduled.ics -share/doc/${PKGNAME}/groupscheduled.txt -share/doc/${PKGNAME}/multiple.ics -share/doc/${PKGNAME}/multiple.txt -share/doc/${PKGNAME}/recurrence.ics -share/doc/${PKGNAME}/recurrence.txt -share/doc/${PKGNAME}/small.ics -share/doc/${PKGNAME}/small.txt diff --git a/time/py-icalendar/distinfo b/time/py-icalendar/distinfo index 083c1dc0063..d8d7f7c6330 100644 --- a/time/py-icalendar/distinfo +++ b/time/py-icalendar/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/01/20 10:34:23 wiz Exp $ +$NetBSD: distinfo,v 1.4 2012/01/20 12:08:47 wiz Exp $ -SHA1 (icalendar-2.1.tar.gz) = be1104db8853e3e0746a6f7bc3bb8103c79d5edb -RMD160 (icalendar-2.1.tar.gz) = a62548dcabe8657d0445e2b810ff6f3c49fdec0f -Size (icalendar-2.1.tar.gz) = 73180 bytes +SHA1 (icalendar-2.2.tar.gz) = f678e03a0bfb4b44b243a4cd69d2f19111b0e841 +RMD160 (icalendar-2.2.tar.gz) = 9b0e336858805360100d499fd8ea443a49a8a4b9 +Size (icalendar-2.2.tar.gz) = 34739 bytes |