blob: a4507cda9171ea616cbd46e2681b6505b91923e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 a simple function called deprecated(names, reason) to mark deprecated modules, classes, functions, methods and properties.
</longdescription>
<upstream>
<maintainer>
<name>Zope Foundation and Contributors</name>
<email>zope-dev@zope.org</email>
</maintainer>
<bugs-to>https://github.com/zopefoundation/zope.deprecation/issues</bugs-to>
<changelog>https://github.com/zopefoundation/zope.deprecation/blob/master/CHANGES.rst</changelog>
<doc>https://zopedeprecation.readthedocs.io</doc>
<remote-id type="github">zopefoundation/zope.deprecation</remote-id>
<remote-id type="pypi">zope.deprecation</remote-id>
</upstream>
</pkgmetadata>
|