Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= pytest-django |
4 |
PORTNAME= pytest-django |
5 |
PORTVERSION= 2.9.1 |
5 |
PORTVERSION= 3.2.1 |
6 |
CATEGORIES= devel python |
6 |
CATEGORIES= devel python |
7 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 10-26
Link Here
|
10 |
MAINTAINER= tj@FreeBSD.org |
10 |
MAINTAINER= tj@FreeBSD.org |
11 |
COMMENT= Django plugin for py.test |
11 |
COMMENT= Django plugin for py.test |
12 |
|
12 |
|
13 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@${FLAVOR} \ |
13 |
LICENSE= BSD3CLAUSE |
14 |
${PYTHON_PKGNAMEPREFIX}django-configurations>=0:www/py-django-configurations@${FLAVOR} \ |
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
15 |
${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0:devel/py-pytest-xdist@${FLAVOR} \ |
|
|
16 |
${PYTHON_PKGNAMEPREFIX}tox>=0:devel/py-tox@${FLAVOR} \ |
17 |
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${FLAVOR} \ |
18 |
${PYTHON_PKGNAMEPREFIX}twine>=0:devel/py-twine@${FLAVOR} \ |
19 |
${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${FLAVOR} \ |
20 |
${PYTHON_PKGNAMEPREFIX}south>=0:databases/py-south@${FLAVOR} |
21 |
BUILD_DEPENDS= ${RUN_DEPENDS} |
22 |
|
15 |
|
|
|
16 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.11.1:devel/py-setuptools_scm@${PY_FLAVOR} |
17 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.9:devel/py-pytest@${PY_FLAVOR} |
18 |
|
23 |
USES= python |
19 |
USES= python |
24 |
USE_PYTHON= distutils autoplist |
20 |
USE_PYTHON= distutils autoplist |
|
|
21 |
NO_ARCH= yes |
25 |
|
22 |
|
26 |
.include <bsd.port.mk> |
23 |
.include <bsd.port.mk> |