aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/elivepatch-server/elivepatch-server-0.0.1.ebuild')
-rw-r--r--sys-devel/elivepatch-server/elivepatch-server-0.0.1.ebuild24
1 files changed, 6 insertions, 18 deletions
diff --git a/sys-devel/elivepatch-server/elivepatch-server-0.0.1.ebuild b/sys-devel/elivepatch-server/elivepatch-server-0.0.1.ebuild
index adb52a2..8eaa4f2 100644
--- a/sys-devel/elivepatch-server/elivepatch-server-0.0.1.ebuild
+++ b/sys-devel/elivepatch-server/elivepatch-server-0.0.1.ebuild
@@ -3,8 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-PYTHON_REQ_USE='bzip2(+)'
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
@@ -15,20 +14,9 @@ SRC_URI="https://github.com/aliceinwire/elivepatch-server/archive/${PV}.tar.gz -
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-
-python_prepare_all() {
- distutils-r1_python_prepare_all
-}
-
-python_install() {
- # Install sbin scripts to bindir for python-exec linking
- # they will be relocated in pkg_preinst()
- distutils-r1_python_install
-}
-
+RDEPEND="
+dev-python/flask[${PYTHON_USEDEP}]
+dev-python/flask-restful[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+dev-python/setuptools[${PYTHON_USEDEP}]"