summaryrefslogtreecommitdiff
path: root/dev-python/pandas/pandas-0.24.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pandas/pandas-0.24.2.ebuild')
-rw-r--r--dev-python/pandas/pandas-0.24.2.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/pandas/pandas-0.24.2.ebuild b/dev-python/pandas/pandas-0.24.2.ebuild
index 90ca74ada211..fd193a5c0249 100644
--- a/dev-python/pandas/pandas-0.24.2.ebuild
+++ b/dev-python/pandas/pandas-0.24.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
PYTHON_REQ_USE="threads(+)"
VIRTUALX_REQUIRED="manual"
@@ -11,7 +11,7 @@ VIRTUALX_REQUIRED="manual"
inherit distutils-r1 eutils flag-o-matic virtualx
DESCRIPTION="Powerful data structures for data analysis and statistics"
-HOMEPAGE="http://pandas.pydata.org/"
+HOMEPAGE="https://pandas.pydata.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P/_/}.tar.gz"
SLOT="0"
@@ -50,7 +50,6 @@ OPTIONAL_DEPEND="
X? (
|| (
dev-python/PyQt5[${PYTHON_USEDEP}]
- dev-python/pygtk[$(python_gen_usedep python2_7)]
x11-misc/xclip
x11-misc/xsel
)