aboutsummaryrefslogtreecommitdiff
path: root/dev-python/zope-proxy/metadata.xml
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2023-02-04 20:00:03 -0500
committerJulien Roy <julien@jroy.ca>2023-02-04 20:00:03 -0500
commit6423cd7737a846613ab4280fedd416007a72372d (patch)
tree83f8053923781577423d4106d87c37051be8feae /dev-python/zope-proxy/metadata.xml
parentf25c2b5fba36bc81b819c201d3e3c62ca0ff8e43 (diff)
downloadMrRoy-Overlay-6423cd7737a846613ab4280fedd416007a72372d.tar.gz
MrRoy-Overlay-6423cd7737a846613ab4280fedd416007a72372d.tar.bz2
MrRoy-Overlay-6423cd7737a846613ab4280fedd416007a72372d.zip
dev-python/zope-proxy: new package, add 5.0.0
Signed-off-by: Julien Roy <julien@jroy.ca>
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>