summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2017-05-15 18:51:15 -0700
committerBrian Dolbec <dolsen@gentoo.org>2017-05-15 19:07:12 -0700
commit8c026fd7466c1941d5096b88d142b70d4cef3752 (patch)
treef87326c6157c5e45bee36af786a83fb13f17b18e /dev-util/buildbot-worker/buildbot-worker-9999.ebuild
parentdev-python/txgithub: Add python3_{4,5,6} (diff)
downloadgentoo-8c026fd7466c1941d5096b88d142b70d4cef3752.tar.gz
gentoo-8c026fd7466c1941d5096b88d142b70d4cef3752.tar.bz2
gentoo-8c026fd7466c1941d5096b88d142b70d4cef3752.zip
dev-util/buildbot-worker: Version bump, adds py3.5 capability
Clean older versions. Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30
Diffstat (limited to 'dev-util/buildbot-worker/buildbot-worker-9999.ebuild')
-rw-r--r--dev-util/buildbot-worker/buildbot-worker-9999.ebuild10
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? (