Lines 1-9
Link Here
|
1 |
# Created by: Gerhard Häring <gh@ghaering.de> |
1 |
# Created by: Gerhard Häring <gh@ghaering.de> |
2 |
|
2 |
|
3 |
PORTNAME= duplicity |
3 |
PORTNAME= duplicity |
4 |
PORTVERSION= 0.8.19 |
4 |
PORTVERSION= 0.8.20 |
5 |
CATEGORIES= sysutils |
5 |
CATEGORIES= sysutils |
6 |
MASTER_SITES= https://code.launchpad.net/duplicity/0.8-series/${PORTVERSION}/+download/ |
6 |
MASTER_SITES= CHEESESHOP |
7 |
|
7 |
|
8 |
MAINTAINER= dbaio@FreeBSD.org |
8 |
MAINTAINER= dbaio@FreeBSD.org |
9 |
COMMENT= Backup tool that uses librsync and GnuPG |
9 |
COMMENT= Backup tool that uses librsync and GnuPG |
Lines 21-26
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fasteners>=0:devel/py-fasteners@${PY_FLAVOR}
Link Here
|
21 |
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ |
21 |
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ |
22 |
${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} |
22 |
${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} |
23 |
|
23 |
|
|
|
24 |
TEST_DEPENDS= libxslt:textproc/libxslt \ |
25 |
par2repair:archivers/par2cmdline \ |
26 |
pylint:devel/pylint \ |
27 |
gtar:archivers/gtar \ |
28 |
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ |
29 |
${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \ |
30 |
${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} \ |
31 |
${PYTHON_PKGNAMEPREFIX}arrow>0:devel/py-arrow@${PY_FLAVOR} \ |
32 |
${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ |
33 |
${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ |
34 |
${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} \ |
35 |
${PYTHON_PKGNAMEPREFIX}pydevd>=0:devel/py-pydevd@${PY_FLAVOR} \ |
36 |
${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR} |
37 |
|
24 |
USES= localbase python shebangfix |
38 |
USES= localbase python shebangfix |
25 |
USE_PYTHON= autoplist distutils noflavors |
39 |
USE_PYTHON= autoplist distutils noflavors |
26 |
USE_LDCONFIG= yes |
40 |
USE_LDCONFIG= yes |
Lines 91-94
post-install-DOCS-on:
Link Here
|
91 |
trim-duplicity-testing: |
105 |
trim-duplicity-testing: |
92 |
@${REINPLACE_CMD} '/\/testing\//d' ${TMPPLIST} |
106 |
@${REINPLACE_CMD} '/\/testing\//d' ${TMPPLIST} |
93 |
|
107 |
|
|
|
108 |
do-test: |
109 |
@cd ${WRKSRC} && ${LOCALBASE}/bin/tox -e ${PY_FLAVOR} --sitepackages |
110 |
|
94 |
.include <bsd.port.mk> |
111 |
.include <bsd.port.mk> |