pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-zope.proxy www/py-zope.proxy: add version 4.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97e466ad4836
branches:  trunk
changeset: 314426:97e466ad4836
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Oct 28 15:07:27 2018 +0000

description:
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__``).

diffstat:

 www/py-zope.proxy/DESCR    |  12 ++++++++++++
 www/py-zope.proxy/Makefile |  14 ++++++++++++++
 www/py-zope.proxy/PLIST    |  34 ++++++++++++++++++++++++++++++++++
 www/py-zope.proxy/distinfo |   6 ++++++
 4 files changed, 66 insertions(+), 0 deletions(-)

diffs (82 lines):

diff -r e0ef92541e41 -r 97e466ad4836 www/py-zope.proxy/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-zope.proxy/DESCR   Sun Oct 28 15:07:27 2018 +0000
@@ -0,0 +1,12 @@
+``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__``).
diff -r e0ef92541e41 -r 97e466ad4836 www/py-zope.proxy/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-zope.proxy/Makefile        Sun Oct 28 15:07:27 2018 +0000
@@ -0,0 +1,14 @@
+# $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@localhost
+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"
diff -r e0ef92541e41 -r 97e466ad4836 www/py-zope.proxy/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-zope.proxy/PLIST   Sun Oct 28 15:07:27 2018 +0000
@@ -0,0 +1,34 @@
+@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
diff -r e0ef92541e41 -r 97e466ad4836 www/py-zope.proxy/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-zope.proxy/distinfo        Sun Oct 28 15:07:27 2018 +0000
@@ -0,0 +1,6 @@
+$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



Home | Main Index | Thread Index | Old Index