diff options
author | 2019-10-15 18:49:16 +0200 | |
---|---|---|
committer | 2019-10-15 18:49:16 +0200 | |
commit | aeec3f40f27d2513f70e94577da8e905a7568a50 (patch) | |
tree | 8aa8fb951c9022b14387d81cf1f586f6fd3b2ad4 /dev-python | |
parent | dev-python/django-opensearch: Remove last-rited pkg (diff) | |
download | gentoo-aeec3f40f27d2513f70e94577da8e905a7568a50.tar.gz gentoo-aeec3f40f27d2513f70e94577da8e905a7568a50.tar.bz2 gentoo-aeec3f40f27d2513f70e94577da8e905a7568a50.zip |
dev-python/django-otp-yubikey: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694280
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/django-otp-yubikey/Manifest | 1 | ||||
-rw-r--r-- | dev-python/django-otp-yubikey/django-otp-yubikey-0.4.2.ebuild | 24 | ||||
-rw-r--r-- | dev-python/django-otp-yubikey/metadata.xml | 9 |
3 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/django-otp-yubikey/Manifest b/dev-python/django-otp-yubikey/Manifest deleted file mode 100644 index 4a0a883b8430..000000000000 --- a/dev-python/django-otp-yubikey/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST django-otp-yubikey-0.4.2.tar.gz 12670 BLAKE2B faf060cdc242378ba762ee6af4cfa124da60388ed23fbb33016e47dfe22542075573d9792924f72701aa09d1dde37a79f56674b26d83c2936223602f4ab1eea4 SHA512 bc6fca539e28b52086768c2874d333c7f42b69de4cbd99e57c3cbbb4d0aeae31335a54d6d7f03a9252c0524e75ca20263106d1aabe30a21f5b4046fb2fc2effd diff --git a/dev-python/django-otp-yubikey/django-otp-yubikey-0.4.2.ebuild b/dev-python/django-otp-yubikey/django-otp-yubikey-0.4.2.ebuild deleted file mode 100644 index ca888bfa4a31..000000000000 --- a/dev-python/django-otp-yubikey/django-otp-yubikey-0.4.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{5,6} ) - -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-0.4.0[${PYTHON_USEDEP}] - >=dev-python/yubiotp-0.2.1[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" diff --git a/dev-python/django-otp-yubikey/metadata.xml b/dev-python/django-otp-yubikey/metadata.xml deleted file mode 100644 index b600756496f9..000000000000 --- a/dev-python/django-otp-yubikey/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="pypi">django-otp-yubikey</remote-id> - <remote-id type="bitbucket">psagers/django-otp</remote-id> - </upstream> -</pkgmetadata> |