Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= xlib |
4 |
PORTNAME= xlib |
5 |
PORTVERSION= 0.18 |
5 |
PORTVERSION= 0.20 |
6 |
CATEGORIES= x11-toolkits python |
6 |
CATEGORIES= x11-toolkits python |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
|
8 |
|
Lines 15-25
Link Here
|
15 |
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six |
15 |
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six |
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six |
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six |
17 |
|
17 |
|
18 |
USE_GITHUB= yes |
|
|
19 |
GH_ACCOUNT= python-xlib |
18 |
GH_ACCOUNT= python-xlib |
20 |
GH_PROJECT= python-xlib |
19 |
GH_PROJECT= python-xlib |
21 |
|
20 |
|
22 |
USES= python |
21 |
USES= python |
|
|
22 |
USE_GITHUB= yes |
23 |
USE_PYTHON= distutils autoplist |
23 |
USE_PYTHON= distutils autoplist |
24 |
NO_ARCH= yes |
24 |
NO_ARCH= yes |
25 |
|
25 |
|