diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-16 15:15:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-16 15:17:36 +0200 |
commit | 0556732bc84658d748bbfd5b94e331265ec182c0 (patch) | |
tree | 55cdf52993f6696260b52a77257c5776ebf3d1c0 /dev-python/django-otp | |
parent | dev-python/django-haystack: Remove old (diff) | |
download | gentoo-0556732bc84658d748bbfd5b94e331265ec182c0.tar.gz gentoo-0556732bc84658d748bbfd5b94e331265ec182c0.tar.bz2 gentoo-0556732bc84658d748bbfd5b94e331265ec182c0.zip |
dev-python/django-otp: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-otp')
-rw-r--r-- | dev-python/django-otp/django-otp-1.1.3.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/django-otp/django-otp-1.1.3.ebuild b/dev-python/django-otp/django-otp-1.1.3.ebuild deleted file mode 100644 index 892604810582..000000000000 --- a/dev-python/django-otp/django-otp-1.1.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Django framework adding two-factor authentication using one-time passwords" -HOMEPAGE="https://github.com/django-otp/django-otp/" -SRC_URI=" - https://github.com/django-otp/django-otp/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-python/django-2.2[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - $(python_gen_impl_dep sqlite) - dev-python/freezegun[${PYTHON_USEDEP}] - dev-python/qrcode[${PYTHON_USEDEP}] - ${RDEPEND} - )" - -python_test() { - local -x PYTHONPATH=test:${PYTHONPATH} - local -x DJANGO_SETTINGS_MODULE=test_project.settings - django-admin test -v 2 django_otp || die "Tests fail with ${EPYTHON}" -} |