aboutsummaryrefslogtreecommitdiff
path: root/dev-python/zope-proxy/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/zope-proxy/metadata.xml')
-rw-r--r--dev-python/zope-proxy/metadata.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/zope-proxy/metadata.xml b/dev-python/zope-proxy/metadata.xml
new file mode 100644
index 0000000..1e5d9ef
--- /dev/null
+++ b/dev-python/zope-proxy/metadata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Julien Roy</name>
+ <email>julien@jroy.ca</email>
+ </maintainer>
+ <longdescription>
+ 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__).
+ </longdescription>
+ <upstream>
+ <maintainer>
+ <name>Zope Foundation and Contributors</name>
+ <email>zope-dev@zope.org</email>
+ </maintainer>
+ <bugs-to>https://github.com/zopefoundation/zope.proxy/issues</bugs-to>
+ <changelog>https://github.com/zopefoundation/zope.proxy/blob/master/CHANGES.rst</changelog>
+ <doc>https://zopeproxy.readthedocs.io</doc>
+ <remote-id type="github">zopefoundation/zope.proxy</remote-id>
+ <remote-id type="pypi">zope.proxy</remote-id>
+ </upstream>
+</pkgmetadata>