|
Lines 4-10
Link Here
|
| 4 |
# Also update devel/libgit2, devel/libgit2-glib, devel/rubygem-rugged |
4 |
# Also update devel/libgit2, devel/libgit2-glib, devel/rubygem-rugged |
| 5 |
|
5 |
|
| 6 |
PORTNAME= pygit2 |
6 |
PORTNAME= pygit2 |
| 7 |
PORTVERSION= 0.28.0 |
7 |
PORTVERSION= 0.28.2 |
| 8 |
CATEGORIES= devel python |
8 |
CATEGORIES= devel python |
| 9 |
MASTER_SITES= CHEESESHOP |
9 |
MASTER_SITES= CHEESESHOP |
| 10 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
10 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
|
Lines 15-22
COMMENT= Python bindings for libgit2
Link Here
|
| 15 |
LICENSE= GPLv2 |
15 |
LICENSE= GPLv2 |
| 16 |
LICENSE_FILE= ${WRKSRC}/COPYING |
16 |
LICENSE_FILE= ${WRKSRC}/COPYING |
| 17 |
|
17 |
|
| 18 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>1.0:devel/py-cffi@${PY_FLAVOR} \ |
18 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>1.0:devel/py-cffi@${PY_FLAVOR} |
| 19 |
${PYTHON_PKGNAMEPREFIX}pycparser>=2.10:devel/py-pycparser@${PY_FLAVOR} |
|
|
| 20 |
LIB_DEPENDS= libgit2.so:devel/libgit2 |
19 |
LIB_DEPENDS= libgit2.so:devel/libgit2 |
| 21 |
RUN_DEPENDS= ${BUILD_DEPENDS} \ |
20 |
RUN_DEPENDS= ${BUILD_DEPENDS} \ |
| 22 |
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} |
21 |
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} |