Files
guru/dev-python/aspectlib/metadata.xml
Julien Roy 3a7dd229e0 dev-python/aspectlib: drop 2.0.0
Signed-off-by: Julien Roy <julien@jroy.ca>
2024-04-13 13:09:16 -04:00

15 lines
736 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription lang="en">
An aspect-oriented programming, monkey-patch and decorators library. It is useful when changing behavior in existing code is desired. It includes tools for debugging and testing: simple mock/record and a complete capture/replay framework.
</longdescription>
<upstream>
<remote-id type="github">ionelmc/python-aspectlib</remote-id>
<remote-id type="pypi">aspectlib</remote-id>
<doc>https://python-aspectlib.readthedocs.io/</doc>
<changelog>https://python-aspectlib.readthedocs.io/en/latest/changelog.html</changelog>
</upstream>
</pkgmetadata>