diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2024-06-13 12:16:44 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2024-06-13 12:16:44 +0000 |
commit | f0358c1b7b907442fa8f6b9e8004c0e04d4be90b (patch) | |
tree | 88a4fa75ce1234542762805ffe96bd3bfca6109d | |
parent | 70d3536160ebff9b84d7f973363e2ad96e2d93b8 (diff) |
devel/py-ZopeUndo: remove zope remnant
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-ZopeUndo/Makefile | 18 | ||||
-rw-r--r-- | devel/py-ZopeUndo/distinfo | 2 | ||||
-rw-r--r-- | devel/py-ZopeUndo/pkg-descr | 3 |
5 files changed, 1 insertions, 24 deletions
@@ -3303,3 +3303,4 @@ sysutils/hploscripts||2024-06-11|Has expired: Abandonware, outdated version databases/galera|databases/galera26|2024-06-11|Has expired: Does not build. Superseded by galera26 databases/tsearch_extras||2024-06-12|Has no consumer both in ports and upstream project lang/zig011||2024-06-12|No consumers in ports +devel/py-ZopeUndo||2024-06-13|No consumers in ports diff --git a/devel/Makefile b/devel/Makefile index 9e90738a1adb..f6264a4cd6fb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4280,7 +4280,6 @@ SUBDIR += py-PyUtilib SUBDIR += py-QtPy SUBDIR += py-RPyC - SUBDIR += py-ZopeUndo SUBDIR += py-about-time SUBDIR += py-absl SUBDIR += py-absl-py diff --git a/devel/py-ZopeUndo/Makefile b/devel/py-ZopeUndo/Makefile deleted file mode 100644 index fd867eed72d3..000000000000 --- a/devel/py-ZopeUndo/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -PORTNAME= ZopeUndo -PORTVERSION= 2.12.0 -PORTREVISION= 1 -CATEGORIES= devel python zope -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DIST_SUBDIR= zope - -MAINTAINER= zope@FreeBSD.org -COMMENT= ZODB undo support for Zope2 -WWW= https://pypi.org/project/ZopeUndo/ - -LICENSE= ZPL21 - -USES= python zip -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/devel/py-ZopeUndo/distinfo b/devel/py-ZopeUndo/distinfo deleted file mode 100644 index 7d5ddf862ffb..000000000000 --- a/devel/py-ZopeUndo/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (zope/ZopeUndo-2.12.0.zip) = 5f2c077a23834773668a9badcffcaa227d2ee9b231d20ed8103b19be5cdf343d -SIZE (zope/ZopeUndo-2.12.0.zip) = 8151 diff --git a/devel/py-ZopeUndo/pkg-descr b/devel/py-ZopeUndo/pkg-descr deleted file mode 100644 index 5e27d420b410..000000000000 --- a/devel/py-ZopeUndo/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package is used to support the Prefix object that Zope 2 -uses for the undo log. It is a separate package only to aid -configuration management. |