a693c9f0d0
3.8.3 (2014-08-26) ------------------ - PERCENT property in VTODO renamed to PERCENT-COMPLETE, according to RFC5545. [thomascube]
21 lines
631 B
Makefile
21 lines
631 B
Makefile
# $NetBSD: Makefile,v 1.21 2014/08/31 21:35:11 wiz Exp $
|
|
|
|
DISTNAME= icalendar-3.8.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= time python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/i/icalendar/
|
|
|
|
MAINTAINER= mj@turner.org.za
|
|
HOMEPAGE= http://icalendar.readthedocs.org/en/latest/
|
|
COMMENT= Python parser/generator for iCalendar files, as per RFC2445
|
|
LICENSE= 2-clause-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES= dateutil
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|