|
Lines 2-9
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= twisted |
4 |
PORTNAME= twisted |
| 5 |
PORTVERSION= 18.9.0 |
5 |
PORTVERSION= 20.3.0 |
| 6 |
PORTREVISION= 1 |
|
|
| 7 |
CATEGORIES= devel net python |
6 |
CATEGORIES= devel net python |
| 8 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
| 9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
|
Lines 16-22
Link Here
|
| 16 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
15 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
| 17 |
|
16 |
|
| 18 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}constantly>=15.1:devel/py-constantly@${PY_FLAVOR} \ |
17 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}constantly>=15.1:devel/py-constantly@${PY_FLAVOR} \ |
| 19 |
${PYTHON_PKGNAMEPREFIX}attrs>17.4.0:devel/py-attrs@${PY_FLAVOR} \ |
18 |
${PYTHON_PKGNAMEPREFIX}attrs>19.2.0:devel/py-attrs@${PY_FLAVOR} \ |
| 20 |
${PYTHON_PKGNAMEPREFIX}hyperlink>=17.1.1:www/py-hyperlink@${PY_FLAVOR} \ |
19 |
${PYTHON_PKGNAMEPREFIX}hyperlink>=17.1.1:www/py-hyperlink@${PY_FLAVOR} \ |
| 21 |
${PYTHON_PKGNAMEPREFIX}incremental>=16.10.1:devel/py-incremental@${PY_FLAVOR} \ |
20 |
${PYTHON_PKGNAMEPREFIX}incremental>=16.10.1:devel/py-incremental@${PY_FLAVOR} \ |
| 22 |
${PYTHON_PKGNAMEPREFIX}PyHamcrest>=1.9.0:textproc/py-pyhamcrest@${PY_FLAVOR} \ |
21 |
${PYTHON_PKGNAMEPREFIX}PyHamcrest>=1.9.0:textproc/py-pyhamcrest@${PY_FLAVOR} \ |
|
Lines 23-29
Link Here
|
| 23 |
${PYTHON_PKGNAMEPREFIX}zope.interface>=4.4.0:devel/py-zope.interface@${PY_FLAVOR} \ |
22 |
${PYTHON_PKGNAMEPREFIX}zope.interface>=4.4.0:devel/py-zope.interface@${PY_FLAVOR} \ |
| 24 |
${PYTHON_PKGNAMEPREFIX}Automat>=0.3.0:devel/py-Automat@${PY_FLAVOR} |
23 |
${PYTHON_PKGNAMEPREFIX}Automat>=0.3.0:devel/py-Automat@${PY_FLAVOR} |
| 25 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
24 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
| 26 |
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}service_identity>0:security/py-service_identity@${PY_FLAVOR} |
25 |
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}service_identity>18.1.0:security/py-service_identity@${PY_FLAVOR} |
| 27 |
|
26 |
|
| 28 |
USES= python tar:bzip2 |
27 |
USES= python tar:bzip2 |
| 29 |
USE_PYTHON= autoplist concurrent distutils |
28 |
USE_PYTHON= autoplist concurrent distutils |