Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-worker/
Date: Thu, 25 Aug 2022 23:24:35
Message-Id: 1661469849.aaa22ff099045e1678df84969aa7001e46d3606f.dolsen@gentoo
1 commit: aaa22ff099045e1678df84969aa7001e46d3606f
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 25 22:51:01 2022 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 25 23:24:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaa22ff0
7
8 dev-util/buildbot-worker: Version bump to 3.6.0
9
10 Update 9999 twisted dep
11 Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
12
13 dev-util/buildbot-worker/Manifest | 1 +
14 ...bot-worker-9999.ebuild => buildbot-worker-3.6.0.ebuild} | 14 +++++++++-----
15 dev-util/buildbot-worker/buildbot-worker-9999.ebuild | 2 +-
16 3 files changed, 11 insertions(+), 6 deletions(-)
17
18 diff --git a/dev-util/buildbot-worker/Manifest b/dev-util/buildbot-worker/Manifest
19 index 8cdd489c081c..f922e58e8ae9 100644
20 --- a/dev-util/buildbot-worker/Manifest
21 +++ b/dev-util/buildbot-worker/Manifest
22 @@ -1,2 +1,3 @@
23 DIST buildbot-worker-3.4.0.tar.gz 102910 BLAKE2B c38a806e8d0475a8c18176310f628b829fc359f013b315e82715e71071213fe4a0cdf38273ad7df39a66675f4ebc9fb1881fb990290f2bbedf4c8777ec93d4dc SHA512 411a2bf496622c2b9a3e0dea1ea8a71b347566010086c57ffc5d1114546cc5052af39a8ff7b10ffe6e7afdb6fc8ff73a9ffba23b96a76ff1cc0e3eff81cc59a7
24 DIST buildbot-worker-3.5.0.tar.gz 111349 BLAKE2B 90d193fb89ac65ca03274e0ad5c7fde8fc478bb932ccc4240495437f79171d49f623f50731c7619336386b7d1d7df3f955e10bf006ad86b8dcf294d75c874774 SHA512 1df67b6332753f91179863cca76b0578e4f36954e0aa4eb9c28f98d6451d6972e247849fb9d4e20b753b5702d100406b306ce4982181510ad81de0d35a9828ed
25 +DIST buildbot-worker-3.6.0.tar.gz 120158 BLAKE2B c762237d802f6eff1c6b74f0ed364ecf085d762c80f6cc90edc1fed0084c7bf6a0b74b6fcaf8611b9c21b6249bde547d5a10bc7ff5b4588d138b2ebf76e823a3 SHA512 6b5f50694fe1559dacba599f8641c6b370cad4b68c8182e8a6e31528ffbeeed81c405fd764e3718003913fe5fe8d9faa920a2ad81373fbd028cbf046ed0d3136
26
27 diff --git a/dev-util/buildbot-worker/buildbot-worker-9999.ebuild b/dev-util/buildbot-worker/buildbot-worker-3.6.0.ebuild
28 similarity index 94%
29 copy from dev-util/buildbot-worker/buildbot-worker-9999.ebuild
30 copy to dev-util/buildbot-worker/buildbot-worker-3.6.0.ebuild
31 index 3c8df2e78a33..34360f39c453 100644
32 --- a/dev-util/buildbot-worker/buildbot-worker-9999.ebuild
33 +++ b/dev-util/buildbot-worker/buildbot-worker-3.6.0.ebuild
34 @@ -5,29 +5,33 @@ EAPI=8
35
36 DISTUTILS_USE_PEP517=setuptools
37 PYTHON_COMPAT=( python3_{8..10} )
38 -EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"
39 -inherit readme.gentoo-r1 git-r3 distutils-r1
40 +inherit readme.gentoo-r1 distutils-r1
41 +
42 +MY_V="${PV/_p/.post}"
43 +MY_P="${PN}-${MY_V}"
44
45 DESCRIPTION="BuildBot Worker (slave) Daemon"
46 HOMEPAGE="https://buildbot.net/
47 https://github.com/buildbot/buildbot
48 https://pypi.org/project/buildbot-worker/"
49 -S="${S}/worker"
50 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
51 +S="${WORKDIR}/${MY_P}"
52
53 LICENSE="GPL-2"
54 SLOT="0"
55 +KEYWORDS="amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux"
56 IUSE="test"
57 RESTRICT="!test? ( test )"
58
59 RDEPEND="
60 acct-user/buildbot
61 >=dev-python/autobahn-0.16.0[${PYTHON_USEDEP}]
62 - >=dev-python/twisted-17.9.0[${PYTHON_USEDEP}]
63 + >=dev-python/msgpack-0.6.0[${PYTHON_USEDEP}]
64 + >=dev-python/twisted-18.7.0[${PYTHON_USEDEP}]
65 dev-python/future[${PYTHON_USEDEP}]
66 !<dev-util/buildbot-1.0.0
67 "
68 BDEPEND="
69 - >=dev-python/msgpack-0.6.0[${PYTHON_USEDEP}]
70 test? (
71 ${RDEPEND}
72 dev-python/mock[${PYTHON_USEDEP}]
73
74 diff --git a/dev-util/buildbot-worker/buildbot-worker-9999.ebuild b/dev-util/buildbot-worker/buildbot-worker-9999.ebuild
75 index 3c8df2e78a33..6fb30ec0ecab 100644
76 --- a/dev-util/buildbot-worker/buildbot-worker-9999.ebuild
77 +++ b/dev-util/buildbot-worker/buildbot-worker-9999.ebuild
78 @@ -22,7 +22,7 @@ RESTRICT="!test? ( test )"
79 RDEPEND="
80 acct-user/buildbot
81 >=dev-python/autobahn-0.16.0[${PYTHON_USEDEP}]
82 - >=dev-python/twisted-17.9.0[${PYTHON_USEDEP}]
83 + >=dev-python/twisted-18.7.0[${PYTHON_USEDEP}]
84 dev-python/future[${PYTHON_USEDEP}]
85 !<dev-util/buildbot-1.0.0
86 "