diff options
author | Julien Roy <julien@jroy.ca> | 2023-02-06 20:39:45 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-02-06 20:39:45 -0500 |
commit | 461a13146156aec5f97f8dc18172f5b3ae1eccc3 (patch) | |
tree | 3e3fa0ae6cae37e437b2a54d0d96c6bbee6a7b94 /dev-python/zodb/metadata.xml | |
parent | bf84a363015b65789aea4e2885d1ebbc9a551d6a (diff) | |
download | MrRoy-Overlay-461a13146156aec5f97f8dc18172f5b3ae1eccc3.tar.gz MrRoy-Overlay-461a13146156aec5f97f8dc18172f5b3ae1eccc3.tar.bz2 MrRoy-Overlay-461a13146156aec5f97f8dc18172f5b3ae1eccc3.zip |
dev-python/zodb: new package, add 5.8.0
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-python/zodb/metadata.xml')
-rw-r--r-- | dev-python/zodb/metadata.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/dev-python/zodb/metadata.xml b/dev-python/zodb/metadata.xml new file mode 100644 index 0000000..25cfc45 --- /dev/null +++ b/dev-python/zodb/metadata.xml @@ -0,0 +1,34 @@ +<?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> + ZODB provides an object-oriented database for Python that provides a high-degree of transparency. ZODB runs on Python 2.7 or Python 3.4 and above. It also runs on PyPy. + + no separate language for database operations + + very little impact on your code to make objects persistent + + no database mapper that partially hides the database. + + Using an object-relational mapping is not like using an object-oriented database. + + almost no seam between code and database. + + ZODB is an ACID Transactional database. + </longdescription> + <upstream> + <maintainer> + <name>Zope Foundation and Contributors</name> + <email>zope-dev@zope.org</email> + </maintainer> + <bugs-to>https://github.com/zopefoundation/zodb/issues</bugs-to> + <changelog>https://github.com/zopefoundation/zodb/blob/master/CHANGES.rst</changelog> + <doc>https://zodb-docs.readthedocs.io</doc> + <remote-id type="github">zopefoundation/zodb</remote-id> + <remote-id type="pypi">zodb</remote-id> + </upstream> +</pkgmetadata> |