summaryrefslogtreecommitdiff
path: root/dev-python/persistent/metadata.xml
blob: 10db6199297ec69ebbaac353192d0d35feb9ec57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="person">
  <email>julien@jroy.ca</email>
  <name>Julien Roy</name>
 </maintainer>
 <longdescription>
	This package contains a generic persistence implementation for Python. It forms the core protocol for making objects interact "transparently" with a database such as the ZODB.
	</longdescription>
 <upstream>
  <maintainer>
   <email>zope-dev@zope.org</email>
   <name>Zope Foundation and Contributors</name>
  </maintainer>
  <changelog>https://github.com/zopefoundation/persistent/blob/master/CHANGES.rst</changelog>
  <bugs-to>https://github.com/zopefoundation/persistent/issues</bugs-to>
  <doc>https://persistent.readthedocs.io/en/stable</doc>
 </upstream>
 <origin>gentoo-guru-overlay</origin>
</pkgmetadata>