Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pbr/
Date: Wed, 03 Oct 2018 19:41:25
Message-Id: 1538595651.19a8a90f56091d8b9ca0527c0a5c3a4a4063d545.prometheanfire@gentoo
1 commit: 19a8a90f56091d8b9ca0527c0a5c3a4a4063d545
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 3 19:40:51 2018 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 3 19:40:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a8a90f
7
8 dev-python/pbr: 4.3.0 bump
9
10 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 dev-python/pbr/Manifest | 1 +
14 dev-python/pbr/pbr-4.3.0.ebuild | 73 +++++++++++++++++++++++++++++++++++++++++
15 2 files changed, 74 insertions(+)
16
17 diff --git a/dev-python/pbr/Manifest b/dev-python/pbr/Manifest
18 index 5e26a82aea9..246b483e66d 100644
19 --- a/dev-python/pbr/Manifest
20 +++ b/dev-python/pbr/Manifest
21 @@ -3,3 +3,4 @@ DIST pbr-1.10.0.tar.gz 111425 BLAKE2B 2cef589ada2892dd8357ad3248c4b544d58c699d24
22 DIST pbr-3.1.1.tar.gz 102665 BLAKE2B 301515d50f8550f5553a29faacb1daef589b41b8116320abd4552bb67886498d89eced1f95e1efdd6ac0511a5587eb479dc9d2963a74e92300463c3c53201e7d SHA512 c01fb83678f8fc3acddc153dd341a17ed9d602b6770f0ff244b1c5b54c37d4ddcbd0c3d726f7d7020865819e02797c1c79a0c15e9ee2ae5c1510fce7112b2a3a
23 DIST pbr-4.1.1.tar.gz 108683 BLAKE2B 5c0157ff14590113e7baae0bdca1ff46108a7a10d6eae8bd0a2d06bee62b4aa65eed25c900ae1b67324ac6b416641081c63a274c9694db1877b5d9073c1c04d9 SHA512 ed739901b3a2d1eafa1d4d408a39f1e5d967776571efe0913877145aaccee3114558e107a4e5704403288324c63a08cfbca07a3409bd1baafcbc33105abdf3e4
24 DIST pbr-4.2.0.tar.gz 107958 BLAKE2B 716283ceb7b1a8da41e77441c7526bf8cbdb5be7c710013630d3bbddf7de0ce37f3abd063f6103f3ec27fc5c09796f6452d8117df3b533b3c7377bf6dce7d37f SHA512 d46d93333b4d0d3fd5c14e0a474ca7beceddf794a5dbcf66f810993b8d33b48602518072effcd429566f4eede2a38c4aec289df262c2c0e7ab4b82474e14f14d
25 +DIST pbr-4.3.0.tar.gz 112935 BLAKE2B 460d9f93d66a9381360f3b47beb0fb8a3ffcc21be231e5875019b00d5b60efacd7237c073f9d7850b23aed75ad842fbb6b082d665367dcc5a059b8eb0064641d SHA512 6e87c62ca434a85506f1e9d9e92d29ccccd24484120748fdfae081e3a574a9d9edcd2e3960bd0ecb5d3c8543a919b8b0f829662957ed657693022c8940f76d74
26
27 diff --git a/dev-python/pbr/pbr-4.3.0.ebuild b/dev-python/pbr/pbr-4.3.0.ebuild
28 new file mode 100644
29 index 00000000000..5011d435355
30 --- /dev/null
31 +++ b/dev-python/pbr/pbr-4.3.0.ebuild
32 @@ -0,0 +1,73 @@
33 +# Copyright 1999-2018 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
39 +PYTHON_REQ_USE="threads(+)"
40 +
41 +inherit distutils-r1
42 +
43 +DESCRIPTION="Inject some useful and sensible default behaviors into setuptools"
44 +HOMEPAGE="https://github.com/openstack-dev/pbr"
45 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 +
47 +LICENSE="Apache-2.0"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~s390 ~x86 ~amd64-linux ~x86-linux"
50 +#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
51 +#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
52 +IUSE="test"
53 +
54 +# git is needed for tests, see https://bugs.launchpad.net/pbr/+bug/1326682 and https://bugs.gentoo.org/show_bug.cgi?id=561038
55 +# docutils is needed for sphinx exceptions... https://bugs.gentoo.org/show_bug.cgi?id=603848
56 +DEPEND="
57 + dev-python/setuptools[${PYTHON_USEDEP}]
58 + test? (
59 + >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
60 + !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
61 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
62 + >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
63 + >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
64 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
65 + >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
66 + >=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
67 + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
68 + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
69 + >=dev-python/virtualenv-14.0.6[${PYTHON_USEDEP}]
70 + >=dev-python/stestr-2.1.0[$(python_gen_usedep python{2_7,3_4,3_5,3_6})]
71 + dev-python/sphinx[${PYTHON_USEDEP}]
72 + dev-python/wheel[${PYTHON_USEDEP}]
73 + dev-vcs/git
74 + )"
75 +PDEPEND=""
76 +
77 +# This normally actually belongs here.
78 +python_prepare_all() {
79 + # This test passes when run within the source and doesn't represent a failure, but rather
80 + # a gentoo sandbox constraint
81 + # Rm tests that rely upon the package being already installed and fail
82 + sed -e s':test_console_script_develop:_&:' \
83 + -e s':test_console_script_install:_&:' \
84 + -e s':test_sdist_extra_files:_&:' \
85 + -e s':test_command_hooks:_&:' \
86 + -e s':test_sdist_git_extra_files:_&:' \
87 + -i pbr/tests/test_core.py || die
88 + sed -e s':test_command_hooks:_&:' \
89 + -e s':test_global_setup_hooks:_&:' \
90 + -i pbr/tests/test_hooks.py || die
91 + rm pbr/tests/test_wsgi.py || die "couldn't remove wsgi network tests"
92 + einfo "rogue tests disabled"
93 + sed -i '/^hacking/d' test-requirements.txt || die
94 +
95 + distutils-r1_python_prepare_all
96 +}
97 +
98 +python_test() {
99 + distutils_install_for_testing
100 +
101 + rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPTYHON}"
102 +
103 + stestr init || die "stestr init failed under ${EPYTHON}"
104 + stestr run || die "stestr run failed under ${EPYTHON}"
105 +}