public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/yubiotp/
@ 2017-03-04  7:21 Johann Schmitz
  0 siblings, 0 replies; 3+ messages in thread
From: Johann Schmitz @ 2017-03-04  7:21 UTC (permalink / raw
  To: gentoo-commits

commit:     3f383ad16296d1038d515b8cf69f46d2556ca140
Author:     Johann Schmitz <ercpe <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 07:20:34 2017 +0000
Commit:     Johann Schmitz <ercpe <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 07:21:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f383ad1

dev-python/yubiotp: Support both, pycrypto and pycryptodome (wrt #611620)

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 dev-python/yubiotp/yubiotp-0.2.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/yubiotp/yubiotp-0.2.1.ebuild b/dev-python/yubiotp/yubiotp-0.2.1.ebuild
index 7c09af08235..3b7f736ef7e 100644
--- a/dev-python/yubiotp/yubiotp-0.2.1.ebuild
+++ b/dev-python/yubiotp/yubiotp-0.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit eutils distutils-r1
 MY_PN="YubiOTP"
 MY_P="${MY_PN}-${PV}"
 
-DESCRIPTION="Python library for verifying YubiKey OTP tokens, both locally and through a Yubico web service"
+DESCRIPTION="Library for verifying YubiKey OTP tokens, both locally and through a Yubico web service"
 HOMEPAGE="https://bitbucket.org/psagers/yubiotp"
 SRC_URI="mirror://pypi/Y/${MY_PN}/${MY_P}.tar.gz"
 
@@ -23,7 +23,7 @@ IUSE="test"
 S="${WORKDIR}/${MY_P}"
 
 CDEPEND="dev-python/six[${PYTHON_USEDEP}]
-		dev-python/pycrypto[${PYTHON_USEDEP}]"
+		|| ( dev-python/pycryptodome[${PYTHON_USEDEP}] dev-python/pycrypto[${PYTHON_USEDEP}] )"
 
 RDEPEND="${CDEPEND}"
 DEPEND="test? ( ${CDEPEND} )"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/yubiotp/
@ 2017-05-29 16:33 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2017-05-29 16:33 UTC (permalink / raw
  To: gentoo-commits

commit:     698e7627a7f9544c3adb6a29d03e8ee50a685f65
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 14:10:20 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon May 29 16:32:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=698e7627

dev-python/yubiotp: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/yubiotp/yubiotp-0.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/yubiotp/yubiotp-0.2.1.ebuild b/dev-python/yubiotp/yubiotp-0.2.1.ebuild
index 3b7f736ef7e..b717b151ddd 100644
--- a/dev-python/yubiotp/yubiotp-0.2.1.ebuild
+++ b/dev-python/yubiotp/yubiotp-0.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit eutils distutils-r1
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/yubiotp/
@ 2018-04-26  8:39 Amy Liffey
  0 siblings, 0 replies; 3+ messages in thread
From: Amy Liffey @ 2018-04-26  8:39 UTC (permalink / raw
  To: gentoo-commits

commit:     1e3bf0dbdc08582854b5cb5c374bdc37706aab56
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 26 08:32:29 2018 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 08:38:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3bf0db

dev-python/yubiotp: fix DESCRIPTION

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/yubiotp/yubiotp-0.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/yubiotp/yubiotp-0.2.1.ebuild b/dev-python/yubiotp/yubiotp-0.2.1.ebuild
index b717b151ddd..e46ba7ac0e4 100644
--- a/dev-python/yubiotp/yubiotp-0.2.1.ebuild
+++ b/dev-python/yubiotp/yubiotp-0.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit eutils distutils-r1
 MY_PN="YubiOTP"
 MY_P="${MY_PN}-${PV}"
 
-DESCRIPTION="Library for verifying YubiKey OTP tokens, both locally and through a Yubico web service"
+DESCRIPTION="Library verifying YubiKey OTP tokens, locally and using Yubico web service"
 HOMEPAGE="https://bitbucket.org/psagers/yubiotp"
 SRC_URI="mirror://pypi/Y/${MY_PN}/${MY_P}.tar.gz"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-26  8:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-29 16:33 [gentoo-commits] repo/gentoo:master commit in: dev-python/yubiotp/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2018-04-26  8:39 Amy Liffey
2017-03-04  7:21 Johann Schmitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox