diff options
Diffstat (limited to 'dev-python/stdio-mgr')
| -rw-r--r-- | dev-python/stdio-mgr/metadata.xml | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/dev-python/stdio-mgr/metadata.xml b/dev-python/stdio-mgr/metadata.xml index 8d77bd115e54..f3757ae9b16a 100644 --- a/dev-python/stdio-mgr/metadata.xml +++ b/dev-python/stdio-mgr/metadata.xml @@ -1,11 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + <pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <longdescription lang="en"> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <longdescription lang="en"> Have a CLI Python application? Want to automate testing of the actual console input & output of your user-facing components? @@ -14,7 +15,9 @@ stdio Manager can help. While some functionality here is more or less duplicative of redirect_stdout and redirect_stderr in contextlib within the standard library, it provides (i) a much more concise way to mock both stdout and stderr at the same time, and (ii) a mechanism for mocking stdin, which is not available in contextlib. </longdescription> - - <origin>liguros-repo</origin> - <stabilize-allarches/> -</pkgmetadata>
\ No newline at end of file + <upstream> + <remote-id type="github">bskinn/stdio-mgr</remote-id> + <remote-id type="pypi">stdio-mgr</remote-id> + </upstream> + <stabilize-allarches/> +</pkgmetadata> |
