Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= falcon |
4 |
PORTNAME= falcon |
5 |
PORTVERSION= 1.0.0 |
5 |
PORTVERSION= 1.4.1 |
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 11-22
Link Here
|
11 |
COMMENT= High-performance Python framework for building cloud APIs |
11 |
COMMENT= High-performance Python framework for building cloud APIs |
12 |
|
12 |
|
13 |
LICENSE= APACHE20 |
13 |
LICENSE= APACHE20 |
|
|
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
14 |
|
15 |
|
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}testtools>=0:devel/py-testtools@${PY_FLAVOR} \ |
16 |
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ |
16 |
${PYTHON_PKGNAMEPREFIX}six>=1.1.0:devel/py-six@${PY_FLAVOR} \ |
17 |
${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema@${PY_FLAVOR} \ |
17 |
${PYTHON_PKGNAMEPREFIX}mimeparse>=0.1.4:devel/py-mimeparse@${PY_FLAVOR} |
18 |
${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${PY_FLAVOR} \ |
|
|
19 |
${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ |
20 |
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} |
21 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${PY_FLAVOR} \ |
22 |
${PYTHON_PKGNAMEPREFIX}mimeparse>=1.5.2:devel/py-mimeparse@${PY_FLAVOR} |
18 |
|
23 |
|
19 |
USES= python |
24 |
USES= python |
20 |
USE_PYTHON= distutils autoplist cython |
25 |
USE_PYTHON= distutils autoplist cython |
21 |
|
26 |
|
|
|
27 |
do-test: |
28 |
@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYTHON_VER}) |
29 |
|
22 |
.include <bsd.port.mk> |
30 |
.include <bsd.port.mk> |