|
Lines 1-5
Link Here
|
| 1 |
PORTNAME= xonsh |
1 |
PORTNAME= xonsh |
| 2 |
PORTVERSION= 0.11.0 |
2 |
DISTVERSION= 0.13.0 |
| 3 |
CATEGORIES= shells python |
3 |
CATEGORIES= shells python |
| 4 |
MASTER_SITES= CHEESESHOP |
4 |
MASTER_SITES= CHEESESHOP |
| 5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
|
Lines 10-20
COMMENT= Python-ish BASH-wards shell
Link Here
|
| 10 |
LICENSE= BSD2CLAUSE |
10 |
LICENSE= BSD2CLAUSE |
| 11 |
LICENSE_FILE= ${WRKSRC}/license |
11 |
LICENSE_FILE= ${WRKSRC}/license |
| 12 |
|
12 |
|
| 13 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}amalgamate>=0:devel/py-amalgamate@${PY_FLAVOR} |
13 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}amalgamate>=0:devel/py-amalgamate@${PY_FLAVOR} \ |
| 14 |
|
14 |
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} |
| 15 |
NO_ARCH= yes |
|
|
| 16 |
|
15 |
|
| 17 |
USES= python:3.6+ |
16 |
USES= python:3.6+ |
| 18 |
USE_PYTHON= distutils autoplist concurrent |
17 |
USE_PYTHON= autoplist concurrent distutils |
|
|
18 |
|
| 19 |
NO_ARCH= yes |
| 19 |
|
20 |
|
| 20 |
.include <bsd.port.mk> |
21 |
.include <bsd.port.mk> |