aboutsummaryrefslogtreecommitdiff
path: root/dev-python/zope-size/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/zope-size/metadata.xml')
-rw-r--r--dev-python/zope-size/metadata.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/zope-size/metadata.xml b/dev-python/zope-size/metadata.xml
new file mode 100644
index 0000000..3ad094d
--- /dev/null
+++ b/dev-python/zope-size/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>
+ This package provides a definition of simple interface that allows applications to retrieve the size of the object for displaying and for sorting.
+
+ The default adapter is also provided. It expects objects to have the getSize method that returns size in bytes. However, the adapter won't crash if an object doesn't have one and will show size as "not available" instead.
+ </longdescription>
+ <upstream>
+ <maintainer>
+ <name>Zope Foundation and Contributors</name>
+ <email>zope-dev@zope.org</email>
+ </maintainer>
+ <bugs-to>https://github.com/zopefoundation/zope.size/issues</bugs-to>
+ <changelog>https://github.com/zopefoundation/zope.size/blob/master/CHANGES.rst</changelog>
+ <doc>https://zopesize.readthedocs.io</doc>
+ <remote-id type="github">zopefoundation/zope.size</remote-id>
+ <remote-id type="pypi">zope.zize</remote-id>
+ </upstream>
+</pkgmetadata>