summaryrefslogtreecommitdiff
path: root/dev-python/emailthreads
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-12-29 12:57:29 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-12-29 12:57:29 +0000
commit20b3258f074d2d7dff767486ade30f726435af6c (patch)
tree8a6789438f92ab8b6cd78e80dff5ae521cc1b537 /dev-python/emailthreads
parent849b2a23e34c3bcce31eed8b4aaedeb63f6c4cd6 (diff)
downloadbaldeagleos-repo-20b3258f074d2d7dff767486ade30f726435af6c.tar.gz
baldeagleos-repo-20b3258f074d2d7dff767486ade30f726435af6c.tar.xz
baldeagleos-repo-20b3258f074d2d7dff767486ade30f726435af6c.zip
Adding metadata
Diffstat (limited to 'dev-python/emailthreads')
-rw-r--r--dev-python/emailthreads/emailthreads-0.1.3.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/emailthreads/emailthreads-0.1.3.ebuild b/dev-python/emailthreads/emailthreads-0.1.3.ebuild
index ae08ceb80669..dddd6f44d475 100644
--- a/dev-python/emailthreads/emailthreads-0.1.3.ebuild
+++ b/dev-python/emailthreads/emailthreads-0.1.3.ebuild
@@ -10,6 +10,7 @@ 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"
@@ -18,6 +19,4 @@ KEYWORDS="~amd64"
RDEPEND=""
DEPEND="${RDEPEND}"
-S="${WORKDIR}/python-${PN}-${PV}"
-
distutils_enable_tests setup.py