Lines 2-8
Link Here
|
2 |
|
2 |
|
3 |
PORTNAME= tuir |
3 |
PORTNAME= tuir |
4 |
DISTVERSION= 1.29.0 |
4 |
DISTVERSION= 1.29.0 |
5 |
PORTREVISION= 1 |
5 |
PORTREVISION= 2 |
6 |
CATEGORIES= www python |
6 |
CATEGORIES= www python |
7 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 19-33
Link Here
|
19 |
${PYTHON_PKGNAMEPREFIX}requests>=2.4.0:www/py-requests@${PY_FLAVOR} \ |
19 |
${PYTHON_PKGNAMEPREFIX}requests>=2.4.0:www/py-requests@${PY_FLAVOR} \ |
20 |
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} |
20 |
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} |
21 |
|
21 |
|
22 |
USES= python:2.7+ |
22 |
USES= python:3.6+ |
23 |
USE_PYTHON= autoplist concurrent distutils |
23 |
USE_PYTHON= autoplist concurrent distutils |
24 |
|
|
|
25 |
.include <bsd.port.pre.mk> |
26 |
|
27 |
.if ${PYTHON_VER} < 3.6 |
28 |
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mailcap_fix>=0.1.3:devel/py-mailcap-fix@${PY_FLAVOR} |
29 |
.endif |
30 |
|
31 |
NO_ARCH= yes |
24 |
NO_ARCH= yes |
32 |
|
25 |
|
33 |
.include <bsd.port.post.mk> |
26 |
.include <bsd.port.mk> |