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: Tue, 07 Jan 2020 00:24:31
Message-Id: 1578356660.ee916d532fad7dcd0157bd49be8596ebc3b8a286.prometheanfire@gentoo
1 commit: ee916d532fad7dcd0157bd49be8596ebc3b8a286
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 7 00:21:27 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 7 00:24:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee916d53
7
8 app-crypt/certbot: 1.0.0-r1 stable amd64/x86 with cleanup
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-crypt/certbot/Manifest | 1 -
14 app-crypt/certbot/certbot-0.39.0.ebuild | 50 -----------------------------
15 app-crypt/certbot/certbot-1.0.0-r1.ebuild | 2 +-
16 app-crypt/certbot/certbot-1.0.0.ebuild | 52 -------------------------------
17 4 files changed, 1 insertion(+), 104 deletions(-)
18
19 diff --git a/app-crypt/certbot/Manifest b/app-crypt/certbot/Manifest
20 index 3f85f23b598..3d0ed9497a6 100644
21 --- a/app-crypt/certbot/Manifest
22 +++ b/app-crypt/certbot/Manifest
23 @@ -1,3 +1,2 @@
24 -DIST certbot-0.39.0.tar.gz 1350312 BLAKE2B 5f21c45d25754cb1ed0ad92e8d03637928a274637de09903509c7e78c40fd197e95cfa1f3effecef938d6ab8369dc6811714ddb5a93a806048e0998d1032e4f9 SHA512 17ab17a5f74e3fba58b1a8b9afe0c3656c7b2a5ea3585edb05ad84e36250c6a8d4d28bd692bc97d033c95eb0bbeff4eb84981ae0006e36d55846cd38373b86a0
25 DIST certbot-0.40.1.tar.gz 1353347 BLAKE2B 86b3df4047101d00d5f17cf3a1a11e5800e850f5a9f736507ad373e552c27e9e4a3a17695f5a817d191cad383fc17336214fc1d8de7a99354ce4d2f5c6e728c1 SHA512 e5517a20cf26efba850728b3f81db5d6c3c5570b0a1c8eeeec9d4a4401ac04bcf44c6a2f1c248bf6e0b1be4a21b54f6168ccd11dc766304805f13b4cb16336b3
26 DIST certbot-1.0.0.tar.gz 1336032 BLAKE2B ca26cfd3d9f802b09eaf387225f24fbb01385f81dfa661dfb5acbd97982a6fc773c56abf6b3f99db7f2b0cdc8c5a7175d264714592858b38217e444d4e1d2b4b SHA512 649ddd3d9305e166ef36de4e4e48b1171d5f369d9d60c026ab37a03e7b221cd815e93e69460662e6436b56cec076005582457e9d45499114306ad808a2497912
27
28 diff --git a/app-crypt/certbot/certbot-0.39.0.ebuild b/app-crypt/certbot/certbot-0.39.0.ebuild
29 deleted file mode 100644
30 index 186da7592ec..00000000000
31 --- a/app-crypt/certbot/certbot-0.39.0.ebuild
32 +++ /dev/null
33 @@ -1,50 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -PYTHON_COMPAT=(python{2_7,3_6,3_7})
39 -
40 -if [[ ${PV} == 9999* ]]; then
41 - EGIT_REPO_URI="https://github.com/certbot/certbot.git"
42 - inherit git-r3
43 -else
44 - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
46 -fi
47 -
48 -inherit distutils-r1
49 -
50 -DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
51 -HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/"
52 -
53 -LICENSE="Apache-2.0"
54 -SLOT="0"
55 -IUSE="test"
56 -RESTRICT="!test? ( test )"
57 -
58 -CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
59 -RDEPEND="
60 - ${CDEPEND}
61 - >=app-crypt/acme-0.29.0[${PYTHON_USEDEP}]
62 - >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}]
63 - dev-python/configobj[${PYTHON_USEDEP}]
64 - >=dev-python/cryptography-1.2.3[${PYTHON_USEDEP}]
65 - >=dev-python/distro-1.0.1[${PYTHON_USEDEP}]
66 - >=dev-python/josepy-1.1.0[${PYTHON_USEDEP}]
67 - dev-python/mock[${PYTHON_USEDEP}]
68 - >=dev-python/parsedatetime-1.3[${PYTHON_USEDEP}]
69 - dev-python/pyrfc3339[${PYTHON_USEDEP}]
70 - dev-python/pytz[${PYTHON_USEDEP}]
71 - dev-python/zope-component[${PYTHON_USEDEP}]
72 - dev-python/zope-interface[${PYTHON_USEDEP}]"
73 -DEPEND="
74 - ${CDEPEND}
75 - test? (
76 - dev-python/pytest[${PYTHON_USEDEP}]
77 - )"
78 -
79 -python_test() {
80 - # acme is not installed, removing it here is fine, the dir just confuses tests
81 - rm -R acme
82 - pytest -vv ${PN} || die
83 -}
84
85 diff --git a/app-crypt/certbot/certbot-1.0.0-r1.ebuild b/app-crypt/certbot/certbot-1.0.0-r1.ebuild
86 index e47cd468aad..23177e8bb65 100644
87 --- a/app-crypt/certbot/certbot-1.0.0-r1.ebuild
88 +++ b/app-crypt/certbot/certbot-1.0.0-r1.ebuild
89 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999* ]]; then
90 inherit git-r3
91 else
92 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
93 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
94 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
95 fi
96 S=${WORKDIR}/${P}/${PN}
97
98
99 diff --git a/app-crypt/certbot/certbot-1.0.0.ebuild b/app-crypt/certbot/certbot-1.0.0.ebuild
100 deleted file mode 100644
101 index 9a68acd1d13..00000000000
102 --- a/app-crypt/certbot/certbot-1.0.0.ebuild
103 +++ /dev/null
104 @@ -1,52 +0,0 @@
105 -# Copyright 1999-2020 Gentoo Authors
106 -# Distributed under the terms of the GNU General Public License v2
107 -
108 -EAPI=7
109 -PYTHON_COMPAT=(python{2_7,3_6,3_7})
110 -
111 -if [[ ${PV} == 9999* ]]; then
112 - EGIT_REPO_URI="https://github.com/certbot/certbot.git"
113 - inherit git-r3
114 - S=${WORKDIR}/${P}/${PN}
115 -else
116 - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
117 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
118 - S=${WORKDIR}/certbot-${PV}/certbot
119 -fi
120 -
121 -inherit distutils-r1
122 -
123 -DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
124 -HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/"
125 -
126 -LICENSE="Apache-2.0"
127 -SLOT="0"
128 -IUSE="test"
129 -RESTRICT="!test? ( test )"
130 -
131 -CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
132 -RDEPEND="
133 - ${CDEPEND}
134 - >=app-crypt/acme-0.40.0[${PYTHON_USEDEP}]
135 - >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}]
136 - dev-python/configobj[${PYTHON_USEDEP}]
137 - >=dev-python/cryptography-1.2.3[${PYTHON_USEDEP}]
138 - >=dev-python/distro-1.0.1[${PYTHON_USEDEP}]
139 - >=dev-python/josepy-1.1.0[${PYTHON_USEDEP}]
140 - dev-python/mock[${PYTHON_USEDEP}]
141 - >=dev-python/parsedatetime-1.3[${PYTHON_USEDEP}]
142 - dev-python/pyrfc3339[${PYTHON_USEDEP}]
143 - dev-python/pytz[${PYTHON_USEDEP}]
144 - dev-python/zope-component[${PYTHON_USEDEP}]
145 - dev-python/zope-interface[${PYTHON_USEDEP}]"
146 -DEPEND="
147 - ${CDEPEND}
148 - test? (
149 - dev-python/pytest[${PYTHON_USEDEP}]
150 - )"
151 -
152 -python_test() {
153 - # acme is not installed, removing it here is fine, the dir just confuses tests
154 - rm -R acme
155 - pytest -vv ${PN} || die
156 -}