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

(-)/usr/local/poudriere/ports/development/devel/py-tzlocal/Makefile (-2 / +2 lines)
Lines 12-20 Link Here
12
LICENSE=	CC0-1.0
12
LICENSE=	CC0-1.0
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
14
14
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz
15
RUN_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz
16
16
17
USES=		python
17
USES?=		python
18
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
19
NO_ARCH=	yes
19
NO_ARCH=	yes
20
20
(-)/usr/local/poudriere/ports/development/devel/py3-tzlocal/Makefile (+9 lines)
Line 0 Link Here
1
# Created by: rs.os
2
# $FreeBSD$
3
4
MASTERDIR=		${.CURDIR}/../py-tzlocal
5
6
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py3-pytz
7
USES=			python:3.3+
8
9
.include "${MASTERDIR}/Makefile"
(-)/usr/local/poudriere/ports/development/devel/Makefile (+1 lines)
Lines 4980-4985 Link Here
4980
    SUBDIR += py3-six
4980
    SUBDIR += py3-six
4981
    SUBDIR += py3-tabulate
4981
    SUBDIR += py3-tabulate
4982
    SUBDIR += py3-threema-msgapi
4982
    SUBDIR += py3-threema-msgapi
4983
    SUBDIR += py3-tzlocal
4983
    SUBDIR += py3-vcversioner
4984
    SUBDIR += py3-vcversioner
4984
    SUBDIR += py3-wcwidth
4985
    SUBDIR += py3-wcwidth
4985
    SUBDIR += py3-xdg
4986
    SUBDIR += py3-xdg

Return to bug 219611