View | Details | Raw Unified | Return to bug 229901 | Differences between
and this patch

Collapse All | Expand All

(-)py-icalendar/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	icalendar
4
PORTNAME=	icalendar
5
PORTVERSION=	3.11.7
5
PORTVERSION=	4.0.3
6
CATEGORIES=	devel python
6
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 18-25 Link Here
18
18
19
USES=		python
19
USES=		python
20
USE_PYTHON=	autoplist concurrent distutils
20
USE_PYTHON=	autoplist concurrent distutils
21
21
NO_ARCH=	yes
22
NO_ARCH=	yes
22
23
PORTDOCS=	*
23
PORTDOCS=	*
24
24
25
OPTIONS_DEFINE=	DOCS
25
OPTIONS_DEFINE=	DOCS
(-)py-icalendar/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1509448538
1
TIMESTAMP = 1545839169
2
SHA256 (icalendar-3.11.7.tar.gz) = ecadaec5b5ebbae19640dac65a11e0adeabfeb16fb342c1a853f4a8e520c0e2a
2
SHA256 (icalendar-4.0.3.tar.gz) = 07c2447a1d44cbb27c90b8c6a5c98e890cc1853c6223e2a52195cddec26c6356
3
SIZE (icalendar-3.11.7.tar.gz) = 78330
3
SIZE (icalendar-4.0.3.tar.gz) = 77899
(-)py-icalendar/files/patch-src_icalendar_cli.py (+10 lines)
Line 0 Link Here
1
--- src/icalendar/cli.py.orig	2018-06-20 12:52:55 UTC
2
+++ src/icalendar/cli.py
3
@@ -86,6 +86,7 @@ def main():
4
     # This seems a bit of an overkill now, but we will probably add more
5
     # functionality later, e.g., iCalendar to JSON / YAML and vice versa.
6
     subparsers = parser.add_subparsers(dest='subcommand')
7
+    subparsers.required = True
8
 
9
     subparser = subparsers.add_parser(
10
         'view', description=view.__doc__.split('\n\n')[0])

Return to bug 229901