public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/betagarden:master commit in: app-crypt/wile/
Date: Tue, 31 Mar 2020 17:20:01 +0000 (UTC)	[thread overview]
Message-ID: <1585675033.d3860b1c94b7d87610130d61b15cfa2ac3b5c114.sping@gentoo> (raw)

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	other threads:[~2020-03-31 17:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-31 17:20 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-07-07 22:45 [gentoo-commits] proj/betagarden:master commit in: app-crypt/wile/ Sebastian Pipping
2018-12-15 16:07 Sebastian Pipping
2018-03-15 23:42 Sebastian Pipping
2017-03-10 18:36 Sebastian Pipping
2017-03-04 16:51 Sebastian Pipping

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1585675033.d3860b1c94b7d87610130d61b15cfa2ac3b5c114.sping@gentoo \
    --to=sping@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox