dev-python/django-otp-yubikey: remove 0.2.0
authorMichael Palimaka <kensington@gentoo.org>
Sat, 3 Mar 2018 09:06:07 +0000 (20:06 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Sat, 3 Mar 2018 09:10:47 +0000 (20:10 +1100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

dev-python/django-otp-yubikey/Manifest
dev-python/django-otp-yubikey/django-otp-yubikey-0.2.0.ebuild [deleted file]

index b82547fa2ce3e573e0305d3540f3f1ad20eecc8e..eddd3b88ba8479fa554df0b58e53dcf86b39ebdd 100644 (file)
@@ -1,2 +1 @@
-DIST django-otp-yubikey-0.2.0.tar.gz 11264 BLAKE2B cfa950e11e4ce57713fb3b0607a614dd294938779398b6cabb5ea1a4168c9753de6a35a887ec75a8d66a8ebd187e0c4687ca32bd72b13e4b84b5bee0e911a635 SHA512 f0b18fb262caa76a25af0a063c85c07b41f7d211dacd1db2dc6cd55995bc505a1e70535b70a95cba722685a3b34c8a304e9b829b9c3f27caae67921f86f7ffde
 DIST django-otp-yubikey-0.3.3.tar.gz 14233 BLAKE2B a85eba8bf9c590d4747627baaaa6c038afea7d766203974508ee1ccb6bf807642720fae78a64584230f013daefd87475c5c9f94f1584ed4ddbdcfbdb31aee57d SHA512 80c9ffb42a7109a04eca4fabca33294b3a65abeb12f408cb6d7c6c06644896629df43d32833d514e0a60ddd6352af073fb5b2f1174a07b370214a76ccc093c3e
diff --git a/dev-python/django-otp-yubikey/django-otp-yubikey-0.2.0.ebuild b/dev-python/django-otp-yubikey/django-otp-yubikey-0.2.0.ebuild
deleted file mode 100644 (file)
index ed54486..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="django-otp plugin that verifies YubiKey OTP tokens"
-HOMEPAGE="https://bitbucket.org/psagers/django-otp"
-SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-       dev-python/django-otp[${PYTHON_USEDEP}]
-       dev-python/yubiotp[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-"