summaryrefslogtreecommitdiff
path: root/dev-python/pyotp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /dev-python/pyotp
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'dev-python/pyotp')
-rw-r--r--dev-python/pyotp/Manifest1
-rw-r--r--dev-python/pyotp/pyotp-2.2.6.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/pyotp/Manifest b/dev-python/pyotp/Manifest
index 860a84941dfe..ac8924edbabe 100644
--- a/dev-python/pyotp/Manifest
+++ b/dev-python/pyotp/Manifest
@@ -1,4 +1,3 @@
DIST pyotp-2.2.6.tar.gz 10602 BLAKE2B 801f48646ff15a039b9295948ed292c3c432f8b0b629d249554259802335b7430a2c82f8c3bee1f54df71b0972ec293d69a2005c35cac120a51cec1a3548b2c1 SHA512 4f962704411ceebff967cf13af5ec5b815da0f82af665a086c4e5d53acc735453d638c65aa2afa40fe546e92d04a9250f6964cb22270a67c9609f8486eb5ba90
EBUILD pyotp-2.2.6-r1.ebuild 577 BLAKE2B 03c2d04bc29ba0cdbf2da8d53089018d0e4b5cede2d00832d69f2b254fc740744ab059ad1b91a36636b1d979f24e9588d2413ba8a94583b7c06261475b41b18d SHA512 26aad16ff2f93558824203e5d0374ad9817ed49256144ccdfa71987d134b1cddc3afd9f9505a3a191861018b291f3887b114468380aad26b44d605f940bd81f6
-EBUILD pyotp-2.2.6.ebuild 573 BLAKE2B 9011341ce11798c13277e92172b9ac5e9dd03b3a919ceeba6b9ce3f73bad963f2fb13b924d490346c48406328ba19382df9ab1772250b592c583f745cd6f1fb5 SHA512 14f0e91b57a969598cfb75d57b725b8d743d6432167754e5094232757067af84bf430d69867b12fa1078130deb2a5ed4f5ddb3eacda88fa51100c5042b3f65fe
MISC metadata.xml 381 BLAKE2B 0ce0f75aab60659850e7d04532911feea89a4bccf8ec7826ebfb924416af438d5a2bf7981435a22e825b39881ac20a8b2a0bd93a66b2d7b031c72123033f1d78 SHA512 9b3a37c75a62f1873288ffba45ab105225a90d72e01c7ead253b5a903ec28babe152074cc7595d6398104f8ccc50ebfc71ff72c4e620a7dad1b5e57f767cd118
diff --git a/dev-python/pyotp/pyotp-2.2.6.ebuild b/dev-python/pyotp/pyotp-2.2.6.ebuild
deleted file mode 100644
index cf29b9d0c728..000000000000
--- a/dev-python/pyotp/pyotp-2.2.6.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="PyOTP is a Python library for generating and verifying one-time passwords."
-HOMEPAGE="https://github.com/pyotp/pyotp https://pypi.org/project/pyotp/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- "${EPYTHON}" -m unittest discover -v || die "Testing failed with ${EPYTHON}"
-}