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-pkg/
Date: Sun, 25 Apr 2021 21:13:53
Message-Id: 1619385206.2a7c5b10484ae97359a3f92856ce8a6075b7fa0c.dolsen@gentoo
1 commit: 2a7c5b10484ae97359a3f92856ce8a6075b7fa0c
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 25 21:04:10 2021 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 25 21:13:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a7c5b10
7
8 dev-util/buildbot-pkg: Version bump to 3.1.0
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
12
13 dev-util/buildbot-pkg/Manifest | 1 +
14 dev-util/buildbot-pkg/buildbot-pkg-3.1.0.ebuild | 27 +++++++++++++++++++++++++
15 2 files changed, 28 insertions(+)
16
17 diff --git a/dev-util/buildbot-pkg/Manifest b/dev-util/buildbot-pkg/Manifest
18 index 8209fb2d1dd..719030c2560 100644
19 --- a/dev-util/buildbot-pkg/Manifest
20 +++ b/dev-util/buildbot-pkg/Manifest
21 @@ -3,3 +3,4 @@ DIST buildbot-pkg-2.10.1.tar.gz 4777 BLAKE2B 5c0244146176e45cb30431c6716bf8fbc32
22 DIST buildbot-pkg-2.8.2.tar.gz 4736 BLAKE2B afbd5213b51240845f8becfcc727dc3280aa1510dd62305a5e029099da4f8e7cbbf749365baba568a2205354205e97dbdbff78a1740e464164e0c2bbc3148194 SHA512 611b5600df181adfbbe203947c36ad64a99c10c6c63c0f4e65ffd2ae4551f2d879559007b59302434cd1a2ae915a2a7125afb90f6c896110ebf514212434a2a7
23 DIST buildbot-pkg-2.8.4.tar.gz 4772 BLAKE2B 08e1bdf7db8a4b1f007b12475937638575afa3e16511c28f24dab59fda88d83b03420b84d4e674aaf8e2e7962e80291f759fc7083424d3d96df2643946e8d2d5 SHA512 c5ca0c36315807bb458e16f4bdc015659b32e0c6047a067d5717251e6054249aa8a162873aa196b4fb6367c68a9a99ec3a698e861a5c70de1f81e90601b3467f
24 DIST buildbot-pkg-3.0.2.tar.gz 4780 BLAKE2B 4cf0fad6413b3fbfab2637a08f9bee90228183a493e71102ff518fe18a2790b386c592891f6dfb51c6f43121945f55c1ed66994ad6ce2ae28d9b7f6045e99c24 SHA512 6c09ff3a78b53d4f93e331f9691f1200abda12b912cd0fed99e3b2ba900ee0d07805ee9d16f9337c0e187a74d511d1c23cebc5a286cf3c05520c22e730191996
25 +DIST buildbot-pkg-3.1.0.tar.gz 4782 BLAKE2B 9107134a56eb27c3714ef5c66a610c44b21ae8080690f30147e6e9e0f592da08cc4e171eb588ea26d48aec269c8c73939ae19081133dc52aa8e4b3d3f9e1903e SHA512 8300031b01bf8d3d9e9508bbc101cfa48e516cfd4a797a04f93692a69b06e26cbe37ab4d712fa458e1aa39e1bb34567816fb5604258bf4e10c3359392aa3df6f
26
27 diff --git a/dev-util/buildbot-pkg/buildbot-pkg-3.1.0.ebuild b/dev-util/buildbot-pkg/buildbot-pkg-3.1.0.ebuild
28 new file mode 100644
29 index 00000000000..c83932c8927
30 --- /dev/null
31 +++ b/dev-util/buildbot-pkg/buildbot-pkg-3.1.0.ebuild
32 @@ -0,0 +1,27 @@
33 +# Copyright 1999-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI="7"
37 +PYTHON_REQ_USE="sqlite"
38 +PYTHON_COMPAT=( python3_{7,8,9} )
39 +
40 +DISTUTILS_USE_SETUPTOOLS="rdepend"
41 +
42 +inherit distutils-r1
43 +
44 +MY_PV="${PV/_p/.post}"
45 +MY_P="${PN}-${MY_PV}"
46 +
47 +DESCRIPTION="BuildBot common www build tools for packaging releases"
48 +HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-pkg/"
49 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
50 +
51 +LICENSE="GPL-2"
52 +SLOT="0"
53 +
54 +KEYWORDS="~amd64"
55 +
56 +# No real integration tests for this pkg.
57 +# all tests are related to making releases and final checks for distribution
58 +
59 +S=${WORKDIR}/${MY_P}