diff options
author | Julien Roy <julien@jroy.ca> | 2023-02-05 00:33:07 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-02-05 00:33:07 -0500 |
commit | 261c33d03b2fd4c11166edd21776779352549037 (patch) | |
tree | 42abd76c52f17df2329be1b6cb96d27852a142a5 /dev-python/zope-publisher/metadata.xml | |
parent | 94fdb74ebd1957c8bcae88829095d24271834643 (diff) | |
download | MrRoy-Overlay-261c33d03b2fd4c11166edd21776779352549037.tar.gz MrRoy-Overlay-261c33d03b2fd4c11166edd21776779352549037.tar.bz2 MrRoy-Overlay-261c33d03b2fd4c11166edd21776779352549037.zip |
dev-python/zope-publisher: new package, add 6.1.0
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-python/zope-publisher/metadata.xml')
-rw-r--r-- | dev-python/zope-publisher/metadata.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/zope-publisher/metadata.xml b/dev-python/zope-publisher/metadata.xml new file mode 100644 index 0000000..b7e2733 --- /dev/null +++ b/dev-python/zope-publisher/metadata.xml @@ -0,0 +1,22 @@ +<?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> + This package allows you to publish Python objects on the web. It has support for plain HTTP/WebDAV clients, web browsers as well as XML-RPC and FTP clients. Input and output streams are represented by request and response objects which allow for easy client interaction from Python. The behaviour of the publisher is geared towards WSGI compatibility. + </longdescription> + <upstream> + <maintainer> + <name>Zope Foundation and Contributors</name> + <email>zope-dev@zope.org</email> + </maintainer> + <bugs-to>https://github.com/zopefoundation/zope.publisher/issues</bugs-to> + <changelog>https://github.com/zopefoundation/zope.publisher/blob/master/CHANGES.rst</changelog> + <doc>https://zopepublisher.readthedocs.io</doc> + <remote-id type="github">zopefoundation/zope.publisher</remote-id> + <remote-id type="pypi">zope.publisher</remote-id> + </upstream> +</pkgmetadata> |