dev-python/django-otp: remove 0.2.7
authorMichael Palimaka <kensington@gentoo.org>
Sat, 3 Mar 2018 09:05:46 +0000 (20:05 +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/Manifest
dev-python/django-otp/django-otp-0.2.7.ebuild [deleted file]

index 1f7855a1a30bc8de159962f53c6df907fc4f377b..547646c96182f904715eddaf6b478ace5fee89e7 100644 (file)
@@ -1,2 +1 @@
-DIST django-otp-0.2.7.tar.gz 76879 BLAKE2B c8486d48a2e01a5522c6f8fd6fc6b8c7de50a048aceeef8191d308b041f21a978e481a5635b72c16749346b9152984b7c707e15a621110fa4c3e7e3937aa2a50 SHA512 b48c6dd505ed06b4028a1d27213ea759a1a54ca5f4e5c8dc2aad826535a80295fcdde3a1da455256927d26906e53ee40c47a0ab89de5c6331c2f3567e43fdae7
 DIST django-otp-0.3.4.tar.gz 39992 BLAKE2B e85cee8d868038aa936a8a3bd7dfd326a28a7609f3a6273637e075fb971dba27060b39f18773628c6a963525a0aa83328d72de937957f430629b8ad6fa77e127 SHA512 62b6683050a9dbd0bcfc9a63bd965f19e5d088c3e53c5e45067f8a785aa7b2a7b540d0331742bf8b979ad95d308f944bfef250989d1f782849a71bbc79a7d53c
diff --git a/dev-python/django-otp/django-otp-0.2.7.ebuild b/dev-python/django-otp/django-otp-0.2.7.ebuild
deleted file mode 100644 (file)
index 5d3bb20..0000000
+++ /dev/null
@@ -1,22 +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="A pluggable framework for adding two-factor authentication to Django using one-time passwords"
-HOMEPAGE="https://bitbucket.org/psagers/django-otp"
-SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-       >=dev-python/django-1.4.2[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]"