dev-python/emailthreads: new package, add 0.1.3

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2022-12-23 13:35:47 -05:00
parent d40c06b26b
commit 50029ec04f
3 changed files with 43 additions and 0 deletions

View File

@@ -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>