Commit c46f6699 authored by Ruslan Makhmatkhanov's avatar Ruslan Makhmatkhanov
Browse files

zope: Remove leaf zope ports that have no sense in absence of zope itself

parent 9cfee31c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -4006,3 +4006,8 @@ devel/py-Products.PloneLanguageTool||2025-01-11|Remove leaf zope ports that have
devel/py-collective.monkeypatcher||2025-01-11|Remove leaf zope ports that have no sense in absence of zope itself
devel/py-diazo||2025-01-11|Remove leaf zope ports that have no sense in absence of zope itself
devel/py-repoze.xmliter||2025-01-11|Remove leaf zope ports that have no sense in absence of zope itself
mail/py-Products.SecureMailHost||2025-01-11|Remove leaf zope ports that have no sense in absence of zope itself
devel/py-repoze.sphinx.autointerface||2025-01-11|Remove leaf zope ports that have no sense in absence of zope itself
devel/py-ExtensionClass||2025-01-11|Remove leaf zope ports that have no sense in absence of zope itself
security/py-RestrictedPython||2025-01-11|Remove leaf zope ports that have no sense in absence of zope itself
sysutils/py-zdaemon||2025-01-11|Remove leaf zope ports that have no sense in absence of zope itself
+0 −2
Original line number Diff line number Diff line
@@ -4342,7 +4342,6 @@
    SUBDIR += py-BTrees
    SUBDIR += py-DateTime
    SUBDIR += py-Dumper
    SUBDIR += py-ExtensionClass
    SUBDIR += py-Faker
    SUBDIR += py-IBMQuantumExperience
    SUBDIR += py-Jinja2
@@ -5805,7 +5804,6 @@
    SUBDIR += py-regress
    SUBDIR += py-remote-pdb
    SUBDIR += py-repoze.lru
    SUBDIR += py-repoze.sphinx.autointerface
    SUBDIR += py-repoze.tm2
    SUBDIR += py-repoze.who
    SUBDIR += py-represent

devel/py-ExtensionClass/Makefile

deleted100644 → 0
+0 −18
Original line number Diff line number Diff line
PORTNAME=	ExtensionClass
PORTVERSION=	5.1
CATEGORIES=	devel python zope
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR=	zope

MAINTAINER=	zope@FreeBSD.org
COMMENT=	Metaclass for subclassable extension types
WWW=		https://pypi.org/project/ExtensionClass/

LICENSE=	ZPL21
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		python
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>

devel/py-ExtensionClass/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1706485929
SHA256 (zope/ExtensionClass-5.1.tar.gz) = 21121c5e12721ddf8fb7af90c4199ef46ea5045e9ffa98d9e20cd7c98025e3da
SIZE (zope/ExtensionClass-5.1.tar.gz) = 36053

devel/py-ExtensionClass/pkg-descr

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
This package provides a metaclass that allows classes implemented
in extension modules to be subclassed in Python.
Loading