aboutsummaryrefslogtreecommitdiff
path: root/dev-python/zodbpickle/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/zodbpickle/metadata.xml')
-rw-r--r--dev-python/zodbpickle/metadata.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/zodbpickle/metadata.xml b/dev-python/zodbpickle/metadata.xml
deleted file mode 100644
index 08292a3..0000000
--- a/dev-python/zodbpickle/metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?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 presents a uniform pickling interface for ZODB:
-
- Under Python2, this package forks both Python 2.7's pickle and cPickle modules, adding support for the protocol 3 opcodes. It also provides a new subclass of bytes, zodbpickle.binary, which Python2 applications can use to pickle binary values such that they will be unpickled as bytes under Py3k.
- Under Py3k, this package forks the pickle module (and the supporting C extension) from both Python 3.2 and Python 3.3. The fork add support for the noload operations used by ZODB.
- </longdescription>
- <upstream>
- <maintainer>
- <name>Zope Foundation and Contributors</name>
- <email>zope-dev@zope.org</email>
- </maintainer>
- <bugs-to>https://github.com/zopefoundation/zodbpickle/issues</bugs-to>
- <changelog>https://github.com/zopefoundation/zodbpicle/blob/master/CHANGES.rst</changelog>
- <remote-id type="github">zopefoundation/zodbpickle</remote-id>
- <remote-id type="pypi">zodbpickle</remote-id>
- </upstream>
-</pkgmetadata>