diff options
Diffstat (limited to 'dev-python/zope-principalregistry/metadata.xml')
-rw-r--r-- | dev-python/zope-principalregistry/metadata.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/zope-principalregistry/metadata.xml b/dev-python/zope-principalregistry/metadata.xml new file mode 100644 index 0000000..6542e03 --- /dev/null +++ b/dev-python/zope-principalregistry/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 provides an authentication utility for zope.authentication that uses a simple non-persistent principal registry. This is typically registered as a global utility, and it is usually configured in ZCML. + </longdescription> + <upstream> + <maintainer> + <name>Zope Foundation and Contributors</name> + <email>zope-dev@zope.org</email> + </maintainer> + <bugs-to>https://github.com/zopefoundation/zope.principalregistry/issues</bugs-to> + <changelog>https://github.com/zopefoundation/zope.principalregistry/blob/master/CHANGES.rst</changelog> + <doc>https://zopeprincipalregistry.readthedocs.io</doc> + <remote-id type="github">zopefoundation/zope.principalregistry</remote-id> + <remote-id type="pypi">zope.principalregistry</remote-id> + </upstream> +</pkgmetadata> |