View | Details | Raw Unified | Return to bug 262360
Collapse All | Expand All

(-)a/devel/py-zsm-lib/Makefile (-26 lines)
Removed Link Here
1
PORTNAME=	zsm-lib
2
PORTVERSION=	0.2.0
3
CATEGORIES=	devel python
4
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	mattias.lindvall@gmail.com
8
COMMENT=	ZFS Snapshot Manager Library
9
10
LICENSE=	BSD2CLAUSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sarge>=0.1.5:devel/py-sarge@${PY_FLAVOR} \
14
		${PYTHON_PKGNAMEPREFIX}yaml>=3.13:devel/py-yaml@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}marshmallow>=3.0.0.b20:devel/py-marshmallow@${PY_FLAVOR}
16
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=3.6.4:devel/py-pytest@${PY_FLAVOR}
17
18
USES=		python:3.6+
19
USE_PYTHON=	autoplist distutils
20
21
NO_ARCH=	yes
22
23
do-test:
24
	@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest)
25
26
.include <bsd.port.mk>
(-)a/devel/py-zsm-lib/distinfo (-3 lines)
Removed Link Here
1
TIMESTAMP = 1545496581
2
SHA256 (zsm-lib-0.2.0.tar.gz) = 1a6a261ae4cee635386489fc9a6a188047fc17b3eb28198bcef9377570fc3d95
3
SIZE (zsm-lib-0.2.0.tar.gz) = 7268
(-)a/devel/py-zsm-lib/pkg-descr (-8 lines)
Removed Link Here
1
A python library that manages ZFS snapshots.
2
3
- Manage multiple sets of rolling snapshots.
4
- Configure a custom schedule via the config file.
5
6
See also zsm, which provides a console interface to zsm-lib.
7
8
WWW: https://zsm.rtfd.io/

Return to bug 262360