git: 392997bb12ea - main - devel/py-zsm-lib: Remove port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Mar 2022 01:13:14 UTC
The branch main has been updated by jhale:
URL: https://cgit.FreeBSD.org/ports/commit/?id=392997bb12eab90f4ab4b3e1a4f77191ad6fefba
commit 392997bb12eab90f4ab4b3e1a4f77191ad6fefba
Author: Mattias Lindvall <mattias.lindvall@gmail.com>
AuthorDate: 2022-03-08 01:08:59 +0000
Commit: Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2022-03-08 01:12:27 +0000
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
---
MOVED | 1 +
devel/Makefile | 1 -
devel/py-zsm-lib/Makefile | 26 --------------------------
devel/py-zsm-lib/distinfo | 3 ---
devel/py-zsm-lib/pkg-descr | 8 --------
5 files changed, 1 insertion(+), 38 deletions(-)
diff --git a/MOVED b/MOVED
index 4c7ed8a9d08a..c70be959eb2f 100644
--- a/MOVED
+++ b/MOVED
@@ -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
diff --git a/devel/Makefile b/devel/Makefile
index 67ad9475e846..6de751c538fb 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/py-zsm-lib/Makefile b/devel/py-zsm-lib/Makefile
deleted file mode 100644
index 5a666a453a48..000000000000
--- a/devel/py-zsm-lib/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-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>
diff --git a/devel/py-zsm-lib/distinfo b/devel/py-zsm-lib/distinfo
deleted file mode 100644
index 2c5d9307ca2a..000000000000
--- a/devel/py-zsm-lib/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1545496581
-SHA256 (zsm-lib-0.2.0.tar.gz) = 1a6a261ae4cee635386489fc9a6a188047fc17b3eb28198bcef9377570fc3d95
-SIZE (zsm-lib-0.2.0.tar.gz) = 7268
diff --git a/devel/py-zsm-lib/pkg-descr b/devel/py-zsm-lib/pkg-descr
deleted file mode 100644
index b97b64f3f1b8..000000000000
--- a/devel/py-zsm-lib/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-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/