diff options
Diffstat (limited to 'dev-python/pyflakes')
| -rw-r--r-- | dev-python/pyflakes/metadata.xml | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/dev-python/pyflakes/metadata.xml b/dev-python/pyflakes/metadata.xml index 3444cce75ae7..f1fd3fd493cb 100644 --- a/dev-python/pyflakes/metadata.xml +++ b/dev-python/pyflakes/metadata.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <longdescription> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <longdescription> PyFlakes is a Lint-like tool for Python, like PyChecker. It is focused on identifying common errors quickly without executing Python code. @@ -13,9 +13,10 @@ to sit around for minutes waiting for the checker to run; it runs on most large projects in only a few seconds. </longdescription> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">pyflakes</remote-id> - <remote-id type="github">PyCQA/pyflakes</remote-id> - </upstream> -</pkgmetadata> + <upstream> + <remote-id type="pypi">pyflakes</remote-id> + <remote-id type="github">PyCQA/pyflakes</remote-id> + </upstream> + <origin>gentoo-staging</origin> + <stabilize-allarches/> +</pkgmetadata>
\ No newline at end of file |
