summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen, Chih-Chia <pigfoot@gmail.com>2016-11-08 16:41:54 +0800
committerChen, Chih-Chia <pigfoot@gmail.com>2016-11-08 16:41:54 +0800
commitfc02f6faa990a5cbd0f870dfde084eb215d68faf (patch)
tree366e37a12315a3dfbb8d987b6c5895dd2e21f768 /sci-libs
parent[sci-libs/xgboost] minor fix4 (diff)
downloadpigfoot-fc02f6faa990a5cbd0f870dfde084eb215d68faf.tar.gz
pigfoot-fc02f6faa990a5cbd0f870dfde084eb215d68faf.tar.bz2
pigfoot-fc02f6faa990a5cbd0f870dfde084eb215d68faf.zip
Drop dead implementations from PYTHON_COMPAT
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/xgboost/xgboost-0.60.ebuild3
-rw-r--r--sci-libs/xgboost/xgboost-9999.ebuild3
2 files changed, 4 insertions, 2 deletions
diff --git a/sci-libs/xgboost/xgboost-0.60.ebuild b/sci-libs/xgboost/xgboost-0.60.ebuild
index 6b21f4f..8745b3f 100644
--- a/sci-libs/xgboost/xgboost-0.60.ebuild
+++ b/sci-libs/xgboost/xgboost-0.60.ebuild
@@ -4,7 +4,8 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy{,3} )
+
inherit distutils-r1
DESCRIPTION="Scalable, Portable and Distributed Gradient Boosting."
diff --git a/sci-libs/xgboost/xgboost-9999.ebuild b/sci-libs/xgboost/xgboost-9999.ebuild
index 49ea285..0e5c8f4 100644
--- a/sci-libs/xgboost/xgboost-9999.ebuild
+++ b/sci-libs/xgboost/xgboost-9999.ebuild
@@ -4,7 +4,8 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy{,3} )
+
inherit distutils-r1
DESCRIPTION="Scalable, Portable and Distributed Gradient Boosting."