diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-07-05 18:14:35 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-07-05 18:57:30 +0500 |
commit | 1cd505a5196a3fa0d840c0de35bbbdb8644d6818 (patch) | |
tree | 2453e23ff2073172e6c7d21de96eb3f7a53f0838 /dev-python | |
parent | dev-python/jupyter-sphinx: update upstream metadata (diff) | |
download | guru-1cd505a5196a3fa0d840c0de35bbbdb8644d6818.tar.gz guru-1cd505a5196a3fa0d840c0de35bbbdb8644d6818.tar.bz2 guru-1cd505a5196a3fa0d840c0de35bbbdb8644d6818.zip |
dev-python/manhole: update upstream metadata
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/manhole/metadata.xml | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/dev-python/manhole/metadata.xml b/dev-python/manhole/metadata.xml index aac8dc259..d82459b6c 100644 --- a/dev-python/manhole/metadata.xml +++ b/dev-python/manhole/metadata.xml @@ -1,20 +1,21 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?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"> + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + </maintainer> + <longdescription lang="en"> Manhole is in-process service that will accept unix domain socket connections and present the stacktraces for all threads and an interactive prompt. It can either work as a python daemon thread waiting for connections at all times or a signal handler (stopping your application and waiting for a connection). Access to the socket is restricted to the application's effective user id or root. This is just like Twisted's manhole. It's simpler (no dependencies), it only runs on Unix domain sockets (in contrast to Twisted's manhole which can run on telnet or ssh) and it integrates well with various types of applications. </longdescription> - <upstream> - <remote-id type="github">ionelmc/python-manhole</remote-id> - <remote-id type="pypi">manhole</remote-id> - </upstream> + <upstream> + <remote-id type="github">ionelmc/python-manhole</remote-id> + <remote-id type="pypi">manhole</remote-id> + <doc>https://python-manhole.readthedocs.io/</doc> + <changelog>https://python-manhole.readthedocs.io/en/latest/changelog.html</changelog> + </upstream> </pkgmetadata> |