summaryrefslogtreecommitdiff
path: root/dev-python/emailthreads
diff options
context:
space:
mode:
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