summaryrefslogtreecommitdiff
path: root/dev-python/emailthreads
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-03-03 09:15:22 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-03-03 09:15:22 +0000
commit67e189d2004dc8cbf38078faa7ed4e97053880ef (patch)
treefe9578985514a28a4feab41bbc59cc579b4ce206 /dev-python/emailthreads
parent88f59b55509f0cc5bf860504b6e98737546cd680 (diff)
downloadbaldeagleos-repo-67e189d2004dc8cbf38078faa7ed4e97053880ef.tar.gz
baldeagleos-repo-67e189d2004dc8cbf38078faa7ed4e97053880ef.tar.xz
baldeagleos-repo-67e189d2004dc8cbf38078faa7ed4e97053880ef.zip
Adding metadata
Diffstat (limited to 'dev-python/emailthreads')
-rw-r--r--dev-python/emailthreads/Manifest1
-rw-r--r--dev-python/emailthreads/emailthreads-0.1.3.ebuild22
-rw-r--r--dev-python/emailthreads/metadata.xml18
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/emailthreads/Manifest b/dev-python/emailthreads/Manifest
deleted file mode 100644
index 78d7fef69d18..000000000000
--- a/dev-python/emailthreads/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST emailthreads-0.1.3.gh.tar.gz 25137 BLAKE2B fa23b219dc1d27eb5f7afd6a7afb4d28a0942290ebcc5bdd1e6070901a579479e19132a918dff363100e408cfe428d4fc6e9dceb0cc94af5a9bdfc2244b5ef54 SHA512 a8b8c374704ddf934897a50034da1ebf2dabf221a7e64735be9524088931a02697facc40ef08250f2148c4ea22b8a2f76139eea82d0d7474f822aaac3dee2666
diff --git a/dev-python/emailthreads/emailthreads-0.1.3.ebuild b/dev-python/emailthreads/emailthreads-0.1.3.ebuild
deleted file mode 100644
index 98e7bba6e5af..000000000000
--- a/dev-python/emailthreads/emailthreads-0.1.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8,9,10,11,12} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Parses email threads into conversation trees"
-HOMEPAGE="https://github.com/emersion/python-emailthreads"
-SRC_URI="https://github.com/emersion/python-${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}/python-${PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests setup.py
diff --git a/dev-python/emailthreads/metadata.xml b/dev-python/emailthreads/metadata.xml
deleted file mode 100644
index 62c04793c707..000000000000
--- a/dev-python/emailthreads/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/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>
- <email>contact@emersion.fr</email>
- <name>Simon Ser</name>
- </maintainer>
- <changelog>https://github.com/emersion/python-emailthreads/releases</changelog>
- <bugs-to>https://github.com/emersion/python-emailthreads/issues</bugs-to>
- </upstream>
- <origin>gentoo-guru-overlay</origin>
-</pkgmetadata> \ No newline at end of file