Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/
Date: Sun, 17 Oct 2021 07:42:01
Message-Id: 1634456500.50762367dbac5f02475cc3a244bbca4d536c1805.mgorny@gentoo
1 commit: 50762367dbac5f02475cc3a244bbca4d536c1805
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 07:38:53 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 07:41:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50762367
7
8 dev-python/django-otp: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/django-otp/Manifest | 2 --
13 dev-python/django-otp/django-otp-1.0.6.ebuild | 36 ---------------------------
14 dev-python/django-otp/django-otp-1.1.0.ebuild | 35 --------------------------
15 3 files changed, 73 deletions(-)
16
17 diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
18 index 3732486bfd7..2353d4fad68 100644
19 --- a/dev-python/django-otp/Manifest
20 +++ b/dev-python/django-otp/Manifest
21 @@ -1,3 +1 @@
22 -DIST django-otp-1.0.6.gh.tar.gz 69023 BLAKE2B 82534fb666e27ab654b1587160fd9fd4600d1ecb57f5b506b383c3d7b36a13d6bbff39598603c7c3bc69edc871a6a3ad1aa2531a92ea921ab07798e7e4bb1316 SHA512 ff14a786bc8b3d22c8767fa78d676951c262389dfe00def981c79894d299f393ffc86510c33866482aa246ac1643238a3de5701bb76cf56aea5e3ba0a25cbb97
23 -DIST django-otp-1.1.0.gh.tar.gz 71399 BLAKE2B 826677582fff6102b3e65750c367607e9641aa629a59f064af7023774017f6e7817f36e51e0fada181fa84054545367689b8b499ef9625729c8434a903911876 SHA512 b23c0e72508c890f7a84b59b7827f093aeaad77e6df7c824894bc789282db6f8a26699c9a3ee9bf755eb8e13c6fe5a80fad263659be7528762a8cc29d4636e11
24 DIST django-otp-1.1.1.gh.tar.gz 71526 BLAKE2B d68c0fe99c5437d08a8a0a433b4d6f41f0068047e3899efbb24234696c3494a064982aabc02d2788662d516235413bfc804f76cf5ffa1c608d3aa61927e2fad3 SHA512 5946cd64fd0f52dac5ef9fb192f8ecf78e99c96fe7e3223b41c68d96e249f6727149ef58a2dbf48024452e078f5f93c1f9edb9db2a25def5cbb3992c16aac18c
25
26 diff --git a/dev-python/django-otp/django-otp-1.0.6.ebuild b/dev-python/django-otp/django-otp-1.0.6.ebuild
27 deleted file mode 100644
28 index 0468cfa4626..00000000000
29 --- a/dev-python/django-otp/django-otp-1.0.6.ebuild
30 +++ /dev/null
31 @@ -1,36 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Django framework adding two-factor authentication using one-time passwords"
42 -HOMEPAGE="https://github.com/django-otp/django-otp/"
43 -SRC_URI="
44 - https://github.com/django-otp/django-otp/archive/v${PV}.tar.gz
45 - -> ${P}.gh.tar.gz"
46 -
47 -LICENSE="BSD"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE="test"
51 -RESTRICT="!test? ( test )"
52 -
53 -RDEPEND="
54 - >=dev-python/django-2.2[${PYTHON_USEDEP}]"
55 -BDEPEND="
56 - test? (
57 - $(python_gen_impl_dep sqlite)
58 - dev-python/freezegun[${PYTHON_USEDEP}]
59 - dev-python/qrcode[${PYTHON_USEDEP}]
60 - ${RDEPEND}
61 - )"
62 -
63 -python_test() {
64 - local -x PYTHONPATH=test:${PYTHONPATH}
65 - local -x DJANGO_SETTINGS_MODULE=test_project.settings
66 - django-admin test -v 2 django_otp || die "Tests fail with ${EPYTHON}"
67 -}
68
69 diff --git a/dev-python/django-otp/django-otp-1.1.0.ebuild b/dev-python/django-otp/django-otp-1.1.0.ebuild
70 deleted file mode 100644
71 index 89260481058..00000000000
72 --- a/dev-python/django-otp/django-otp-1.1.0.ebuild
73 +++ /dev/null
74 @@ -1,35 +0,0 @@
75 -# Copyright 1999-2021 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=8
79 -
80 -PYTHON_COMPAT=( python3_{8..10} )
81 -inherit distutils-r1
82 -
83 -DESCRIPTION="Django framework adding two-factor authentication using one-time passwords"
84 -HOMEPAGE="https://github.com/django-otp/django-otp/"
85 -SRC_URI="
86 - https://github.com/django-otp/django-otp/archive/v${PV}.tar.gz
87 - -> ${P}.gh.tar.gz"
88 -
89 -LICENSE="BSD"
90 -SLOT="0"
91 -KEYWORDS="~amd64 ~x86"
92 -IUSE="test"
93 -RESTRICT="!test? ( test )"
94 -
95 -RDEPEND="
96 - >=dev-python/django-2.2[${PYTHON_USEDEP}]"
97 -BDEPEND="
98 - test? (
99 - $(python_gen_impl_dep sqlite)
100 - dev-python/freezegun[${PYTHON_USEDEP}]
101 - dev-python/qrcode[${PYTHON_USEDEP}]
102 - ${RDEPEND}
103 - )"
104 -
105 -python_test() {
106 - local -x PYTHONPATH=test:${PYTHONPATH}
107 - local -x DJANGO_SETTINGS_MODULE=test_project.settings
108 - django-admin test -v 2 django_otp || die "Tests fail with ${EPYTHON}"
109 -}