View | Details | Raw Unified | Return to bug 245100
Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	cloud-init
3
PORTNAME=	cloud-init
4
PORTVERSION=	20.1
4
PORTVERSION=	20.1
5
PORTREVISION=	1
5
CATEGORIES=	net python
6
CATEGORIES=	net python
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
8
Lines 28-34 Link Here
28
		${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema@${PY_FLAVOR} \
29
		${PYTHON_PKGNAMEPREFIX}jsonschema>0:devel/py-jsonschema@${PY_FLAVOR} \
29
		${PYTHON_PKGNAMEPREFIX}jsonpointer>0:devel/py-jsonpointer@${PY_FLAVOR}
30
		${PYTHON_PKGNAMEPREFIX}jsonpointer>0:devel/py-jsonpointer@${PY_FLAVOR}
30
31
31
USES=		python shebangfix
32
USES=		python:3.6+ shebangfix
32
USE_GITHUB=	yes
33
USE_GITHUB=	yes
33
GH_ACCOUNT=	canonical
34
GH_ACCOUNT=	canonical
34
35

Return to bug 245100