Lines 3-8
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= apptools |
4 |
PORTNAME= apptools |
5 |
PORTVERSION= 4.4.0 |
5 |
PORTVERSION= 4.4.0 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= devel python |
7 |
CATEGORIES= devel python |
7 |
MASTER_SITES= CHEESESHOP |
8 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 15-22
Link Here
|
15 |
# See ${WRKSRC}/image_LICENSE.txt for information that other |
16 |
# See ${WRKSRC}/image_LICENSE.txt for information that other |
16 |
# files *LICENSE* are not used |
17 |
# files *LICENSE* are not used |
17 |
|
18 |
|
18 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traits>=4.5.0:devel/py-traits@${PY_FLAVOR} \ |
19 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traitsui>=0:graphics/py-traitsui@${PY_FLAVOR} \ |
19 |
${PYTHON_PKGNAMEPREFIX}configobj>=5.0.:devel/py-configobj@${PY_FLAVOR} |
20 |
${PYTHON_PKGNAMEPREFIX}configobj>=5.0.:devel/py-configobj@${PY_FLAVOR} |
|
|
21 |
# The requirements are defined in apptools/__init__.py |
20 |
|
22 |
|
21 |
USES= python |
23 |
USES= python |
22 |
USE_PYTHON= autoplist distutils |
24 |
USE_PYTHON= autoplist distutils |