Files
guru/dev-python/autoflake/metadata.xml
Tomás Carvalho 95cf7f3e66 dev-python/autoflake: update upstream metadata
Signed-off-by: Tomás Carvalho <tomas@thetimesweeper.com>
2023-12-30 15:30:53 +00:00

21 lines
853 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">
autoflake removes unused imports and unused variables from Python code. It makes use of pyflakes to do this.
By default, autoflake only removes unused imports for modules that are part of the standard library. (Other modules may have side effects that make them unsafe to remove automatically.) Removal of unused variables is also disabled by default.
autoflake also removes useless pass statements.
</longdescription>
<upstream>
<remote-id type="github">PyCQA/autoflake</remote-id>
<remote-id type="pypi">autoflake</remote-id>
</upstream>
</pkgmetadata>