diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-11-03 16:06:58 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-11-03 16:06:58 +0000 |
commit | bd4aeefe33e63f613512604e47bfca7b2187697d (patch) | |
tree | adb35b5a9a00ee7ea591ab0c987f70167c23b597 /dev-python/django-otp-yubikey | |
parent | 48ece6662cbd443015f5a57ae6d8cbdbd69ef37c (diff) |
gentoo resync : 03.11.2019
Diffstat (limited to 'dev-python/django-otp-yubikey')
-rw-r--r-- | dev-python/django-otp-yubikey/Manifest | 3 | ||||
-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, 36 deletions
diff --git a/dev-python/django-otp-yubikey/Manifest b/dev-python/django-otp-yubikey/Manifest deleted file mode 100644 index aa287c8665a4..000000000000 --- a/dev-python/django-otp-yubikey/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST django-otp-yubikey-0.4.2.tar.gz 12670 BLAKE2B faf060cdc242378ba762ee6af4cfa124da60388ed23fbb33016e47dfe22542075573d9792924f72701aa09d1dde37a79f56674b26d83c2936223602f4ab1eea4 SHA512 bc6fca539e28b52086768c2874d333c7f42b69de4cbd99e57c3cbbb4d0aeae31335a54d6d7f03a9252c0524e75ca20263106d1aabe30a21f5b4046fb2fc2effd -EBUILD django-otp-yubikey-0.4.2.ebuild 567 BLAKE2B 79d016d1e376b9bcc540bec07578aee03af6984fcf8d29712d3a1ed526d9c6249182aaba92025a94a18e190afb8ce1ccbe3a375016e3ab4e105ba570aad69b6a SHA512 0b1d35ecd9002fc65a15d097507dfabb73db3119d36048519f1dbac819b41befd0d6eebe7877578ae51720ad9931a667fc3d990f5606bcf63e90a879256a1130 -MISC metadata.xml 316 BLAKE2B 07e00fa2de594708826250b71745951204e35e8ab7c74257eca61057a7bea5b2d9fb5f18724b0048da782f415751ceea4dbf4e79bcbb2135c77421a71a8937a8 SHA512 0a65b77aa7db9ea74f8643b05534fcaffaaedce5e7edbfc35c0f86e831c942b4464d9e4c225e3373d18b1b3a61e58976ffbd222843efcede3eacbb0d4177e597 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> |