Sun Oct 28 15:07:27 2018 UTC ()
www/py-zope.proxy: add version 4.3.1

Add py-zope.proxy package version 4.3.1.

``zope.proxy``
==============

Proxies are special objects which serve as mostly-transparent
wrappers around another object, intervening in the apparent behavior of
the wrapped object only when necessary to apply the policy (e.g., access
checking, location brokering, etc.) for which the proxy is responsible.

zope.proxy is implemented via a C extension module, which lets it do things
like lie about its own ``__class__`` that are difficult in pure Python (and
were completely impossible before metaclasses).  It also proxies all the
internal slots (such as ``__int__``/``__str__``/``__add__``).


(taca)
diff -r0 -r1.1 pkgsrc/www/py-zope.proxy/DESCR
diff -r0 -r1.1 pkgsrc/www/py-zope.proxy/Makefile
diff -r0 -r1.1 pkgsrc/www/py-zope.proxy/PLIST
diff -r0 -r1.1 pkgsrc/www/py-zope.proxy/distinfo

File Added: pkgsrc/www/py-zope.proxy/DESCR
``zope.proxy``
==============

Proxies are special objects which serve as mostly-transparent
wrappers around another object, intervening in the apparent behavior of
the wrapped object only when necessary to apply the policy (e.g., access
checking, location brokering, etc.) for which the proxy is responsible.

zope.proxy is implemented via a C extension module, which lets it do things
like lie about its own ``__class__`` that are difficult in pure Python (and
were completely impossible before metaclasses).  It also proxies all the
internal slots (such as ``__int__``/``__str__``/``__add__``).

File Added: pkgsrc/www/py-zope.proxy/Makefile
# $NetBSD: Makefile,v 1.1 2018/10/28 15:07:27 taca Exp $

DISTNAME=	zope.proxy-4.3.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	www python
MASTER_SITES=	${MASTER_SITE_PYPI:=z/zope.proxy/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://github.com/zopefoundation/zope.proxy
COMMENT=	Generic Transparent Proxies
LICENSE=	zpl-2.1

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/www/py-zope.proxy/PLIST
@comment $NetBSD: PLIST,v 1.1 2018/10/28 15:07:27 taca Exp $
${PYINC}/zope.proxy/proxy.h
${PYSITELIB}/${EGG_NAME}-nspkg.pth
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/zope/proxy/__init__.py
${PYSITELIB}/zope/proxy/__init__.pyo
${PYSITELIB}/zope/proxy/__init__.pyc
${PYSITELIB}/zope/proxy/_compat.pyo
${PYSITELIB}/zope/proxy/_compat.pyc
${PYSITELIB}/zope/proxy/decorator.pyo
${PYSITELIB}/zope/proxy/decorator.pyc
${PYSITELIB}/zope/proxy/interfaces.pyo
${PYSITELIB}/zope/proxy/interfaces.pyc
${PYSITELIB}/zope/proxy/_compat.py
${PYSITELIB}/zope/proxy/_zope_proxy_proxy.c
${PYSITELIB}/zope/proxy/_zope_proxy_proxy.so
${PYSITELIB}/zope/proxy/decorator.py
${PYSITELIB}/zope/proxy/interfaces.py
${PYSITELIB}/zope/proxy/proxy.h
${PYSITELIB}/zope/proxy/tests/__init__.py
${PYSITELIB}/zope/proxy/tests/__init__.pyo
${PYSITELIB}/zope/proxy/tests/__init__.pyc
${PYSITELIB}/zope/proxy/tests/test_decorator.pyo
${PYSITELIB}/zope/proxy/tests/test_decorator.pyc
${PYSITELIB}/zope/proxy/tests/test_proxy.pyo
${PYSITELIB}/zope/proxy/tests/test_proxy.pyc
${PYSITELIB}/zope/proxy/tests/test_decorator.py
${PYSITELIB}/zope/proxy/tests/test_proxy.py

File Added: pkgsrc/www/py-zope.proxy/distinfo
$NetBSD: distinfo,v 1.1 2018/10/28 15:07:27 taca Exp $

SHA1 (zope.proxy-4.3.1.tar.gz) = 6ab8aa9e706a643cac1362ba097e91fddc598da2
RMD160 (zope.proxy-4.3.1.tar.gz) = a8b0877a27dbbae83801291ad4ad567118a4288a
SHA512 (zope.proxy-4.3.1.tar.gz) = 914884efe841998cc8f2aef01a5c462b51543ce30506e96ab47b2194114f01501fc98e06cb918d99dfbedbb6be6ca71a026bada0a5cd54c3e12a58d420fb5d1e
Size (zope.proxy-4.3.1.tar.gz) = 43424 bytes