git: f0358c1b7b90 - main - devel/py-ZopeUndo: remove zope remnant
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Jun 2024 12:17:04 UTC
The branch main has been updated by rm: URL: https://cgit.FreeBSD.org/ports/commit/?id=f0358c1b7b907442fa8f6b9e8004c0e04d4be90b commit f0358c1b7b907442fa8f6b9e8004c0e04d4be90b Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2024-06-13 12:16:44 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2024-06-13 12:16:44 +0000 devel/py-ZopeUndo: remove zope remnant --- MOVED | 1 + devel/Makefile | 1 - devel/py-ZopeUndo/Makefile | 18 ------------------ devel/py-ZopeUndo/distinfo | 2 -- devel/py-ZopeUndo/pkg-descr | 3 --- 5 files changed, 1 insertion(+), 24 deletions(-) diff --git a/MOVED b/MOVED index 702b62528765..3392ad7cc5d3 100644 --- a/MOVED +++ b/MOVED @@ -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.