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: Fri, 29 Jan 2021 21:46:06
Message-Id: 1611956717.2b421dc8dc871c39f9764f6fe8d39a65ba53cdad.dolsen@gentoo
1 commit: 2b421dc8dc871c39f9764f6fe8d39a65ba53cdad
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 29 20:46:00 2021 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 21:45:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b421dc8
7
8 dev-util/buildbot-pkg: Version bump to 2.10.1
9
10 Package-Manager: Portage-3.0.10, Repoman-3.0.2
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-2.10.1.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 f6c995b5978..b1372bc98f7 100644
19 --- a/dev-util/buildbot-pkg/Manifest
20 +++ b/dev-util/buildbot-pkg/Manifest
21 @@ -1,3 +1,4 @@
22 DIST buildbot-pkg-2.10.0.tar.gz 4777 BLAKE2B 59f37eb1765b47d3b912b98e9d1483bb6360ec06aa35bb015018c17ebdb4e44143367e926c09c218b6c93500069238dc18e2e07b3902e15ac1fbb0d78425e558 SHA512 0f4ffa6a3d1b0a14a80c17ba573d51e6a719a6172f8ff528c19088ba2fba9ddef6ec6d82d42c280f7eda2f4260df3e5f0bbe273978fc253f4776346d3f207080
23 +DIST buildbot-pkg-2.10.1.tar.gz 4777 BLAKE2B 5c0244146176e45cb30431c6716bf8fbc327b939ed7b997ef1a33d86d25eab1b3106293498b5c12fa07412c590503981ebef8d0bb140ba9535469ff187caea51 SHA512 b65d139696cbab7df9f52894c5571ecbfa715b3b593ee25f5174d4b2dbb864e5d62265ab8c611ca7a439e761735e20fa03273bf2ddfbfb71b6c01e00bbb21036
24 DIST buildbot-pkg-2.8.2.tar.gz 4736 BLAKE2B afbd5213b51240845f8becfcc727dc3280aa1510dd62305a5e029099da4f8e7cbbf749365baba568a2205354205e97dbdbff78a1740e464164e0c2bbc3148194 SHA512 611b5600df181adfbbe203947c36ad64a99c10c6c63c0f4e65ffd2ae4551f2d879559007b59302434cd1a2ae915a2a7125afb90f6c896110ebf514212434a2a7
25 DIST buildbot-pkg-2.8.4.tar.gz 4772 BLAKE2B 08e1bdf7db8a4b1f007b12475937638575afa3e16511c28f24dab59fda88d83b03420b84d4e674aaf8e2e7962e80291f759fc7083424d3d96df2643946e8d2d5 SHA512 c5ca0c36315807bb458e16f4bdc015659b32e0c6047a067d5717251e6054249aa8a162873aa196b4fb6367c68a9a99ec3a698e861a5c70de1f81e90601b3467f
26
27 diff --git a/dev-util/buildbot-pkg/buildbot-pkg-2.10.1.ebuild b/dev-util/buildbot-pkg/buildbot-pkg-2.10.1.ebuild
28 new file mode 100644
29 index 00000000000..6cc42eedb5f
30 --- /dev/null
31 +++ b/dev-util/buildbot-pkg/buildbot-pkg-2.10.1.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_{6,7,8} )
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}