Commit 392997bb authored by Mattias Lindvall's avatar Mattias Lindvall Committed by Jason E. Hale
Browse files

devel/py-zsm-lib: Remove port

This library has been deprecated and removed upstream. All its code has
been integrated into sysutils/zsm.
PR:		262360
parent 422f190a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16949,3 +16949,4 @@ textproc/words||2022-02-28|Removed, depends on expired lang/gcc6-aux
textproc/xmlada||2022-02-28|Removed, depends on expired lang/gcc6-aux
x11-toolkits/gtkada||2022-02-28|Removed, depends on expired lang/gcc6-aux
x11-toolkits/gtkada3||2022-02-28|Removed, depends on expired lang/gcc6-aux
devel/py-zsm-lib|sysutils/zsm|2022-03-07|Remove obsoleted port. Use sysutils/zsm instead
+0 −1
Original line number Diff line number Diff line
@@ -5503,7 +5503,6 @@
    SUBDIR += py-zope.testbrowser
    SUBDIR += py-zope.testing
    SUBDIR += py-zope.traversing
    SUBDIR += py-zsm-lib
    SUBDIR += py3c
    SUBDIR += pybind11
    SUBDIR += pybugz

devel/py-zsm-lib/Makefile

deleted100644 → 0
+0 −26
Original line number Diff line number Diff line
PORTNAME=	zsm-lib
PORTVERSION=	0.2.0
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	mattias.lindvall@gmail.com
COMMENT=	ZFS Snapshot Manager Library

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sarge>=0.1.5:devel/py-sarge@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}yaml>=3.13:devel/py-yaml@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}marshmallow>=3.0.0.b20:devel/py-marshmallow@${PY_FLAVOR}
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=3.6.4:devel/py-pytest@${PY_FLAVOR}

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

do-test:
	@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest)

.include <bsd.port.mk>

devel/py-zsm-lib/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1545496581
SHA256 (zsm-lib-0.2.0.tar.gz) = 1a6a261ae4cee635386489fc9a6a188047fc17b3eb28198bcef9377570fc3d95
SIZE (zsm-lib-0.2.0.tar.gz) = 7268

devel/py-zsm-lib/pkg-descr

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
A python library that manages ZFS snapshots.

- Manage multiple sets of rolling snapshots.
- Configure a custom schedule via the config file.

See also zsm, which provides a console interface to zsm-lib.

WWW: https://zsm.rtfd.io/