Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot/
Date: Wed, 07 Oct 2020 15:15:03
Message-Id: 1602083692.34122da674eca50239424be15d895882407c365a.prometheanfire@gentoo
1 commit: 34122da674eca50239424be15d895882407c365a
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 7 15:12:30 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 15:14:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34122da6
7
8 app-crypt/certbot: 1.9.0 bump, pytest removal
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-crypt/certbot/Manifest | 1 +
14 .../certbot/{certbot-9999.ebuild => certbot-1.9.0.ebuild} | 12 +-----------
15 app-crypt/certbot/certbot-9999.ebuild | 12 +-----------
16 3 files changed, 3 insertions(+), 22 deletions(-)
17
18 diff --git a/app-crypt/certbot/Manifest b/app-crypt/certbot/Manifest
19 index 840e9863bf6..78ffc8fd6ea 100644
20 --- a/app-crypt/certbot/Manifest
21 +++ b/app-crypt/certbot/Manifest
22 @@ -1,2 +1,3 @@
23 DIST certbot-1.7.0.tar.gz 1416764 BLAKE2B de678a222e8c8e3e7834470f87763763671bfae37a5c8320a4c1a2552ec979b5391094713e7e13526f73fdf8cd32f70f8c4350f422505892c4fdd0ae77742c80 SHA512 f81242e68b7e261bbb6294ffe92e47bc1687128344816d71a495a94a2646e209e46c147bc76eedce0c477cc140dc6ae0fba76d2d5d01b828fce78875f5a2886a
24 DIST certbot-1.8.0.tar.gz 1425620 BLAKE2B 9cc0443fd067bf594f02a79c99defa250e656dbee00cd2717a4a747abfe80511ffcb800b6ac63e484a918192dad9465dc45335f358267fa998af16e966b8e2a6 SHA512 c6559fe1e5db6269942bda3738c00b1b550ec448288eaf911ba9c3967c7e949b34bdd8b77742398f0a512ce07929fa2f227c1202e40900151762f1db6ff9de56
25 +DIST certbot-1.9.0.tar.gz 1425703 BLAKE2B 9bf78824649870b3e1fc3175aae551cbfaa675a8930a89f35ba2330647d86798e4fc43011c617be2d278ab20c43dd05b02e8e61956dd7f9d10d444181874346e SHA512 098d8c077f5760c1f40f7d673820488ad7643c8b9c12561a58921cd95f60ae76515cefc19f822747f3385a68eba6f49fe5484b20142994ef67a26b0b16293ce8
26
27 diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-1.9.0.ebuild
28 similarity index 78%
29 copy from app-crypt/certbot/certbot-9999.ebuild
30 copy to app-crypt/certbot/certbot-1.9.0.ebuild
31 index 8496941da96..e5444094150 100644
32 --- a/app-crypt/certbot/certbot-9999.ebuild
33 +++ b/app-crypt/certbot/certbot-1.9.0.ebuild
34 @@ -21,11 +21,9 @@ HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/"
35
36 LICENSE="Apache-2.0"
37 SLOT="0"
38 -IUSE="test"
39 -RESTRICT="!test? ( test )"
40
41 RDEPEND="
42 - >=app-crypt/acme-1.6.0[${PYTHON_USEDEP}]
43 + >=app-crypt/acme-1.8.0[${PYTHON_USEDEP}]
44 >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}]
45 dev-python/configobj[${PYTHON_USEDEP}]
46 >=dev-python/cryptography-2.8[${PYTHON_USEDEP}]
47 @@ -36,11 +34,3 @@ RDEPEND="
48 dev-python/pytz[${PYTHON_USEDEP}]
49 dev-python/zope-component[${PYTHON_USEDEP}]
50 dev-python/zope-interface[${PYTHON_USEDEP}]"
51 -
52 -distutils_enable_tests pytest
53 -
54 -python_prepare_all() {
55 - # required as deps of deps can trigger this too...
56 - echo ' ignore:.*collections\.abc:DeprecationWarning' >> ../pytest.ini
57 - distutils-r1_python_prepare_all
58 -}
59
60 diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild
61 index 8496941da96..e5444094150 100644
62 --- a/app-crypt/certbot/certbot-9999.ebuild
63 +++ b/app-crypt/certbot/certbot-9999.ebuild
64 @@ -21,11 +21,9 @@ HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/"
65
66 LICENSE="Apache-2.0"
67 SLOT="0"
68 -IUSE="test"
69 -RESTRICT="!test? ( test )"
70
71 RDEPEND="
72 - >=app-crypt/acme-1.6.0[${PYTHON_USEDEP}]
73 + >=app-crypt/acme-1.8.0[${PYTHON_USEDEP}]
74 >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}]
75 dev-python/configobj[${PYTHON_USEDEP}]
76 >=dev-python/cryptography-2.8[${PYTHON_USEDEP}]
77 @@ -36,11 +34,3 @@ RDEPEND="
78 dev-python/pytz[${PYTHON_USEDEP}]
79 dev-python/zope-component[${PYTHON_USEDEP}]
80 dev-python/zope-interface[${PYTHON_USEDEP}]"
81 -
82 -distutils_enable_tests pytest
83 -
84 -python_prepare_all() {
85 - # required as deps of deps can trigger this too...
86 - echo ' ignore:.*collections\.abc:DeprecationWarning' >> ../pytest.ini
87 - distutils-r1_python_prepare_all
88 -}