commit:     d3860b1c94b7d87610130d61b15cfa2ac3b5c114
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 31 17:14:28 2020 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Mar 31 17:17:13 2020 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=d3860b1c

app-crypt/wile: Drop old + py3[67]

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 app-crypt/wile/wile-1.0.1.ebuild                   | 33 ----------------------
 app-crypt/wile/wile-1.0.5.ebuild                   | 32 ---------------------
 .../{wile-1.0.6.ebuild => wile-1.0.6-r1.ebuild}    | 12 ++++++--
 3 files changed, 9 insertions(+), 68 deletions(-)

diff --git a/app-crypt/wile/wile-1.0.1.ebuild b/app-crypt/wile/wile-1.0.1.ebuild
deleted file mode 100644
index 7579bb5..0000000
--- a/app-crypt/wile/wile-1.0.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-DESCRIPTION="Stripped down letsencrypt (ACME) client"
-HOMEPAGE="https://github.com/costela/wile";
-SRC_URI="https://github.com/costela/wile/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-       >=dev-python/setuptools-38.5.1[${PYTHON_USEDEP}]
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       "
-RDEPEND="
-       >=app-crypt/acme-0.21[${PYTHON_USEDEP}]
-       dev-python/josepy[${PYTHON_USEDEP}]
-       dev-python/six[${PYTHON_USEDEP}]
-       dev-python/click[${PYTHON_USEDEP}]
-       dev-python/pyopenssl[${PYTHON_USEDEP}]
-       dev-python/cryptography[${PYTHON_USEDEP}]
-       dev-python/paramiko[${PYTHON_USEDEP}]
-       "
-
-DOCS=( README.md )
-

diff --git a/app-crypt/wile/wile-1.0.5.ebuild b/app-crypt/wile/wile-1.0.5.ebuild
deleted file mode 100644
index 8d8b140..0000000
--- a/app-crypt/wile/wile-1.0.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-DESCRIPTION="Stripped down letsencrypt (ACME) client"
-HOMEPAGE="https://github.com/costela/wile";
-SRC_URI="https://github.com/costela/wile/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-       >=dev-python/setuptools-38.5.1[${PYTHON_USEDEP}]
-       dev-python/setuptools_scm[${PYTHON_USEDEP}]
-       "
-RDEPEND="
-       >app-crypt/acme-0.22[${PYTHON_USEDEP}]
-       dev-python/josepy[${PYTHON_USEDEP}]
-       dev-python/six[${PYTHON_USEDEP}]
-       <dev-python/click-7[${PYTHON_USEDEP}]
-       dev-python/pyopenssl[${PYTHON_USEDEP}]
-       dev-python/cryptography[${PYTHON_USEDEP}]
-       dev-python/paramiko[${PYTHON_USEDEP}]
-       "
-
-DOCS=( README.md )

diff --git a/app-crypt/wile/wile-1.0.6.ebuild 
b/app-crypt/wile/wile-1.0.6-r1.ebuild
similarity index 78%
rename from app-crypt/wile/wile-1.0.6.ebuild
rename to app-crypt/wile/wile-1.0.6-r1.ebuild
index 136c258..4951382 100644
--- a/app-crypt/wile/wile-1.0.6.ebuild
+++ b/app-crypt/wile/wile-1.0.6-r1.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2019 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{6,7} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
 inherit distutils-r1
 
 DESCRIPTION="Stripped down letsencrypt (ACME) client"
@@ -17,8 +19,8 @@ IUSE=""
 
 DEPEND="
        dev-python/pytest-runner[${PYTHON_USEDEP}]
-       >=dev-python/setuptools-38.5.1[${PYTHON_USEDEP}]
        dev-python/setuptools_scm[${PYTHON_USEDEP}]
+       test? ( dev-python/testfixtures[${PYTHON_USEDEP}] )
        "
 RDEPEND="
        >app-crypt/acme-0.22[${PYTHON_USEDEP}]
@@ -31,3 +33,7 @@ RDEPEND="
        "
 
 DOCS=( README.md )
+
+RESTRICT="test"
+
+distutils_enable_tests pytest

Reply via email to