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

zope ports: remove leaf zope ports that have no sence in absence of zope itself

With hat:   zope
parent 5ace39bc
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -7801,3 +7801,24 @@ irc/birch||2023-08-25|Has expired: Upstream no longer maintained
net-im/6cord||2023-08-25|Has expired: Upstream no longer maintained
devel/py-gpep517||2023-08-26|Remove obsoleted port. It is no longer needed after Python 3.7 removal
devel/py-rapidfuzz2|devel/py-rapidfuzz|2023-08-26|Remove obsoleted port. Use devel/py-rapidfuzz instead
devel/py-z3c.zcmlhook||2023-08-27|Remove leaf zope ports that have no sence in absence of zope itself
devel/py-zc.buildout||2023-08-27|Remove leaf zope ports that have no sence in absence of zope itself
devel/py-z3c.autoinclude||2023-08-27|Remove leaf zope ports that have no sence in absence of zope itself
devel/py-zope.dottedname||2023-08-27|Remove leaf zope ports that have no sence in absence of zope itself
devel/py-zope.app.basicskin||2023-08-27|Remove leaf zope ports that have no sence in absence of zope itself
devel/py-zope.app.renderer||2023-08-27|Remove leaf zope ports that have no sence in absence of zope itself
devel/py-zope.app.schema||2023-08-27|Remove leaf zope ports that have no sence in absence of zope itself
devel/py-zope.broken||2023-08-27|Remove leaf zope ports that have no sence in absence of zope itself
devel/py-zope.browserresource||2023-08-27|Remove leaf zope ports that have no sence in absence of zope itself
devel/py-zope.cachedescriptors||2023-08-27|Remove leaf zope ports that have no sence in absence of zope itself
devel/py-zope.contentprovider||2023-08-27|Remove leaf zope ports that have no sence in absence of zope itself
devel/py-zope.copy||2023-08-27|Remove leaf zope ports that have no sence in absence of zope itself
devel/py-zope.datetime||2023-08-27|Remove leaf zope ports that have no sence in absence of zope itself
devel/py-zope.deferredimport||2023-08-27|Remove leaf zope ports that have no sence in absence of zope itself
devel/py-zope.filerepresentation||2023-08-27|Remove leaf zope ports that have no sence in absence of zope itself
devel/py-zope.generations||2023-08-27|Remove leaf zope ports that have no sence in absence of zope itself
devel/py-zope.lifecycleevent||2023-08-27|Remove leaf zope ports that have no sence in absence of zope itself
devel/py-zope.processlifetime||2023-08-27|Remove leaf zope ports that have no sence in absence of zope itself
devel/py-zope.sequencesort||2023-08-27|Remove leaf zope ports that have no sence in absence of zope itself
devel/py-zope.size||2023-08-27|Remove leaf zope ports that have no sence in absence of zope itself
devel/py-zope.tales||2023-08-27|Remove leaf zope ports that have no sence in absence of zope itself
+0 −22
Original line number Diff line number Diff line
@@ -5835,47 +5835,25 @@
    SUBDIR += py-yg.lockfile
    SUBDIR += py-ypy-websocket
    SUBDIR += py-yunomi
    SUBDIR += py-z3c.autoinclude
    SUBDIR += py-z3c.batching
    SUBDIR += py-z3c.zcmlhook
    SUBDIR += py-zarr
    SUBDIR += py-zc.buildout
    SUBDIR += py-zclockfile
    SUBDIR += py-zconfig
    SUBDIR += py-zfp
    SUBDIR += py-zict
    SUBDIR += py-zipp
    SUBDIR += py-zope.app.basicskin
    SUBDIR += py-zope.app.renderer
    SUBDIR += py-zope.app.schema
    SUBDIR += py-zope.broken
    SUBDIR += py-zope.browser
    SUBDIR += py-zope.browserresource
    SUBDIR += py-zope.cachedescriptors
    SUBDIR += py-zope.component
    SUBDIR += py-zope.configuration
    SUBDIR += py-zope.contentprovider
    SUBDIR += py-zope.contenttype
    SUBDIR += py-zope.copy
    SUBDIR += py-zope.datetime
    SUBDIR += py-zope.deferredimport
    SUBDIR += py-zope.deprecation
    SUBDIR += py-zope.dottedname
    SUBDIR += py-zope.event
    SUBDIR += py-zope.exceptions
    SUBDIR += py-zope.filerepresentation
    SUBDIR += py-zope.generations
    SUBDIR += py-zope.globalrequest
    SUBDIR += py-zope.i18n
    SUBDIR += py-zope.interface
    SUBDIR += py-zope.lifecycleevent
    SUBDIR += py-zope.location
    SUBDIR += py-zope.processlifetime
    SUBDIR += py-zope.publisher
    SUBDIR += py-zope.schema
    SUBDIR += py-zope.sequencesort
    SUBDIR += py-zope.size
    SUBDIR += py-zope.tales
    SUBDIR += py-zope.testbrowser
    SUBDIR += py-zope.testing
    SUBDIR += py-zope.traversing

devel/py-z3c.autoinclude/Makefile

deleted100644 → 0
+0 −24
Original line number Diff line number Diff line
PORTNAME=	z3c.autoinclude
PORTVERSION=	0.3.6
CATEGORIES=	devel python zope
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR=	zope

MAINTAINER=	zope@FreeBSD.org
COMMENT=	Automatically include ZCML
WWW=		https://pypi.org/project/z3c.autoinclude/

LICENSE=	ZPL21

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zope.dottedname>=0:devel/py-zope.dottedname@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}zc.buildout>=0:devel/py-zc.buildout@${PY_FLAVOR}

NO_ARCH=	yes
USES=		python
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>

devel/py-z3c.autoinclude/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (zope/z3c.autoinclude-0.3.6.tar.gz) = 2e4e0ff2ff827642603a4dfffcf376f7869ccd3e66ee25c211115e7866f81e41
SIZE (zope/z3c.autoinclude-0.3.6.tar.gz) = 23394
+0 −11
Original line number Diff line number Diff line
--- src/z3c/autoinclude/dependency.py.orig	2016-01-29 12:30:33 UTC
+++ src/z3c/autoinclude/dependency.py
@@ -24,7 +24,7 @@ class DependencyFinder(DistributionManager):
             for dotted_name in dist_manager.dottedNames():
                 try:
                     module = resolve(dotted_name)
-                except ImportError, exc:
+                except ImportError as exc:
                     logging.getLogger("z3c.autoinclude").warn(
                         "resolve(%r) raised import error: %s" % (dotted_name, exc))
                     continue
Loading