diff options
Diffstat (limited to 'dev-util/buildbot-worker/buildbot-worker-9999.ebuild')
-rw-r--r-- | dev-util/buildbot-worker/buildbot-worker-9999.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-util/buildbot-worker/buildbot-worker-9999.ebuild b/dev-util/buildbot-worker/buildbot-worker-9999.ebuild index 2fb8e3b40beb..d31e83a8d6af 100644 --- a/dev-util/buildbot-worker/buildbot-worker-9999.ebuild +++ b/dev-util/buildbot-worker/buildbot-worker-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_5 ) EGIT_REPO_URI="https://github.com/buildbot/buildbot.git" @@ -10,7 +10,7 @@ EGIT_REPO_URI="https://github.com/buildbot/buildbot.git" inherit readme.gentoo user distutils-r1 DESCRIPTION="BuildBot Slave Daemon" -HOMEPAGE="http://buildbot.net/ http://code.google.com/p/buildbot/ http://pypi.python.org/pypi/buildbot-worker" +HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.python.org/pypi/buildbot-worker" MY_V="${PV/_p/p}" MY_P="${PN}-${MY_V}" @@ -26,11 +26,9 @@ fi IUSE="test" RDEPEND=">=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}] - || ( >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}] - >=dev-python/twisted-core-8.0.0[${PYTHON_USEDEP}] - ) + >=dev-python/twisted-17.1.0[${PYTHON_USEDEP}] dev-python/future[${PYTHON_USEDEP}] - !<dev-util/buildbot-0.9.0_rc1 + !<dev-util/buildbot-0.9.7 " DEPEND="${RDEPEND} test? ( |