diff options
author | Julien Roy <julien@jroy.ca> | 2022-12-23 13:35:06 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2022-12-23 13:35:06 -0500 |
commit | 672a43b6d8b0b8c30f224fc5895c87e0efec52bb (patch) | |
tree | 91608839781807ada3fe50161006565f92c0a669 /dev-python/emailthreads/metadata.xml | |
parent | c6e8867396c7b8e24dc72b07cb565d4a4511b906 (diff) | |
download | MrRoy-Overlay-672a43b6d8b0b8c30f224fc5895c87e0efec52bb.tar.gz MrRoy-Overlay-672a43b6d8b0b8c30f224fc5895c87e0efec52bb.tar.bz2 MrRoy-Overlay-672a43b6d8b0b8c30f224fc5895c87e0efec52bb.zip |
dev-python/emailthreads: new package, add 0.1.3
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-python/emailthreads/metadata.xml')
-rw-r--r-- | dev-python/emailthreads/metadata.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/emailthreads/metadata.xml b/dev-python/emailthreads/metadata.xml new file mode 100644 index 0000000..36831f6 --- /dev/null +++ b/dev-python/emailthreads/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>julien@jroy.ca</email> + <name>Julien Roy</name> + </maintainer> + <longdescription>Python library to parse and format email threads. Give it a list of emails that are part of the same thread and it'll build a tree of responses to the original message.</longdescription> + <upstream> + <maintainer> + <name>Simon Ser</name> + <email>contact@emersion.fr</email> + </maintainer> + <changelog>https://github.com/emersion/python-emailthreads/releases</changelog> + <bugs-to>https://github.com/emersion/python-emailthreads/issues</bugs-to> + <remote-id type="github">emersion/python-emailthreads</remote-id> + <remote-id type="pypi">emailthreads</remote-id> + </upstream> +</pkgmetadata> |