diff options
author | Michael Palimaka <kensington@gentoo.org> | 2018-03-03 20:06:07 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2018-03-03 20:10:47 +1100 |
commit | 38be9a6fa09998f61058964ef96b8994d9c679b9 (patch) | |
tree | 79b2e318e6f188fcf124e60bff962f341cf573ed /dev-python/django-otp-yubikey | |
parent | dev-python/django-otp: remove 0.2.7 (diff) | |
download | gentoo-38be9a6fa09998f61058964ef96b8994d9c679b9.tar.gz gentoo-38be9a6fa09998f61058964ef96b8994d9c679b9.tar.bz2 gentoo-38be9a6fa09998f61058964ef96b8994d9c679b9.zip |
dev-python/django-otp-yubikey: remove 0.2.0
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python/django-otp-yubikey')
-rw-r--r-- | dev-python/django-otp-yubikey/Manifest | 1 | ||||
-rw-r--r-- | dev-python/django-otp-yubikey/django-otp-yubikey-0.2.0.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/django-otp-yubikey/Manifest b/dev-python/django-otp-yubikey/Manifest index b82547fa2ce3..eddd3b88ba84 100644 --- a/dev-python/django-otp-yubikey/Manifest +++ b/dev-python/django-otp-yubikey/Manifest @@ -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 index ed54486e8a73..000000000000 --- a/dev-python/django-otp-yubikey/django-otp-yubikey-0.2.0.ebuild +++ /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}] -" |