Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: app-crypt/wile/
Date: Tue, 31 Mar 2020 17:20:23
Message-Id: 1585675033.d3860b1c94b7d87610130d61b15cfa2ac3b5c114.sping@gentoo
1 commit: d3860b1c94b7d87610130d61b15cfa2ac3b5c114
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 31 17:14:28 2020 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 31 17:17:13 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=d3860b1c
7
8 app-crypt/wile: Drop old + py3[67]
9
10 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
11
12 app-crypt/wile/wile-1.0.1.ebuild | 33 ----------------------
13 app-crypt/wile/wile-1.0.5.ebuild | 32 ---------------------
14 .../{wile-1.0.6.ebuild => wile-1.0.6-r1.ebuild} | 12 ++++++--
15 3 files changed, 9 insertions(+), 68 deletions(-)
16
17 diff --git a/app-crypt/wile/wile-1.0.1.ebuild b/app-crypt/wile/wile-1.0.1.ebuild
18 deleted file mode 100644
19 index 7579bb5..0000000
20 --- a/app-crypt/wile/wile-1.0.1.ebuild
21 +++ /dev/null
22 @@ -1,33 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -PYTHON_COMPAT=( python2_7 )
29 -inherit distutils-r1
30 -
31 -DESCRIPTION="Stripped down letsencrypt (ACME) client"
32 -HOMEPAGE="https://github.com/costela/wile"
33 -SRC_URI="https://github.com/costela/wile/archive/${PV}.tar.gz -> ${P}.tar.gz"
34 -
35 -LICENSE="GPL-3"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 -IUSE=""
39 -
40 -DEPEND="
41 - >=dev-python/setuptools-38.5.1[${PYTHON_USEDEP}]
42 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
43 - "
44 -RDEPEND="
45 - >=app-crypt/acme-0.21[${PYTHON_USEDEP}]
46 - dev-python/josepy[${PYTHON_USEDEP}]
47 - dev-python/six[${PYTHON_USEDEP}]
48 - dev-python/click[${PYTHON_USEDEP}]
49 - dev-python/pyopenssl[${PYTHON_USEDEP}]
50 - dev-python/cryptography[${PYTHON_USEDEP}]
51 - dev-python/paramiko[${PYTHON_USEDEP}]
52 - "
53 -
54 -DOCS=( README.md )
55 -
56
57 diff --git a/app-crypt/wile/wile-1.0.5.ebuild b/app-crypt/wile/wile-1.0.5.ebuild
58 deleted file mode 100644
59 index 8d8b140..0000000
60 --- a/app-crypt/wile/wile-1.0.5.ebuild
61 +++ /dev/null
62 @@ -1,32 +0,0 @@
63 -# Copyright 1999-2018 Gentoo Foundation
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=6
67 -
68 -PYTHON_COMPAT=( python2_7 )
69 -inherit distutils-r1
70 -
71 -DESCRIPTION="Stripped down letsencrypt (ACME) client"
72 -HOMEPAGE="https://github.com/costela/wile"
73 -SRC_URI="https://github.com/costela/wile/archive/${PV}.tar.gz -> ${P}.tar.gz"
74 -
75 -LICENSE="GPL-3"
76 -SLOT="0"
77 -KEYWORDS="~amd64 ~x86"
78 -IUSE=""
79 -
80 -DEPEND="
81 - >=dev-python/setuptools-38.5.1[${PYTHON_USEDEP}]
82 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
83 - "
84 -RDEPEND="
85 - >app-crypt/acme-0.22[${PYTHON_USEDEP}]
86 - dev-python/josepy[${PYTHON_USEDEP}]
87 - dev-python/six[${PYTHON_USEDEP}]
88 - <dev-python/click-7[${PYTHON_USEDEP}]
89 - dev-python/pyopenssl[${PYTHON_USEDEP}]
90 - dev-python/cryptography[${PYTHON_USEDEP}]
91 - dev-python/paramiko[${PYTHON_USEDEP}]
92 - "
93 -
94 -DOCS=( README.md )
95
96 diff --git a/app-crypt/wile/wile-1.0.6.ebuild b/app-crypt/wile/wile-1.0.6-r1.ebuild
97 similarity index 78%
98 rename from app-crypt/wile/wile-1.0.6.ebuild
99 rename to app-crypt/wile/wile-1.0.6-r1.ebuild
100 index 136c258..4951382 100644
101 --- a/app-crypt/wile/wile-1.0.6.ebuild
102 +++ b/app-crypt/wile/wile-1.0.6-r1.ebuild
103 @@ -1,9 +1,11 @@
104 -# Copyright 1999-2019 Gentoo Foundation
105 +# Copyright 1999-2020 Gentoo Authors
106 # Distributed under the terms of the GNU General Public License v2
107
108 EAPI=7
109
110 -PYTHON_COMPAT=( python2_7 )
111 +PYTHON_COMPAT=( python3_{6,7} )
112 +DISTUTILS_USE_SETUPTOOLS=rdepend
113 +
114 inherit distutils-r1
115
116 DESCRIPTION="Stripped down letsencrypt (ACME) client"
117 @@ -17,8 +19,8 @@ IUSE=""
118
119 DEPEND="
120 dev-python/pytest-runner[${PYTHON_USEDEP}]
121 - >=dev-python/setuptools-38.5.1[${PYTHON_USEDEP}]
122 dev-python/setuptools_scm[${PYTHON_USEDEP}]
123 + test? ( dev-python/testfixtures[${PYTHON_USEDEP}] )
124 "
125 RDEPEND="
126 >app-crypt/acme-0.22[${PYTHON_USEDEP}]
127 @@ -31,3 +33,7 @@ RDEPEND="
128 "
129
130 DOCS=( README.md )
131 +
132 +RESTRICT="test"
133 +
134 +distutils_enable_tests pytest