[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2024-07-23 Thread Michał Górny
commit: 6ade3fbf6f194177daeab63382f539ced7be3420
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 23 20:06:20 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 23 20:06:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ade3fbf

dev-python/django-otp: Enable py3.13

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/django-otp-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-otp/django-otp-1.5.1.ebuild 
b/dev-python/django-otp/django-otp-1.5.1.ebuild
index 50c19176bea3..3dc062125747 100644
--- a/dev-python/django-otp/django-otp-1.5.1.ebuild
+++ b/dev-python/django-otp/django-otp-1.5.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2024-07-23 Thread Michał Górny
commit: 2a145e0a0ffa5cd0eb8579b7a9b663adb0ae623d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 23 19:40:24 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 23 20:06:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a145e0a

dev-python/django-otp: Bump to 1.5.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.5.1.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 4923fd745af1..80ea52fe5025 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1 +1,2 @@
 DIST django_otp-1.5.0.tar.gz 72265 BLAKE2B 
e2a687a287b5e7b4f5c9370b280bd60b5e9cd62ff6fea4187988acc703ce5cc61f4ee094026c07391343983d87d9c0cb1ff4fa51d10a3e7a4d8da4da182fcb4b
 SHA512 
0169804992b155dfa88fbc0d695091f3f03225f28a104c595e7790f174ff3f4943280b7a3dbb3d4c263cc1bad0ea0370e4749d8d0b1df1e3675881365fc15dfe
+DIST django_otp-1.5.1.tar.gz 73275 BLAKE2B 
45a4691a1d9aad6416c28d6aa7b7850890bff19385bb7283019272c836e6cd83c55ba590e57e335131a99e98a17bf49c2418fe69a132b91a182e43c0a33cf863
 SHA512 
4d2af0a009fe945e136d91404bfa3977783ac681126ffeaa7ebfaacd85764afa07a568284ed1ba9d2c81ef472490df98585e78a1a36c81212b7363362db10f93

diff --git a/dev-python/django-otp/django-otp-1.5.1.ebuild 
b/dev-python/django-otp/django-otp-1.5.1.ebuild
new file mode 100644
index ..50c19176bea3
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.5.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
+HOMEPAGE="
+   https://github.com/django-otp/django-otp/
+   https://pypi.org/project/django-otp/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-3.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   || (
+   dev-python/qrcode[${PYTHON_USEDEP}]
+   dev-python/segno[${PYTHON_USEDEP}]
+   )
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.10)
+   ${RDEPEND}
+   )
+"
+
+python_test() {
+   local -x PYTHONPATH=test:${PYTHONPATH}
+   local -x DJANGO_SETTINGS_MODULE=test_project.settings
+   "${EPYTHON}" -m django test -v 2 django_otp ||
+   die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2024-07-23 Thread Michał Górny
commit: d62e47b9857e5cc7e52c38443b256b6b099a84a2
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 23 19:39:45 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 23 20:06:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d62e47b9

dev-python/django-otp: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  3 --
 dev-python/django-otp/django-otp-1.3.0.ebuild | 43 ---
 dev-python/django-otp/django-otp-1.4.0.ebuild | 43 ---
 dev-python/django-otp/django-otp-1.4.1.ebuild | 43 ---
 4 files changed, 132 deletions(-)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 4dbbb8db1ab7..4923fd745af1 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,4 +1 @@
-DIST django_otp-1.3.0.tar.gz 69013 BLAKE2B 
4b6143bb8863e6c151df954a3c4ac4ecca770b1f396dd291e8634e8ad5e0755514111dac02307120e74abacf04bc681503a973bba067817c80bcffc8c462c592
 SHA512 
ef63c5db096ce7d1b10d6b2a99ab6db46b779d4221f509452921fcbf338decbd5c799aec7476587a03b34288ef3f5ff1964dee72105b65f04a22cbd53d445fa4
-DIST django_otp-1.4.0.tar.gz 71690 BLAKE2B 
61144122ab6dec438dcc3136e8856b4d66c598e811f1fdd21e5ba77a907ae5bda88fd543a1c87a165d9ba30ce2bcd7415b04d598719ecb46f2f3ddc15a342aa0
 SHA512 
df4a11d3cb6a55e2506815b81c7e8cc3e9c272afd8d1d9ba94fd1336467b177ea3eb1e89129c3c727d7ce74ce159e5d153a22e0be2d3d638c8357653b22dba56
-DIST django_otp-1.4.1.tar.gz 71847 BLAKE2B 
49764cd1957ab2a6644780c1c6a0947b20bb4a0c1ca286907122a8b47f937aca8d1d2e480f7a309b546ac503cb0c3b1ea3e03532e7d6c38fe8db1606406eda71
 SHA512 
bb041a6ecd93dbad4f83d6593dfbc2f4768e1a3e68df332a61ed9ce483a8ec7090179a6865b128d02a2fc5ba2b42cd63dc16595a7b98e2728733fc274d506b1a
 DIST django_otp-1.5.0.tar.gz 72265 BLAKE2B 
e2a687a287b5e7b4f5c9370b280bd60b5e9cd62ff6fea4187988acc703ce5cc61f4ee094026c07391343983d87d9c0cb1ff4fa51d10a3e7a4d8da4da182fcb4b
 SHA512 
0169804992b155dfa88fbc0d695091f3f03225f28a104c595e7790f174ff3f4943280b7a3dbb3d4c263cc1bad0ea0370e4749d8d0b1df1e3675881365fc15dfe

diff --git a/dev-python/django-otp/django-otp-1.3.0.ebuild 
b/dev-python/django-otp/django-otp-1.3.0.ebuild
deleted file mode 100644
index a7fd6fe4a416..
--- a/dev-python/django-otp/django-otp-1.3.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
-HOMEPAGE="
-   https://github.com/django-otp/django-otp/
-   https://pypi.org/project/django-otp/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/django-3.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   $(python_gen_impl_dep sqlite)
-   dev-python/freezegun[${PYTHON_USEDEP}]
-   dev-python/qrcode[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/tomli[${PYTHON_USEDEP}]
-   ' 3.9 3.10)
-   ${RDEPEND}
-   )
-"
-
-python_test() {
-   local -x PYTHONPATH=test:${PYTHONPATH}
-   local -x DJANGO_SETTINGS_MODULE=test_project.settings
-   "${EPYTHON}" -m django test -v 2 django_otp ||
-   die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/django-otp/django-otp-1.4.0.ebuild 
b/dev-python/django-otp/django-otp-1.4.0.ebuild
deleted file mode 100644
index 758cf10a6598..
--- a/dev-python/django-otp/django-otp-1.4.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
-HOMEPAGE="
-   https://github.com/django-otp/django-otp/
-   https://pypi.org/project/django-otp/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/django-3.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   $(python_gen_impl_dep sqlite)
-   dev-python/freezegun[${PYTHON_USEDEP}]
-   dev-python/qrcode[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/tomli[${PYTHON_USEDEP}]
-   ' 3.9 3.10)
-   ${RDEPEND}
-   )
-"
-
-python_test() {
-   local -x PYTHONPATH=test:${PYTHONPATH}
-   local -x DJANGO_SETTINGS_MODULE=test_project.settings
-   "${EPYTHON}" -m django test -v 2 django_otp ||
-   die "Tests fail with ${EPYTHON}"
-}

diff --git 

[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2024-04-17 Thread Michał Górny
commit: 61650d130933ec2c371142f7bb72e13454fc88bc
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 17 13:16:25 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 17 13:23:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61650d13

dev-python/django-otp: Bump to 1.5.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.5.0.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 302ad5a338bf..4dbbb8db1ab7 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,3 +1,4 @@
 DIST django_otp-1.3.0.tar.gz 69013 BLAKE2B 
4b6143bb8863e6c151df954a3c4ac4ecca770b1f396dd291e8634e8ad5e0755514111dac02307120e74abacf04bc681503a973bba067817c80bcffc8c462c592
 SHA512 
ef63c5db096ce7d1b10d6b2a99ab6db46b779d4221f509452921fcbf338decbd5c799aec7476587a03b34288ef3f5ff1964dee72105b65f04a22cbd53d445fa4
 DIST django_otp-1.4.0.tar.gz 71690 BLAKE2B 
61144122ab6dec438dcc3136e8856b4d66c598e811f1fdd21e5ba77a907ae5bda88fd543a1c87a165d9ba30ce2bcd7415b04d598719ecb46f2f3ddc15a342aa0
 SHA512 
df4a11d3cb6a55e2506815b81c7e8cc3e9c272afd8d1d9ba94fd1336467b177ea3eb1e89129c3c727d7ce74ce159e5d153a22e0be2d3d638c8357653b22dba56
 DIST django_otp-1.4.1.tar.gz 71847 BLAKE2B 
49764cd1957ab2a6644780c1c6a0947b20bb4a0c1ca286907122a8b47f937aca8d1d2e480f7a309b546ac503cb0c3b1ea3e03532e7d6c38fe8db1606406eda71
 SHA512 
bb041a6ecd93dbad4f83d6593dfbc2f4768e1a3e68df332a61ed9ce483a8ec7090179a6865b128d02a2fc5ba2b42cd63dc16595a7b98e2728733fc274d506b1a
+DIST django_otp-1.5.0.tar.gz 72265 BLAKE2B 
e2a687a287b5e7b4f5c9370b280bd60b5e9cd62ff6fea4187988acc703ce5cc61f4ee094026c07391343983d87d9c0cb1ff4fa51d10a3e7a4d8da4da182fcb4b
 SHA512 
0169804992b155dfa88fbc0d695091f3f03225f28a104c595e7790f174ff3f4943280b7a3dbb3d4c263cc1bad0ea0370e4749d8d0b1df1e3675881365fc15dfe

diff --git a/dev-python/django-otp/django-otp-1.5.0.ebuild 
b/dev-python/django-otp/django-otp-1.5.0.ebuild
new file mode 100644
index ..50c19176bea3
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.5.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
+HOMEPAGE="
+   https://github.com/django-otp/django-otp/
+   https://pypi.org/project/django-otp/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-3.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   || (
+   dev-python/qrcode[${PYTHON_USEDEP}]
+   dev-python/segno[${PYTHON_USEDEP}]
+   )
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.10)
+   ${RDEPEND}
+   )
+"
+
+python_test() {
+   local -x PYTHONPATH=test:${PYTHONPATH}
+   local -x DJANGO_SETTINGS_MODULE=test_project.settings
+   "${EPYTHON}" -m django test -v 2 django_otp ||
+   die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2024-04-10 Thread Michał Górny
commit: c375e3cc254ffc01bbf51379f387a9c0329d2c29
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 11 04:03:32 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 11 04:20:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c375e3cc

dev-python/django-otp: Bump to 1.4.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.4.1.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 1b4d366e9a0a..302ad5a338bf 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,2 +1,3 @@
 DIST django_otp-1.3.0.tar.gz 69013 BLAKE2B 
4b6143bb8863e6c151df954a3c4ac4ecca770b1f396dd291e8634e8ad5e0755514111dac02307120e74abacf04bc681503a973bba067817c80bcffc8c462c592
 SHA512 
ef63c5db096ce7d1b10d6b2a99ab6db46b779d4221f509452921fcbf338decbd5c799aec7476587a03b34288ef3f5ff1964dee72105b65f04a22cbd53d445fa4
 DIST django_otp-1.4.0.tar.gz 71690 BLAKE2B 
61144122ab6dec438dcc3136e8856b4d66c598e811f1fdd21e5ba77a907ae5bda88fd543a1c87a165d9ba30ce2bcd7415b04d598719ecb46f2f3ddc15a342aa0
 SHA512 
df4a11d3cb6a55e2506815b81c7e8cc3e9c272afd8d1d9ba94fd1336467b177ea3eb1e89129c3c727d7ce74ce159e5d153a22e0be2d3d638c8357653b22dba56
+DIST django_otp-1.4.1.tar.gz 71847 BLAKE2B 
49764cd1957ab2a6644780c1c6a0947b20bb4a0c1ca286907122a8b47f937aca8d1d2e480f7a309b546ac503cb0c3b1ea3e03532e7d6c38fe8db1606406eda71
 SHA512 
bb041a6ecd93dbad4f83d6593dfbc2f4768e1a3e68df332a61ed9ce483a8ec7090179a6865b128d02a2fc5ba2b42cd63dc16595a7b98e2728733fc274d506b1a

diff --git a/dev-python/django-otp/django-otp-1.4.1.ebuild 
b/dev-python/django-otp/django-otp-1.4.1.ebuild
new file mode 100644
index ..758cf10a6598
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.4.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
+HOMEPAGE="
+   https://github.com/django-otp/django-otp/
+   https://pypi.org/project/django-otp/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-3.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/qrcode[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.9 3.10)
+   ${RDEPEND}
+   )
+"
+
+python_test() {
+   local -x PYTHONPATH=test:${PYTHONPATH}
+   local -x DJANGO_SETTINGS_MODULE=test_project.settings
+   "${EPYTHON}" -m django test -v 2 django_otp ||
+   die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2024-04-10 Thread Michał Górny
commit: 9c16f33ac1bd9d00537721c048899a3b5b5cbab8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 10 06:04:24 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 10 06:15:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c16f33a

dev-python/django-otp: Bump to 1.4.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.4.0.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 75ff950c47d3..1b4d366e9a0a 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1 +1,2 @@
 DIST django_otp-1.3.0.tar.gz 69013 BLAKE2B 
4b6143bb8863e6c151df954a3c4ac4ecca770b1f396dd291e8634e8ad5e0755514111dac02307120e74abacf04bc681503a973bba067817c80bcffc8c462c592
 SHA512 
ef63c5db096ce7d1b10d6b2a99ab6db46b779d4221f509452921fcbf338decbd5c799aec7476587a03b34288ef3f5ff1964dee72105b65f04a22cbd53d445fa4
+DIST django_otp-1.4.0.tar.gz 71690 BLAKE2B 
61144122ab6dec438dcc3136e8856b4d66c598e811f1fdd21e5ba77a907ae5bda88fd543a1c87a165d9ba30ce2bcd7415b04d598719ecb46f2f3ddc15a342aa0
 SHA512 
df4a11d3cb6a55e2506815b81c7e8cc3e9c272afd8d1d9ba94fd1336467b177ea3eb1e89129c3c727d7ce74ce159e5d153a22e0be2d3d638c8357653b22dba56

diff --git a/dev-python/django-otp/django-otp-1.4.0.ebuild 
b/dev-python/django-otp/django-otp-1.4.0.ebuild
new file mode 100644
index ..758cf10a6598
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.4.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
+HOMEPAGE="
+   https://github.com/django-otp/django-otp/
+   https://pypi.org/project/django-otp/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-3.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/qrcode[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.9 3.10)
+   ${RDEPEND}
+   )
+"
+
+python_test() {
+   local -x PYTHONPATH=test:${PYTHONPATH}
+   local -x DJANGO_SETTINGS_MODULE=test_project.settings
+   "${EPYTHON}" -m django test -v 2 django_otp ||
+   die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2023-12-30 Thread Michał Górny
commit: 44555e7873bdec84cabd106de085cb41a239653f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 30 18:27:14 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 30 18:27:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44555e78

dev-python/django-otp: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  3 --
 dev-python/django-otp/django-otp-1.2.2.ebuild | 43 ---
 dev-python/django-otp/django-otp-1.2.3.ebuild | 43 ---
 dev-python/django-otp/django-otp-1.2.4.ebuild | 43 ---
 4 files changed, 132 deletions(-)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index c8548f6350be..75ff950c47d3 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,4 +1 @@
-DIST django_otp-1.2.2.tar.gz 66391 BLAKE2B 
f66472ec2e3842ebc634edd8f689d1de51738381fd86c4af0859dee2f1bcf407b1c952c795203f9c742a95633ee14ce9253dcc1ffd7988c960e26b23a1ec5dfe
 SHA512 
e8608f0a3b0aeaa82e509f034f69131eb1015124ecf84b734a5be58f62c309eee506b12fffe2aeb4b707e70c612413d1458bc64533102508c55255035432eb1f
-DIST django_otp-1.2.3.tar.gz 66417 BLAKE2B 
30fa8efe11b061fc6332de18f4e86181c180123c7c46ae4f9102e59a587ec39f9922db7e8c7f1c3b7a19817a336969b4aa82e2dca64447736ec244ec0098f505
 SHA512 
fd881cc7b44350bcfa95d243dab08465b0251b5d45fde0766532b281fce676d0afbfb35b671c1a787579374049d43e44091af77bfbb7ac6da29713dcc3cfc98f
-DIST django_otp-1.2.4.tar.gz 66836 BLAKE2B 
83b30002b84d967c601f4cc13ea68c6b53284dd84f7ce38bbbc7d56caae75f9c584a87958617c6c0b0064616fb6f7f8f1071191a63001a0584ef62993f93cd29
 SHA512 
46a7f3d3b010fef7b88f3096c2f3861010361a78d78a9414be43b9f10339d7e2a641d4ab8c29b489f21708edb9bc7aefb8cfbca1ce6b93b524fc5f3a8d70befb
 DIST django_otp-1.3.0.tar.gz 69013 BLAKE2B 
4b6143bb8863e6c151df954a3c4ac4ecca770b1f396dd291e8634e8ad5e0755514111dac02307120e74abacf04bc681503a973bba067817c80bcffc8c462c592
 SHA512 
ef63c5db096ce7d1b10d6b2a99ab6db46b779d4221f509452921fcbf338decbd5c799aec7476587a03b34288ef3f5ff1964dee72105b65f04a22cbd53d445fa4

diff --git a/dev-python/django-otp/django-otp-1.2.2.ebuild 
b/dev-python/django-otp/django-otp-1.2.2.ebuild
deleted file mode 100644
index a7fd6fe4a416..
--- a/dev-python/django-otp/django-otp-1.2.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
-HOMEPAGE="
-   https://github.com/django-otp/django-otp/
-   https://pypi.org/project/django-otp/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/django-3.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   $(python_gen_impl_dep sqlite)
-   dev-python/freezegun[${PYTHON_USEDEP}]
-   dev-python/qrcode[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/tomli[${PYTHON_USEDEP}]
-   ' 3.9 3.10)
-   ${RDEPEND}
-   )
-"
-
-python_test() {
-   local -x PYTHONPATH=test:${PYTHONPATH}
-   local -x DJANGO_SETTINGS_MODULE=test_project.settings
-   "${EPYTHON}" -m django test -v 2 django_otp ||
-   die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/django-otp/django-otp-1.2.3.ebuild 
b/dev-python/django-otp/django-otp-1.2.3.ebuild
deleted file mode 100644
index a7fd6fe4a416..
--- a/dev-python/django-otp/django-otp-1.2.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
-HOMEPAGE="
-   https://github.com/django-otp/django-otp/
-   https://pypi.org/project/django-otp/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/django-3.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   $(python_gen_impl_dep sqlite)
-   dev-python/freezegun[${PYTHON_USEDEP}]
-   dev-python/qrcode[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/tomli[${PYTHON_USEDEP}]
-   ' 3.9 3.10)
-   ${RDEPEND}
-   )
-"
-
-python_test() {
-   local -x PYTHONPATH=test:${PYTHONPATH}
-   local -x DJANGO_SETTINGS_MODULE=test_project.settings
-   "${EPYTHON}" -m django test -v 2 django_otp ||
-   die "Tests fail with ${EPYTHON}"
-}

diff --git 

[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2023-11-08 Thread Michał Górny
commit: afe1c0eb263820d73b4ef43c75a08a49f2e1150e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  9 04:07:53 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  9 04:07:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe1c0eb

dev-python/django-otp: Bump to 1.3.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.3.0.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index c8123c690f60..c8548f6350be 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,3 +1,4 @@
 DIST django_otp-1.2.2.tar.gz 66391 BLAKE2B 
f66472ec2e3842ebc634edd8f689d1de51738381fd86c4af0859dee2f1bcf407b1c952c795203f9c742a95633ee14ce9253dcc1ffd7988c960e26b23a1ec5dfe
 SHA512 
e8608f0a3b0aeaa82e509f034f69131eb1015124ecf84b734a5be58f62c309eee506b12fffe2aeb4b707e70c612413d1458bc64533102508c55255035432eb1f
 DIST django_otp-1.2.3.tar.gz 66417 BLAKE2B 
30fa8efe11b061fc6332de18f4e86181c180123c7c46ae4f9102e59a587ec39f9922db7e8c7f1c3b7a19817a336969b4aa82e2dca64447736ec244ec0098f505
 SHA512 
fd881cc7b44350bcfa95d243dab08465b0251b5d45fde0766532b281fce676d0afbfb35b671c1a787579374049d43e44091af77bfbb7ac6da29713dcc3cfc98f
 DIST django_otp-1.2.4.tar.gz 66836 BLAKE2B 
83b30002b84d967c601f4cc13ea68c6b53284dd84f7ce38bbbc7d56caae75f9c584a87958617c6c0b0064616fb6f7f8f1071191a63001a0584ef62993f93cd29
 SHA512 
46a7f3d3b010fef7b88f3096c2f3861010361a78d78a9414be43b9f10339d7e2a641d4ab8c29b489f21708edb9bc7aefb8cfbca1ce6b93b524fc5f3a8d70befb
+DIST django_otp-1.3.0.tar.gz 69013 BLAKE2B 
4b6143bb8863e6c151df954a3c4ac4ecca770b1f396dd291e8634e8ad5e0755514111dac02307120e74abacf04bc681503a973bba067817c80bcffc8c462c592
 SHA512 
ef63c5db096ce7d1b10d6b2a99ab6db46b779d4221f509452921fcbf338decbd5c799aec7476587a03b34288ef3f5ff1964dee72105b65f04a22cbd53d445fa4

diff --git a/dev-python/django-otp/django-otp-1.3.0.ebuild 
b/dev-python/django-otp/django-otp-1.3.0.ebuild
new file mode 100644
index ..a7fd6fe4a416
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.3.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
+HOMEPAGE="
+   https://github.com/django-otp/django-otp/
+   https://pypi.org/project/django-otp/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-3.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/qrcode[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.9 3.10)
+   ${RDEPEND}
+   )
+"
+
+python_test() {
+   local -x PYTHONPATH=test:${PYTHONPATH}
+   local -x DJANGO_SETTINGS_MODULE=test_project.settings
+   "${EPYTHON}" -m django test -v 2 django_otp ||
+   die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2023-10-05 Thread Michał Górny
commit: acb99a281248978afb79ab03f835a85eecc4377c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  6 04:29:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  6 04:29:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb99a28

dev-python/django-otp: Bump to 1.2.4

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.2.4.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index d2a58379bc08..c8123c690f60 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,2 +1,3 @@
 DIST django_otp-1.2.2.tar.gz 66391 BLAKE2B 
f66472ec2e3842ebc634edd8f689d1de51738381fd86c4af0859dee2f1bcf407b1c952c795203f9c742a95633ee14ce9253dcc1ffd7988c960e26b23a1ec5dfe
 SHA512 
e8608f0a3b0aeaa82e509f034f69131eb1015124ecf84b734a5be58f62c309eee506b12fffe2aeb4b707e70c612413d1458bc64533102508c55255035432eb1f
 DIST django_otp-1.2.3.tar.gz 66417 BLAKE2B 
30fa8efe11b061fc6332de18f4e86181c180123c7c46ae4f9102e59a587ec39f9922db7e8c7f1c3b7a19817a336969b4aa82e2dca64447736ec244ec0098f505
 SHA512 
fd881cc7b44350bcfa95d243dab08465b0251b5d45fde0766532b281fce676d0afbfb35b671c1a787579374049d43e44091af77bfbb7ac6da29713dcc3cfc98f
+DIST django_otp-1.2.4.tar.gz 66836 BLAKE2B 
83b30002b84d967c601f4cc13ea68c6b53284dd84f7ce38bbbc7d56caae75f9c584a87958617c6c0b0064616fb6f7f8f1071191a63001a0584ef62993f93cd29
 SHA512 
46a7f3d3b010fef7b88f3096c2f3861010361a78d78a9414be43b9f10339d7e2a641d4ab8c29b489f21708edb9bc7aefb8cfbca1ce6b93b524fc5f3a8d70befb

diff --git a/dev-python/django-otp/django-otp-1.2.4.ebuild 
b/dev-python/django-otp/django-otp-1.2.4.ebuild
new file mode 100644
index ..a7fd6fe4a416
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.2.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
+HOMEPAGE="
+   https://github.com/django-otp/django-otp/
+   https://pypi.org/project/django-otp/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-3.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/qrcode[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.9 3.10)
+   ${RDEPEND}
+   )
+"
+
+python_test() {
+   local -x PYTHONPATH=test:${PYTHONPATH}
+   local -x DJANGO_SETTINGS_MODULE=test_project.settings
+   "${EPYTHON}" -m django test -v 2 django_otp ||
+   die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2023-09-17 Thread Michał Górny
commit: 59ec7dd975404c1c013e19e097696ae3e8d090c1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 18 02:25:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 18 02:37:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ec7dd9

dev-python/django-otp: Bump to 1.2.3

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.2.3.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 86bf5334f14d..d2a58379bc08 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1 +1,2 @@
 DIST django_otp-1.2.2.tar.gz 66391 BLAKE2B 
f66472ec2e3842ebc634edd8f689d1de51738381fd86c4af0859dee2f1bcf407b1c952c795203f9c742a95633ee14ce9253dcc1ffd7988c960e26b23a1ec5dfe
 SHA512 
e8608f0a3b0aeaa82e509f034f69131eb1015124ecf84b734a5be58f62c309eee506b12fffe2aeb4b707e70c612413d1458bc64533102508c55255035432eb1f
+DIST django_otp-1.2.3.tar.gz 66417 BLAKE2B 
30fa8efe11b061fc6332de18f4e86181c180123c7c46ae4f9102e59a587ec39f9922db7e8c7f1c3b7a19817a336969b4aa82e2dca64447736ec244ec0098f505
 SHA512 
fd881cc7b44350bcfa95d243dab08465b0251b5d45fde0766532b281fce676d0afbfb35b671c1a787579374049d43e44091af77bfbb7ac6da29713dcc3cfc98f

diff --git a/dev-python/django-otp/django-otp-1.2.3.ebuild 
b/dev-python/django-otp/django-otp-1.2.3.ebuild
new file mode 100644
index ..a7fd6fe4a416
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.2.3.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
+HOMEPAGE="
+   https://github.com/django-otp/django-otp/
+   https://pypi.org/project/django-otp/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-3.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/qrcode[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.9 3.10)
+   ${RDEPEND}
+   )
+"
+
+python_test() {
+   local -x PYTHONPATH=test:${PYTHONPATH}
+   local -x DJANGO_SETTINGS_MODULE=test_project.settings
+   "${EPYTHON}" -m django test -v 2 django_otp ||
+   die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2023-07-28 Thread Michał Górny
commit: 64dc0bfbb20131788fff6a102ea06415c6610659
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 28 15:44:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 28 15:58:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64dc0bfb

dev-python/django-otp: Enable py3.12

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/django-otp-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-otp/django-otp-1.2.2.ebuild 
b/dev-python/django-otp/django-otp-1.2.2.ebuild
index fae3a5117ea5..a7fd6fe4a416 100644
--- a/dev-python/django-otp/django-otp-1.2.2.ebuild
+++ b/dev-python/django-otp/django-otp-1.2.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2023-07-24 Thread Michał Górny
commit: 968cd372c9bb629aa4ed5cc320f50a7ecaafc618
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 11:18:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 11:31:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=968cd372

dev-python/django-otp: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  3 --
 dev-python/django-otp/django-otp-1.1.6.ebuild | 44 ---
 dev-python/django-otp/django-otp-1.2.0.ebuild | 43 --
 dev-python/django-otp/django-otp-1.2.1.ebuild | 43 --
 4 files changed, 133 deletions(-)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index eb46b5b19ba3..86bf5334f14d 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,4 +1 @@
-DIST django-otp-1.1.6.gh.tar.gz 76790 BLAKE2B 
442c2418a870ccc8034a080415befb09780f9228562a15737e0911a0343945908f9fc2e026220a4477a5e5e1a6c1e4c3f7d51c823d4a9019f2bc15ae3367d8a3
 SHA512 
58c64651a5b274542bf09604daf3e59fdb0ea4eb96e7d14e59fd10a042d86cffb5df462191198f12320ea706f4d9aa651ef2c79ad7aa33e9d4ba0d157d90f4fb
-DIST django_otp-1.2.0.tar.gz 64888 BLAKE2B 
4b9eff29508b1ce537452ecf7337c7440acbab08b66c651080973d6a39e8e7cd5255f440e4dfb397886f562234d297333eee296ee9958075790e183e47e6637a
 SHA512 
2f108ff08a01044a0f6572f4e5a57311c28926b5baf808f5013e6ffc1e40db77fd182b078ce53596b4ecee87fc0223fdf6fc41158e03a6ba3e80455234d64810
-DIST django_otp-1.2.1.tar.gz 65762 BLAKE2B 
8243763a717c5f22513e10a03b8eeccf26d5e556cca15a22cad8e66ae8f6b4e6bfd53c43bf4de328e0b78f66895869a258ed1f42daaa0c3f686ae42ae0222ee5
 SHA512 
cb1ee0507dca15cd23d96c28566368079d38d85e3ef3a11ac14d25443c7d50ee62e8256dafe355632c33c84f74af54146890e58e17dc588e52502ee68716510f
 DIST django_otp-1.2.2.tar.gz 66391 BLAKE2B 
f66472ec2e3842ebc634edd8f689d1de51738381fd86c4af0859dee2f1bcf407b1c952c795203f9c742a95633ee14ce9253dcc1ffd7988c960e26b23a1ec5dfe
 SHA512 
e8608f0a3b0aeaa82e509f034f69131eb1015124ecf84b734a5be58f62c309eee506b12fffe2aeb4b707e70c612413d1458bc64533102508c55255035432eb1f

diff --git a/dev-python/django-otp/django-otp-1.1.6.ebuild 
b/dev-python/django-otp/django-otp-1.1.6.ebuild
deleted file mode 100644
index f06aca9ee006..
--- a/dev-python/django-otp/django-otp-1.1.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
-HOMEPAGE="
-   https://github.com/django-otp/django-otp/
-   https://pypi.org/project/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
-   "${EPYTHON}" -m django test -v 2 django_otp ||
-   die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/django-otp/django-otp-1.2.0.ebuild 
b/dev-python/django-otp/django-otp-1.2.0.ebuild
deleted file mode 100644
index f785275f25f3..
--- a/dev-python/django-otp/django-otp-1.2.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
-HOMEPAGE="
-   https://github.com/django-otp/django-otp/
-   https://pypi.org/project/django-otp/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/django-3.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   $(python_gen_impl_dep sqlite)
-   dev-python/freezegun[${PYTHON_USEDEP}]
-   dev-python/qrcode[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/tomli[${PYTHON_USEDEP}]
-   ' 3.9 3.10)
-   ${RDEPEND}
-   )
-"
-
-python_test() {
-   local -x PYTHONPATH=test:${PYTHONPATH}
-   local -x DJANGO_SETTINGS_MODULE=test_project.settings
-   "${EPYTHON}" -m django test -v 2 django_otp ||
-   die "Tests fail with ${EPYTHON}"
-}

diff --git 

[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2023-06-16 Thread Michał Górny
commit: 698dcd7132028836c951beab9020c2cfadaf6280
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 17 05:42:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 17 05:58:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=698dcd71

dev-python/django-otp: Bump to 1.2.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.2.2.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index ddc7cd033cda..eb46b5b19ba3 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,3 +1,4 @@
 DIST django-otp-1.1.6.gh.tar.gz 76790 BLAKE2B 
442c2418a870ccc8034a080415befb09780f9228562a15737e0911a0343945908f9fc2e026220a4477a5e5e1a6c1e4c3f7d51c823d4a9019f2bc15ae3367d8a3
 SHA512 
58c64651a5b274542bf09604daf3e59fdb0ea4eb96e7d14e59fd10a042d86cffb5df462191198f12320ea706f4d9aa651ef2c79ad7aa33e9d4ba0d157d90f4fb
 DIST django_otp-1.2.0.tar.gz 64888 BLAKE2B 
4b9eff29508b1ce537452ecf7337c7440acbab08b66c651080973d6a39e8e7cd5255f440e4dfb397886f562234d297333eee296ee9958075790e183e47e6637a
 SHA512 
2f108ff08a01044a0f6572f4e5a57311c28926b5baf808f5013e6ffc1e40db77fd182b078ce53596b4ecee87fc0223fdf6fc41158e03a6ba3e80455234d64810
 DIST django_otp-1.2.1.tar.gz 65762 BLAKE2B 
8243763a717c5f22513e10a03b8eeccf26d5e556cca15a22cad8e66ae8f6b4e6bfd53c43bf4de328e0b78f66895869a258ed1f42daaa0c3f686ae42ae0222ee5
 SHA512 
cb1ee0507dca15cd23d96c28566368079d38d85e3ef3a11ac14d25443c7d50ee62e8256dafe355632c33c84f74af54146890e58e17dc588e52502ee68716510f
+DIST django_otp-1.2.2.tar.gz 66391 BLAKE2B 
f66472ec2e3842ebc634edd8f689d1de51738381fd86c4af0859dee2f1bcf407b1c952c795203f9c742a95633ee14ce9253dcc1ffd7988c960e26b23a1ec5dfe
 SHA512 
e8608f0a3b0aeaa82e509f034f69131eb1015124ecf84b734a5be58f62c309eee506b12fffe2aeb4b707e70c612413d1458bc64533102508c55255035432eb1f

diff --git a/dev-python/django-otp/django-otp-1.2.2.ebuild 
b/dev-python/django-otp/django-otp-1.2.2.ebuild
new file mode 100644
index ..fae3a5117ea5
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.2.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
+HOMEPAGE="
+   https://github.com/django-otp/django-otp/
+   https://pypi.org/project/django-otp/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-3.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/qrcode[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.9 3.10)
+   ${RDEPEND}
+   )
+"
+
+python_test() {
+   local -x PYTHONPATH=test:${PYTHONPATH}
+   local -x DJANGO_SETTINGS_MODULE=test_project.settings
+   "${EPYTHON}" -m django test -v 2 django_otp ||
+   die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2023-05-26 Thread Michał Górny
commit: 41d70683007874651d93c8e684d1f2c8bb407081
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 26 17:21:53 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 26 17:21:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d70683

dev-python/django-otp: Bump to 1.2.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.2.1.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 51d50d96f8f3..ddc7cd033cda 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,2 +1,3 @@
 DIST django-otp-1.1.6.gh.tar.gz 76790 BLAKE2B 
442c2418a870ccc8034a080415befb09780f9228562a15737e0911a0343945908f9fc2e026220a4477a5e5e1a6c1e4c3f7d51c823d4a9019f2bc15ae3367d8a3
 SHA512 
58c64651a5b274542bf09604daf3e59fdb0ea4eb96e7d14e59fd10a042d86cffb5df462191198f12320ea706f4d9aa651ef2c79ad7aa33e9d4ba0d157d90f4fb
 DIST django_otp-1.2.0.tar.gz 64888 BLAKE2B 
4b9eff29508b1ce537452ecf7337c7440acbab08b66c651080973d6a39e8e7cd5255f440e4dfb397886f562234d297333eee296ee9958075790e183e47e6637a
 SHA512 
2f108ff08a01044a0f6572f4e5a57311c28926b5baf808f5013e6ffc1e40db77fd182b078ce53596b4ecee87fc0223fdf6fc41158e03a6ba3e80455234d64810
+DIST django_otp-1.2.1.tar.gz 65762 BLAKE2B 
8243763a717c5f22513e10a03b8eeccf26d5e556cca15a22cad8e66ae8f6b4e6bfd53c43bf4de328e0b78f66895869a258ed1f42daaa0c3f686ae42ae0222ee5
 SHA512 
cb1ee0507dca15cd23d96c28566368079d38d85e3ef3a11ac14d25443c7d50ee62e8256dafe355632c33c84f74af54146890e58e17dc588e52502ee68716510f

diff --git a/dev-python/django-otp/django-otp-1.2.1.ebuild 
b/dev-python/django-otp/django-otp-1.2.1.ebuild
new file mode 100644
index ..fae3a5117ea5
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.2.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
+HOMEPAGE="
+   https://github.com/django-otp/django-otp/
+   https://pypi.org/project/django-otp/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-3.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/qrcode[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.9 3.10)
+   ${RDEPEND}
+   )
+"
+
+python_test() {
+   local -x PYTHONPATH=test:${PYTHONPATH}
+   local -x DJANGO_SETTINGS_MODULE=test_project.settings
+   "${EPYTHON}" -m django test -v 2 django_otp ||
+   die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2023-05-11 Thread Michał Górny
commit: 85f0e0fea41beb823da24da31bb3d08d71541ed3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 11 16:15:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 11 17:58:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f0e0fe

dev-python/django-otp: Bump to 1.2.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.2.0.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 67a7597a6a21..51d50d96f8f3 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1 +1,2 @@
 DIST django-otp-1.1.6.gh.tar.gz 76790 BLAKE2B 
442c2418a870ccc8034a080415befb09780f9228562a15737e0911a0343945908f9fc2e026220a4477a5e5e1a6c1e4c3f7d51c823d4a9019f2bc15ae3367d8a3
 SHA512 
58c64651a5b274542bf09604daf3e59fdb0ea4eb96e7d14e59fd10a042d86cffb5df462191198f12320ea706f4d9aa651ef2c79ad7aa33e9d4ba0d157d90f4fb
+DIST django_otp-1.2.0.tar.gz 64888 BLAKE2B 
4b9eff29508b1ce537452ecf7337c7440acbab08b66c651080973d6a39e8e7cd5255f440e4dfb397886f562234d297333eee296ee9958075790e183e47e6637a
 SHA512 
2f108ff08a01044a0f6572f4e5a57311c28926b5baf808f5013e6ffc1e40db77fd182b078ce53596b4ecee87fc0223fdf6fc41158e03a6ba3e80455234d64810

diff --git a/dev-python/django-otp/django-otp-1.2.0.ebuild 
b/dev-python/django-otp/django-otp-1.2.0.ebuild
new file mode 100644
index ..f785275f25f3
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.2.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
+HOMEPAGE="
+   https://github.com/django-otp/django-otp/
+   https://pypi.org/project/django-otp/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-3.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/qrcode[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.9 3.10)
+   ${RDEPEND}
+   )
+"
+
+python_test() {
+   local -x PYTHONPATH=test:${PYTHONPATH}
+   local -x DJANGO_SETTINGS_MODULE=test_project.settings
+   "${EPYTHON}" -m django test -v 2 django_otp ||
+   die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2023-03-07 Thread Michał Górny
commit: 0d095360f6bbea93a3afd23c18c432f4b25079eb
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar  8 04:51:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar  8 05:09:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d095360

dev-python/django-otp: Bump to 1.1.6

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.1.6.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 1e28fcd30796..6d635af5e083 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,2 +1,3 @@
 DIST django-otp-1.1.4.gh.tar.gz 75551 BLAKE2B 
95f1e181542f595c5ce4059e037d47720899eac566af5d93414a64829bccbd054096bcbe1b5624e975483e45fccc88f62888c21fbb630e533be1eed9be1c0d84
 SHA512 
6bf6fbb6fe274bb8cd5de1ae31fad2bcb019332d3b10faffcffcd1f68a1160dffc2093eaadfd684c91372522e0132198df00da9e8cd0249124fd7020d63b91c3
 DIST django-otp-1.1.5.gh.tar.gz 75725 BLAKE2B 
8277166593be01db71dfdf3184b602d6224a411522b63b115211232473823fb811ae9a827c29245b105f1c88ea2b91ec823dfa9f7aa7a9badace33fb6e8efd50
 SHA512 
ab762ae6272fc1ff174bb923bc6196bc6f7cdfc2c0c022015302bd3be31a1b171800310bbb1fde5e109ac73a827f06ab4e3aae32f47bb5a494e22c0f620dd339
+DIST django-otp-1.1.6.gh.tar.gz 76790 BLAKE2B 
442c2418a870ccc8034a080415befb09780f9228562a15737e0911a0343945908f9fc2e026220a4477a5e5e1a6c1e4c3f7d51c823d4a9019f2bc15ae3367d8a3
 SHA512 
58c64651a5b274542bf09604daf3e59fdb0ea4eb96e7d14e59fd10a042d86cffb5df462191198f12320ea706f4d9aa651ef2c79ad7aa33e9d4ba0d157d90f4fb

diff --git a/dev-python/django-otp/django-otp-1.1.6.ebuild 
b/dev-python/django-otp/django-otp-1.1.6.ebuild
new file mode 100644
index ..f06aca9ee006
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.1.6.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
+HOMEPAGE="
+   https://github.com/django-otp/django-otp/
+   https://pypi.org/project/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
+   "${EPYTHON}" -m django test -v 2 django_otp ||
+   die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2023-03-06 Thread Michał Górny
commit: 01676b196c5041018b9752b9c74587c17288bc6c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar  7 05:37:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar  7 07:06:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01676b19

dev-python/django-otp: Bump to 1.1.5

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.1.5.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 8693fc39866f..1e28fcd30796 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1 +1,2 @@
 DIST django-otp-1.1.4.gh.tar.gz 75551 BLAKE2B 
95f1e181542f595c5ce4059e037d47720899eac566af5d93414a64829bccbd054096bcbe1b5624e975483e45fccc88f62888c21fbb630e533be1eed9be1c0d84
 SHA512 
6bf6fbb6fe274bb8cd5de1ae31fad2bcb019332d3b10faffcffcd1f68a1160dffc2093eaadfd684c91372522e0132198df00da9e8cd0249124fd7020d63b91c3
+DIST django-otp-1.1.5.gh.tar.gz 75725 BLAKE2B 
8277166593be01db71dfdf3184b602d6224a411522b63b115211232473823fb811ae9a827c29245b105f1c88ea2b91ec823dfa9f7aa7a9badace33fb6e8efd50
 SHA512 
ab762ae6272fc1ff174bb923bc6196bc6f7cdfc2c0c022015302bd3be31a1b171800310bbb1fde5e109ac73a827f06ab4e3aae32f47bb5a494e22c0f620dd339

diff --git a/dev-python/django-otp/django-otp-1.1.5.ebuild 
b/dev-python/django-otp/django-otp-1.1.5.ebuild
new file mode 100644
index ..f06aca9ee006
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.1.5.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
+HOMEPAGE="
+   https://github.com/django-otp/django-otp/
+   https://pypi.org/project/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
+   "${EPYTHON}" -m django test -v 2 django_otp ||
+   die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2022-11-13 Thread Michał Górny
commit: f92e01df1753c5a39150039146e8d9ff91947478
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 14 04:34:54 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 14 04:34:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f92e01df

dev-python/django-otp: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest   |  1 -
 dev-python/django-otp/django-otp-1.1.3-r1.ebuild | 41 
 2 files changed, 42 deletions(-)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 1a3cae581241..8693fc39866f 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,2 +1 @@
-DIST django-otp-1.1.3.gh.tar.gz 72736 BLAKE2B 
1dc0570d65f0ac8de417260ce2fb895dbae7f5f2cd106b0dd969bc04df207cd4aa9ccf8be2bfc74475bb3ec6abcd451b7fa1c32fd0f7f0d3b27afca212f3b8ed
 SHA512 
4e8b38c393fe29b2fa91e3f1f70abd2cc671dcf760e2e2bf8f738e04fc43a6e7f54229f298f7f2611988dffc40b4450ed1ab910ce9e9995b205dff1b3c90a977
 DIST django-otp-1.1.4.gh.tar.gz 75551 BLAKE2B 
95f1e181542f595c5ce4059e037d47720899eac566af5d93414a64829bccbd054096bcbe1b5624e975483e45fccc88f62888c21fbb630e533be1eed9be1c0d84
 SHA512 
6bf6fbb6fe274bb8cd5de1ae31fad2bcb019332d3b10faffcffcd1f68a1160dffc2093eaadfd684c91372522e0132198df00da9e8cd0249124fd7020d63b91c3

diff --git a/dev-python/django-otp/django-otp-1.1.3-r1.ebuild 
b/dev-python/django-otp/django-otp-1.1.3-r1.ebuild
deleted file mode 100644
index 4c9f4dfe0dad..
--- a/dev-python/django-otp/django-otp-1.1.3-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-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
-   "${EPYTHON}" -m django test -v 2 django_otp ||
-   die "Tests fail with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2022-11-11 Thread Michał Górny
commit: 75c060c0a4548c7c6261e27acd9b236b36c6e2fd
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 11 13:59:11 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 11 14:31:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c060c0

dev-python/django-otp: Bump to 1.1.4

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.1.4.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index e91895f1c7ed..1a3cae581241 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1 +1,2 @@
 DIST django-otp-1.1.3.gh.tar.gz 72736 BLAKE2B 
1dc0570d65f0ac8de417260ce2fb895dbae7f5f2cd106b0dd969bc04df207cd4aa9ccf8be2bfc74475bb3ec6abcd451b7fa1c32fd0f7f0d3b27afca212f3b8ed
 SHA512 
4e8b38c393fe29b2fa91e3f1f70abd2cc671dcf760e2e2bf8f738e04fc43a6e7f54229f298f7f2611988dffc40b4450ed1ab910ce9e9995b205dff1b3c90a977
+DIST django-otp-1.1.4.gh.tar.gz 75551 BLAKE2B 
95f1e181542f595c5ce4059e037d47720899eac566af5d93414a64829bccbd054096bcbe1b5624e975483e45fccc88f62888c21fbb630e533be1eed9be1c0d84
 SHA512 
6bf6fbb6fe274bb8cd5de1ae31fad2bcb019332d3b10faffcffcd1f68a1160dffc2093eaadfd684c91372522e0132198df00da9e8cd0249124fd7020d63b91c3

diff --git a/dev-python/django-otp/django-otp-1.1.4.ebuild 
b/dev-python/django-otp/django-otp-1.1.4.ebuild
new file mode 100644
index ..a53be9c88ec0
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.1.4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
+HOMEPAGE="
+   https://github.com/django-otp/django-otp/
+   https://pypi.org/project/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
+   "${EPYTHON}" -m django test -v 2 django_otp ||
+   die "Tests fail with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2022-05-16 Thread Michał Górny
commit: 0556732bc84658d748bbfd5b94e331265ec182c0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:15:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:17:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0556732b

dev-python/django-otp: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/django-otp-1.1.3.ebuild | 35 ---
 1 file changed, 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..
--- 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}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2022-02-26 Thread Michał Górny
commit: bc855bdc8f15d60b19b8b6ae5579c84fd747d2cc
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 26 19:33:19 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 26 19:34:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc855bdc

dev-python/django-otp: Fix running tests prior to install

Closes: https://bugs.gentoo.org/834107
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/django-otp-1.1.3-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/django-otp/django-otp-1.1.3-r1.ebuild 
b/dev-python/django-otp/django-otp-1.1.3-r1.ebuild
index a4cbc4ab7d4e..4c9f4dfe0dad 100644
--- a/dev-python/django-otp/django-otp-1.1.3-r1.ebuild
+++ b/dev-python/django-otp/django-otp-1.1.3-r1.ebuild
@@ -36,5 +36,6 @@ BDEPEND="
 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}"
+   "${EPYTHON}" -m django test -v 2 django_otp ||
+   die "Tests fail with ${EPYTHON}"
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2022-02-26 Thread Michał Górny
commit: 16a7696469ab327f66a8ad66a513e6299b5380bb
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 26 17:46:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 26 17:59:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16a76964

dev-python/django-otp: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  2 --
 dev-python/django-otp/django-otp-1.1.1.ebuild | 35 ---
 dev-python/django-otp/django-otp-1.1.2.ebuild | 35 ---
 3 files changed, 72 deletions(-)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index cc553fd76403..e91895f1c7ed 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,3 +1 @@
-DIST django-otp-1.1.1.gh.tar.gz 71526 BLAKE2B 
d68c0fe99c5437d08a8a0a433b4d6f41f0068047e3899efbb24234696c3494a064982aabc02d2788662d516235413bfc804f76cf5ffa1c608d3aa61927e2fad3
 SHA512 
5946cd64fd0f52dac5ef9fb192f8ecf78e99c96fe7e3223b41c68d96e249f6727149ef58a2dbf48024452e078f5f93c1f9edb9db2a25def5cbb3992c16aac18c
-DIST django-otp-1.1.2.gh.tar.gz 72639 BLAKE2B 
ba30e8d6c9982010dd9a627a810b9bc36474c571cbb6eb756d45b617338f18b7ceb024f88baeb7ceb6dbd76b3f5cf9ed53ebabd9dba435b6ab6cc3bdba092fa4
 SHA512 
85b34f9a36632ca44e4f7a3f11d1fd795bf65f909c0b6e4735afd56f06d754f7f28b43ccc851cb86c7330919978d3e2cb793111e50030273056da0231ee0e3ca
 DIST django-otp-1.1.3.gh.tar.gz 72736 BLAKE2B 
1dc0570d65f0ac8de417260ce2fb895dbae7f5f2cd106b0dd969bc04df207cd4aa9ccf8be2bfc74475bb3ec6abcd451b7fa1c32fd0f7f0d3b27afca212f3b8ed
 SHA512 
4e8b38c393fe29b2fa91e3f1f70abd2cc671dcf760e2e2bf8f738e04fc43a6e7f54229f298f7f2611988dffc40b4450ed1ab910ce9e9995b205dff1b3c90a977

diff --git a/dev-python/django-otp/django-otp-1.1.1.ebuild 
b/dev-python/django-otp/django-otp-1.1.1.ebuild
deleted file mode 100644
index 892604810582..
--- a/dev-python/django-otp/django-otp-1.1.1.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}"
-}

diff --git a/dev-python/django-otp/django-otp-1.1.2.ebuild 
b/dev-python/django-otp/django-otp-1.1.2.ebuild
deleted file mode 100644
index 892604810582..
--- a/dev-python/django-otp/django-otp-1.1.2.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}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2022-02-26 Thread Michał Górny
commit: bf1ea2bf29fbaa4af50d710f9c7743103c5d0afa
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 26 17:46:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 26 17:59:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf1ea2bf

dev-python/django-otp: Migrate to PEP517 build

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/django-otp-1.1.3-r1.ebuild | 40 
 1 file changed, 40 insertions(+)

diff --git a/dev-python/django-otp/django-otp-1.1.3-r1.ebuild 
b/dev-python/django-otp/django-otp-1.1.3-r1.ebuild
new file mode 100644
index ..a4cbc4ab7d4e
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.1.3-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2021-11-30 Thread Michał Górny
commit: f4269cfc13c93ed9d60c497d9f66d312081dc130
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 30 21:44:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 30 21:44:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4269cfc

dev-python/django-otp: Bump to 1.1.3

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.1.3.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 209230488f72..cc553fd76403 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,2 +1,3 @@
 DIST django-otp-1.1.1.gh.tar.gz 71526 BLAKE2B 
d68c0fe99c5437d08a8a0a433b4d6f41f0068047e3899efbb24234696c3494a064982aabc02d2788662d516235413bfc804f76cf5ffa1c608d3aa61927e2fad3
 SHA512 
5946cd64fd0f52dac5ef9fb192f8ecf78e99c96fe7e3223b41c68d96e249f6727149ef58a2dbf48024452e078f5f93c1f9edb9db2a25def5cbb3992c16aac18c
 DIST django-otp-1.1.2.gh.tar.gz 72639 BLAKE2B 
ba30e8d6c9982010dd9a627a810b9bc36474c571cbb6eb756d45b617338f18b7ceb024f88baeb7ceb6dbd76b3f5cf9ed53ebabd9dba435b6ab6cc3bdba092fa4
 SHA512 
85b34f9a36632ca44e4f7a3f11d1fd795bf65f909c0b6e4735afd56f06d754f7f28b43ccc851cb86c7330919978d3e2cb793111e50030273056da0231ee0e3ca
+DIST django-otp-1.1.3.gh.tar.gz 72736 BLAKE2B 
1dc0570d65f0ac8de417260ce2fb895dbae7f5f2cd106b0dd969bc04df207cd4aa9ccf8be2bfc74475bb3ec6abcd451b7fa1c32fd0f7f0d3b27afca212f3b8ed
 SHA512 
4e8b38c393fe29b2fa91e3f1f70abd2cc671dcf760e2e2bf8f738e04fc43a6e7f54229f298f7f2611988dffc40b4450ed1ab910ce9e9995b205dff1b3c90a977

diff --git a/dev-python/django-otp/django-otp-1.1.3.ebuild 
b/dev-python/django-otp/django-otp-1.1.3.ebuild
new file mode 100644
index ..892604810582
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.1.3.ebuild
@@ -0,0 +1,35 @@
+# 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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2021-11-29 Thread Michał Górny
commit: 99f04dca7384ce9b6e91700ccac7ba29f52af8ef
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 29 21:51:22 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 29 22:28:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f04dca

dev-python/django-otp: Bump to 1.1.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.1.2.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 2353d4fad682..209230488f72 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1 +1,2 @@
 DIST django-otp-1.1.1.gh.tar.gz 71526 BLAKE2B 
d68c0fe99c5437d08a8a0a433b4d6f41f0068047e3899efbb24234696c3494a064982aabc02d2788662d516235413bfc804f76cf5ffa1c608d3aa61927e2fad3
 SHA512 
5946cd64fd0f52dac5ef9fb192f8ecf78e99c96fe7e3223b41c68d96e249f6727149ef58a2dbf48024452e078f5f93c1f9edb9db2a25def5cbb3992c16aac18c
+DIST django-otp-1.1.2.gh.tar.gz 72639 BLAKE2B 
ba30e8d6c9982010dd9a627a810b9bc36474c571cbb6eb756d45b617338f18b7ceb024f88baeb7ceb6dbd76b3f5cf9ed53ebabd9dba435b6ab6cc3bdba092fa4
 SHA512 
85b34f9a36632ca44e4f7a3f11d1fd795bf65f909c0b6e4735afd56f06d754f7f28b43ccc851cb86c7330919978d3e2cb793111e50030273056da0231ee0e3ca

diff --git a/dev-python/django-otp/django-otp-1.1.2.ebuild 
b/dev-python/django-otp/django-otp-1.1.2.ebuild
new file mode 100644
index ..892604810582
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.1.2.ebuild
@@ -0,0 +1,35 @@
+# 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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2021-10-17 Thread Michał Górny
commit: 50762367dbac5f02475cc3a244bbca4d536c1805
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 07:38:53 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 07:41:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50762367

dev-python/django-otp: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  2 --
 dev-python/django-otp/django-otp-1.0.6.ebuild | 36 ---
 dev-python/django-otp/django-otp-1.1.0.ebuild | 35 --
 3 files changed, 73 deletions(-)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 3732486bfd7..2353d4fad68 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,3 +1 @@
-DIST django-otp-1.0.6.gh.tar.gz 69023 BLAKE2B 
82534fb666e27ab654b1587160fd9fd4600d1ecb57f5b506b383c3d7b36a13d6bbff39598603c7c3bc69edc871a6a3ad1aa2531a92ea921ab07798e7e4bb1316
 SHA512 
ff14a786bc8b3d22c8767fa78d676951c262389dfe00def981c79894d299f393ffc86510c33866482aa246ac1643238a3de5701bb76cf56aea5e3ba0a25cbb97
-DIST django-otp-1.1.0.gh.tar.gz 71399 BLAKE2B 
826677582fff6102b3e65750c367607e9641aa629a59f064af7023774017f6e7817f36e51e0fada181fa84054545367689b8b499ef9625729c8434a903911876
 SHA512 
b23c0e72508c890f7a84b59b7827f093aeaad77e6df7c824894bc789282db6f8a26699c9a3ee9bf755eb8e13c6fe5a80fad263659be7528762a8cc29d4636e11
 DIST django-otp-1.1.1.gh.tar.gz 71526 BLAKE2B 
d68c0fe99c5437d08a8a0a433b4d6f41f0068047e3899efbb24234696c3494a064982aabc02d2788662d516235413bfc804f76cf5ffa1c608d3aa61927e2fad3
 SHA512 
5946cd64fd0f52dac5ef9fb192f8ecf78e99c96fe7e3223b41c68d96e249f6727149ef58a2dbf48024452e078f5f93c1f9edb9db2a25def5cbb3992c16aac18c

diff --git a/dev-python/django-otp/django-otp-1.0.6.ebuild 
b/dev-python/django-otp/django-otp-1.0.6.ebuild
deleted file mode 100644
index 0468cfa4626..000
--- a/dev-python/django-otp/django-otp-1.0.6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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}"
-}

diff --git a/dev-python/django-otp/django-otp-1.1.0.ebuild 
b/dev-python/django-otp/django-otp-1.1.0.ebuild
deleted file mode 100644
index 89260481058..000
--- a/dev-python/django-otp/django-otp-1.1.0.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}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2021-09-14 Thread Michał Górny
commit: 2859da27216914976982f2bd9933a3924e75f912
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 14 20:00:27 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 14 21:35:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2859da27

dev-python/django-otp: Bump to 1.1.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.1.1.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index d73c9ad2c64..3732486bfd7 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,2 +1,3 @@
 DIST django-otp-1.0.6.gh.tar.gz 69023 BLAKE2B 
82534fb666e27ab654b1587160fd9fd4600d1ecb57f5b506b383c3d7b36a13d6bbff39598603c7c3bc69edc871a6a3ad1aa2531a92ea921ab07798e7e4bb1316
 SHA512 
ff14a786bc8b3d22c8767fa78d676951c262389dfe00def981c79894d299f393ffc86510c33866482aa246ac1643238a3de5701bb76cf56aea5e3ba0a25cbb97
 DIST django-otp-1.1.0.gh.tar.gz 71399 BLAKE2B 
826677582fff6102b3e65750c367607e9641aa629a59f064af7023774017f6e7817f36e51e0fada181fa84054545367689b8b499ef9625729c8434a903911876
 SHA512 
b23c0e72508c890f7a84b59b7827f093aeaad77e6df7c824894bc789282db6f8a26699c9a3ee9bf755eb8e13c6fe5a80fad263659be7528762a8cc29d4636e11
+DIST django-otp-1.1.1.gh.tar.gz 71526 BLAKE2B 
d68c0fe99c5437d08a8a0a433b4d6f41f0068047e3899efbb24234696c3494a064982aabc02d2788662d516235413bfc804f76cf5ffa1c608d3aa61927e2fad3
 SHA512 
5946cd64fd0f52dac5ef9fb192f8ecf78e99c96fe7e3223b41c68d96e249f6727149ef58a2dbf48024452e078f5f93c1f9edb9db2a25def5cbb3992c16aac18c

diff --git a/dev-python/django-otp/django-otp-1.1.1.ebuild 
b/dev-python/django-otp/django-otp-1.1.1.ebuild
new file mode 100644
index 000..89260481058
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.1.1.ebuild
@@ -0,0 +1,35 @@
+# 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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2021-09-13 Thread Michał Górny
commit: 466c1bd3c104b1ab041c52d8021ceea9dd8ff398
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 13 20:04:04 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 13 20:31:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=466c1bd3

dev-python/django-otp: Bump to 1.1.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.1.0.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index d408f76583e..d73c9ad2c64 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1 +1,2 @@
 DIST django-otp-1.0.6.gh.tar.gz 69023 BLAKE2B 
82534fb666e27ab654b1587160fd9fd4600d1ecb57f5b506b383c3d7b36a13d6bbff39598603c7c3bc69edc871a6a3ad1aa2531a92ea921ab07798e7e4bb1316
 SHA512 
ff14a786bc8b3d22c8767fa78d676951c262389dfe00def981c79894d299f393ffc86510c33866482aa246ac1643238a3de5701bb76cf56aea5e3ba0a25cbb97
+DIST django-otp-1.1.0.gh.tar.gz 71399 BLAKE2B 
826677582fff6102b3e65750c367607e9641aa629a59f064af7023774017f6e7817f36e51e0fada181fa84054545367689b8b499ef9625729c8434a903911876
 SHA512 
b23c0e72508c890f7a84b59b7827f093aeaad77e6df7c824894bc789282db6f8a26699c9a3ee9bf755eb8e13c6fe5a80fad263659be7528762a8cc29d4636e11

diff --git a/dev-python/django-otp/django-otp-1.1.0.ebuild 
b/dev-python/django-otp/django-otp-1.1.0.ebuild
new file mode 100644
index 000..89260481058
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.1.0.ebuild
@@ -0,0 +1,35 @@
+# 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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2021-06-05 Thread Michał Górny
commit: 96889a286e07fb64480a700eccc58f59a32be68f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  5 18:48:00 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  5 18:48:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96889a28

dev-python/django-otp: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  4 ---
 dev-python/django-otp/django-otp-1.0.2.ebuild | 36 ---
 dev-python/django-otp/django-otp-1.0.3.ebuild | 36 ---
 dev-python/django-otp/django-otp-1.0.4.ebuild | 36 ---
 dev-python/django-otp/django-otp-1.0.5.ebuild | 36 ---
 5 files changed, 148 deletions(-)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 2964f53552b..d408f76583e 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,5 +1 @@
-DIST django-otp-1.0.2.gh.tar.gz 66885 BLAKE2B 
be98b68f0aa5df25835afa28a23d25e0353dc2d556e62bdf1610a44a409a8e48422e17f274b21eb7cbd421cc4a25a35d01e5d7b3bd99d9caec8c8060da26f57a
 SHA512 
6fe7f79858bdf362dd35e1aeb87c086edd5daf17d4429fc4cb39f3d287ee4c7cf8fb2d6d8f6a7d1b4606104d6732a705b9285f9fec93e4e7c7ca3f3f52541ddd
-DIST django-otp-1.0.3.gh.tar.gz 67007 BLAKE2B 
33aed04898afb6ad3940e06436a1d2b4b9349e8fcd55acba0719084939fb9b111e0c266f4964826491f91f832c16f2e4d505486016bfad416706e3e7ef6f3f37
 SHA512 
7b661228377fa57812a45888e415478cee49d1e343cbc814ba8631f4c354077901ec82f79e69abd00c6bad1dffa026d3e03f4cf0809b074ae1e02ab2cf878137
-DIST django-otp-1.0.4.gh.tar.gz 68976 BLAKE2B 
30908c3769ca9c05c850524d8a3b155f7ac8fcfa8e69073622d83808d7b78293604f9b332e59b074a6737188ca4f53ede13d31d283588605ca17f994bf5d4e5e
 SHA512 
7b37fbc56a708f5c26e6204fba344235c7823db66d7e3e56b74516efc8a1de4150c088ce2d94c04c10855f438b077599d361a4d2c2263e8ff2936309dc0ddb6e
-DIST django-otp-1.0.5.gh.tar.gz 68677 BLAKE2B 
fd4fe66695faf4a75fc9cdab69241520c42c50d013121375bed2cb0f04a71def8e64588e3ac5727cfb319cb025273cb5adfd5d3b0dbab06590967c58e2b36e37
 SHA512 
bfdfe6d5058a6bead28a756392a76301cb821b5ea4f61dff8d376aa7732aa92bf8d709cb964d23e94ed37ec0e3ae45768f4fc4a98aaabfb2be0788bb0059f10c
 DIST django-otp-1.0.6.gh.tar.gz 69023 BLAKE2B 
82534fb666e27ab654b1587160fd9fd4600d1ecb57f5b506b383c3d7b36a13d6bbff39598603c7c3bc69edc871a6a3ad1aa2531a92ea921ab07798e7e4bb1316
 SHA512 
ff14a786bc8b3d22c8767fa78d676951c262389dfe00def981c79894d299f393ffc86510c33866482aa246ac1643238a3de5701bb76cf56aea5e3ba0a25cbb97

diff --git a/dev-python/django-otp/django-otp-1.0.2.ebuild 
b/dev-python/django-otp/django-otp-1.0.2.ebuild
deleted file mode 100644
index cfb15b23692..000
--- a/dev-python/django-otp/django-otp-1.0.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-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}"
-}

diff --git a/dev-python/django-otp/django-otp-1.0.3.ebuild 
b/dev-python/django-otp/django-otp-1.0.3.ebuild
deleted file mode 100644
index 26c9a4b8f2a..000
--- a/dev-python/django-otp/django-otp-1.0.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-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 

[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2021-06-05 Thread Michał Górny
commit: 1745e23782cb4dba712157da814289003f8de7c4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  5 18:47:06 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  5 18:47:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1745e237

dev-python/django-otp: Enable py3.10

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/django-otp-1.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-otp/django-otp-1.0.6.ebuild 
b/dev-python/django-otp/django-otp-1.0.6.ebuild
index 26c9a4b8f2a..0468cfa4626 100644
--- a/dev-python/django-otp/django-otp-1.0.6.ebuild
+++ b/dev-python/django-otp/django-otp-1.0.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2021-05-29 Thread Michał Górny
commit: eb6f6d09594b7b0d7cf2baf51443f9e3a047e7a7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 29 06:51:39 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 29 08:06:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb6f6d09

dev-python/django-otp: Bump to 1.0.6

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.0.6.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 291a0959abd..2964f53552b 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -2,3 +2,4 @@ DIST django-otp-1.0.2.gh.tar.gz 66885 BLAKE2B 
be98b68f0aa5df25835afa28a23d25e035
 DIST django-otp-1.0.3.gh.tar.gz 67007 BLAKE2B 
33aed04898afb6ad3940e06436a1d2b4b9349e8fcd55acba0719084939fb9b111e0c266f4964826491f91f832c16f2e4d505486016bfad416706e3e7ef6f3f37
 SHA512 
7b661228377fa57812a45888e415478cee49d1e343cbc814ba8631f4c354077901ec82f79e69abd00c6bad1dffa026d3e03f4cf0809b074ae1e02ab2cf878137
 DIST django-otp-1.0.4.gh.tar.gz 68976 BLAKE2B 
30908c3769ca9c05c850524d8a3b155f7ac8fcfa8e69073622d83808d7b78293604f9b332e59b074a6737188ca4f53ede13d31d283588605ca17f994bf5d4e5e
 SHA512 
7b37fbc56a708f5c26e6204fba344235c7823db66d7e3e56b74516efc8a1de4150c088ce2d94c04c10855f438b077599d361a4d2c2263e8ff2936309dc0ddb6e
 DIST django-otp-1.0.5.gh.tar.gz 68677 BLAKE2B 
fd4fe66695faf4a75fc9cdab69241520c42c50d013121375bed2cb0f04a71def8e64588e3ac5727cfb319cb025273cb5adfd5d3b0dbab06590967c58e2b36e37
 SHA512 
bfdfe6d5058a6bead28a756392a76301cb821b5ea4f61dff8d376aa7732aa92bf8d709cb964d23e94ed37ec0e3ae45768f4fc4a98aaabfb2be0788bb0059f10c
+DIST django-otp-1.0.6.gh.tar.gz 69023 BLAKE2B 
82534fb666e27ab654b1587160fd9fd4600d1ecb57f5b506b383c3d7b36a13d6bbff39598603c7c3bc69edc871a6a3ad1aa2531a92ea921ab07798e7e4bb1316
 SHA512 
ff14a786bc8b3d22c8767fa78d676951c262389dfe00def981c79894d299f393ffc86510c33866482aa246ac1643238a3de5701bb76cf56aea5e3ba0a25cbb97

diff --git a/dev-python/django-otp/django-otp-1.0.6.ebuild 
b/dev-python/django-otp/django-otp-1.0.6.ebuild
new file mode 100644
index 000..26c9a4b8f2a
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.0.6.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2021-05-09 Thread Michał Górny
commit: 04380c00507bac5957ba6a4569db6b807aaa4000
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May  9 08:14:00 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  9 08:23:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04380c00

dev-python/django-otp: Bump to 1.0.5

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.0.5.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index f3112c9113f..291a0959abd 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,3 +1,4 @@
 DIST django-otp-1.0.2.gh.tar.gz 66885 BLAKE2B 
be98b68f0aa5df25835afa28a23d25e0353dc2d556e62bdf1610a44a409a8e48422e17f274b21eb7cbd421cc4a25a35d01e5d7b3bd99d9caec8c8060da26f57a
 SHA512 
6fe7f79858bdf362dd35e1aeb87c086edd5daf17d4429fc4cb39f3d287ee4c7cf8fb2d6d8f6a7d1b4606104d6732a705b9285f9fec93e4e7c7ca3f3f52541ddd
 DIST django-otp-1.0.3.gh.tar.gz 67007 BLAKE2B 
33aed04898afb6ad3940e06436a1d2b4b9349e8fcd55acba0719084939fb9b111e0c266f4964826491f91f832c16f2e4d505486016bfad416706e3e7ef6f3f37
 SHA512 
7b661228377fa57812a45888e415478cee49d1e343cbc814ba8631f4c354077901ec82f79e69abd00c6bad1dffa026d3e03f4cf0809b074ae1e02ab2cf878137
 DIST django-otp-1.0.4.gh.tar.gz 68976 BLAKE2B 
30908c3769ca9c05c850524d8a3b155f7ac8fcfa8e69073622d83808d7b78293604f9b332e59b074a6737188ca4f53ede13d31d283588605ca17f994bf5d4e5e
 SHA512 
7b37fbc56a708f5c26e6204fba344235c7823db66d7e3e56b74516efc8a1de4150c088ce2d94c04c10855f438b077599d361a4d2c2263e8ff2936309dc0ddb6e
+DIST django-otp-1.0.5.gh.tar.gz 68677 BLAKE2B 
fd4fe66695faf4a75fc9cdab69241520c42c50d013121375bed2cb0f04a71def8e64588e3ac5727cfb319cb025273cb5adfd5d3b0dbab06590967c58e2b36e37
 SHA512 
bfdfe6d5058a6bead28a756392a76301cb821b5ea4f61dff8d376aa7732aa92bf8d709cb964d23e94ed37ec0e3ae45768f4fc4a98aaabfb2be0788bb0059f10c

diff --git a/dev-python/django-otp/django-otp-1.0.5.ebuild 
b/dev-python/django-otp/django-otp-1.0.5.ebuild
new file mode 100644
index 000..26c9a4b8f2a
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.0.5.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2021-04-29 Thread Michał Górny
commit: 4da26b0141000327f45c2312456702aa4c3d3e69
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 29 07:10:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 29 07:18:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da26b01

dev-python/django-otp: Bump to 1.0.4

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.0.4.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 1f6db995cf4..f3112c9113f 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,2 +1,3 @@
 DIST django-otp-1.0.2.gh.tar.gz 66885 BLAKE2B 
be98b68f0aa5df25835afa28a23d25e0353dc2d556e62bdf1610a44a409a8e48422e17f274b21eb7cbd421cc4a25a35d01e5d7b3bd99d9caec8c8060da26f57a
 SHA512 
6fe7f79858bdf362dd35e1aeb87c086edd5daf17d4429fc4cb39f3d287ee4c7cf8fb2d6d8f6a7d1b4606104d6732a705b9285f9fec93e4e7c7ca3f3f52541ddd
 DIST django-otp-1.0.3.gh.tar.gz 67007 BLAKE2B 
33aed04898afb6ad3940e06436a1d2b4b9349e8fcd55acba0719084939fb9b111e0c266f4964826491f91f832c16f2e4d505486016bfad416706e3e7ef6f3f37
 SHA512 
7b661228377fa57812a45888e415478cee49d1e343cbc814ba8631f4c354077901ec82f79e69abd00c6bad1dffa026d3e03f4cf0809b074ae1e02ab2cf878137
+DIST django-otp-1.0.4.gh.tar.gz 68976 BLAKE2B 
30908c3769ca9c05c850524d8a3b155f7ac8fcfa8e69073622d83808d7b78293604f9b332e59b074a6737188ca4f53ede13d31d283588605ca17f994bf5d4e5e
 SHA512 
7b37fbc56a708f5c26e6204fba344235c7823db66d7e3e56b74516efc8a1de4150c088ce2d94c04c10855f438b077599d361a4d2c2263e8ff2936309dc0ddb6e

diff --git a/dev-python/django-otp/django-otp-1.0.4.ebuild 
b/dev-python/django-otp/django-otp-1.0.4.ebuild
new file mode 100644
index 000..26c9a4b8f2a
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.0.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2021-04-04 Thread Michał Górny
commit: f2ac8ff3d6dcc988bc92e483cac2b378bd897919
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  4 13:55:35 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  4 14:22:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2ac8ff3

dev-python/django-otp: Bump to 1.0.3

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.0.3.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index b372ead0a01..1f6db995cf4 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1 +1,2 @@
 DIST django-otp-1.0.2.gh.tar.gz 66885 BLAKE2B 
be98b68f0aa5df25835afa28a23d25e0353dc2d556e62bdf1610a44a409a8e48422e17f274b21eb7cbd421cc4a25a35d01e5d7b3bd99d9caec8c8060da26f57a
 SHA512 
6fe7f79858bdf362dd35e1aeb87c086edd5daf17d4429fc4cb39f3d287ee4c7cf8fb2d6d8f6a7d1b4606104d6732a705b9285f9fec93e4e7c7ca3f3f52541ddd
+DIST django-otp-1.0.3.gh.tar.gz 67007 BLAKE2B 
33aed04898afb6ad3940e06436a1d2b4b9349e8fcd55acba0719084939fb9b111e0c266f4964826491f91f832c16f2e4d505486016bfad416706e3e7ef6f3f37
 SHA512 
7b661228377fa57812a45888e415478cee49d1e343cbc814ba8631f4c354077901ec82f79e69abd00c6bad1dffa026d3e03f4cf0809b074ae1e02ab2cf878137

diff --git a/dev-python/django-otp/django-otp-1.0.3.ebuild 
b/dev-python/django-otp/django-otp-1.0.3.ebuild
new file mode 100644
index 000..26c9a4b8f2a
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.0.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2020-10-23 Thread Michał Górny
commit: 41f084dfe7514327be9d4c60ec8a6e936663417a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 23 19:54:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 23 20:12:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f084df

dev-python/django-otp: Bump to 1.0.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.0.2.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 649a07a9b88..9e39b625c6b 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1 +1,2 @@
 DIST django-otp-1.0.1.gh.tar.gz 66717 BLAKE2B 
6eb24baf21667af5fe5200a91d320884b1fa37b78def9b543b3411f75de97226d0f40ce53f06391d7cfc9f5ad4020a14e472f9a1abe89844778ef69a2f3b5b72
 SHA512 
981d374ed4dacf3edd33dc1437465de7458ec243e1ace0b87425ec2b01a51fe4cee3545d1bbe53d7c924c5981b76f7ca77b5da2cf5d6f170f2f7435cff991337
+DIST django-otp-1.0.2.gh.tar.gz 66885 BLAKE2B 
be98b68f0aa5df25835afa28a23d25e0353dc2d556e62bdf1610a44a409a8e48422e17f274b21eb7cbd421cc4a25a35d01e5d7b3bd99d9caec8c8060da26f57a
 SHA512 
6fe7f79858bdf362dd35e1aeb87c086edd5daf17d4429fc4cb39f3d287ee4c7cf8fb2d6d8f6a7d1b4606104d6732a705b9285f9fec93e4e7c7ca3f3f52541ddd

diff --git a/dev-python/django-otp/django-otp-1.0.2.ebuild 
b/dev-python/django-otp/django-otp-1.0.2.ebuild
new file mode 100644
index 000..3c7f80d1650
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.0.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2020-10-07 Thread Michał Górny
commit: 592428142de0831be28ed910d745b48fe5383ba5
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct  7 06:02:01 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct  7 07:27:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59242814

dev-python/django-otp: Bump to 1.0.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.0.1.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 5d64f223c3f..f264f07cb95 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1 +1,2 @@
 DIST django-otp-1.0.0.gh.tar.gz 63813 BLAKE2B 
17e771f11ddfe4c1667b29da7e6bdbf542796ce48d9f5898e1399603c373bee04a2b6d2d96d8b3295adf07ac245f7e5ad4baf3f6f63f6fe9ce350482a6cc06e8
 SHA512 
66bce779c5ce98c8b0f64bafa98d8be26a2175678b413bc5e8a80a2157d4b843c217aed7cb7b64fb423184c7dcff5967fa352dd233c404dc51082ec7e94792f7
+DIST django-otp-1.0.1.gh.tar.gz 66717 BLAKE2B 
6eb24baf21667af5fe5200a91d320884b1fa37b78def9b543b3411f75de97226d0f40ce53f06391d7cfc9f5ad4020a14e472f9a1abe89844778ef69a2f3b5b72
 SHA512 
981d374ed4dacf3edd33dc1437465de7458ec243e1ace0b87425ec2b01a51fe4cee3545d1bbe53d7c924c5981b76f7ca77b5da2cf5d6f170f2f7435cff991337

diff --git a/dev-python/django-otp/django-otp-1.0.1.ebuild 
b/dev-python/django-otp/django-otp-1.0.1.ebuild
new file mode 100644
index 000..3c7f80d1650
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.0.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2020-08-14 Thread Michał Górny
commit: f0921a60a5e82b805e761faee4c84942f9c057c2
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 14 06:04:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 14 11:50:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0921a60

dev-python/django-otp: Bump to 1.0.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.0.0.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 04f3024a72f..5ed846fe82b 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,2 +1,3 @@
 DIST django-otp-0.9.3.gh.tar.gz 63488 BLAKE2B 
186af524cdfa3084bfc14deab1a4422a2da2a61b94d85f6c84a01ca0876b68d3f4b478ab2ed37b7d73ca273a2cce3bf4a6ad16c07cc2961bb6e5a0f26c80b1aa
 SHA512 
23e73c1fb0af43c9ba946af5bd1a4ea2dc5abd2b6e9e543a0b7ec37296f0132e9203e3df3d8d0a70448d63453b8111921343c04fc3f073c505d6dac332fc0042
 DIST django-otp-0.9.4.gh.tar.gz 63947 BLAKE2B 
f1dd73b92d804419aa6990eff75b8f69d69a143e6f1e8a940f98dacd57678a3a46fa13012451a340ec0572c973469a4e913378a8808d25258e25beb1a6b559ef
 SHA512 
d8387091d557894b91b4350069e2ac3fa30a2998b3e5fc89deeae69dfe1af4dbbc35560361740ebb2f797ee7223b3862427f185c8861eb724327fb09eb9e7b69
+DIST django-otp-1.0.0.gh.tar.gz 63813 BLAKE2B 
17e771f11ddfe4c1667b29da7e6bdbf542796ce48d9f5898e1399603c373bee04a2b6d2d96d8b3295adf07ac245f7e5ad4baf3f6f63f6fe9ce350482a6cc06e8
 SHA512 
66bce779c5ce98c8b0f64bafa98d8be26a2175678b413bc5e8a80a2157d4b843c217aed7cb7b64fb423184c7dcff5967fa352dd233c404dc51082ec7e94792f7

diff --git a/dev-python/django-otp/django-otp-1.0.0.ebuild 
b/dev-python/django-otp/django-otp-1.0.0.ebuild
new file mode 100644
index 000..3c7f80d1650
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.0.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2020-08-05 Thread Michał Górny
commit: deb06aa6f52b6ccbf3e693d60a607f264645c408
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug  6 02:29:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug  6 02:30:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb06aa6

dev-python/django-otp: Bump to 0.9.4

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-0.9.4.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index d3df199eec3..04f3024a72f 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1 +1,2 @@
 DIST django-otp-0.9.3.gh.tar.gz 63488 BLAKE2B 
186af524cdfa3084bfc14deab1a4422a2da2a61b94d85f6c84a01ca0876b68d3f4b478ab2ed37b7d73ca273a2cce3bf4a6ad16c07cc2961bb6e5a0f26c80b1aa
 SHA512 
23e73c1fb0af43c9ba946af5bd1a4ea2dc5abd2b6e9e543a0b7ec37296f0132e9203e3df3d8d0a70448d63453b8111921343c04fc3f073c505d6dac332fc0042
+DIST django-otp-0.9.4.gh.tar.gz 63947 BLAKE2B 
f1dd73b92d804419aa6990eff75b8f69d69a143e6f1e8a940f98dacd57678a3a46fa13012451a340ec0572c973469a4e913378a8808d25258e25beb1a6b559ef
 SHA512 
d8387091d557894b91b4350069e2ac3fa30a2998b3e5fc89deeae69dfe1af4dbbc35560361740ebb2f797ee7223b3862427f185c8861eb724327fb09eb9e7b69

diff --git a/dev-python/django-otp/django-otp-0.9.4.ebuild 
b/dev-python/django-otp/django-otp-0.9.4.ebuild
new file mode 100644
index 000..7c072a1e8d9
--- /dev/null
+++ b/dev-python/django-otp/django-otp-0.9.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+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-1.11[${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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2020-07-15 Thread Michał Górny
commit: 84fd6a8b70a29b44cc0ee91191741dad39ec3928
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 15 09:39:42 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 15 09:40:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84fd6a8b

dev-python/django-otp: Add missing test-dep on freezegun

Closes: https://bugs.gentoo.org/732718
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/django-otp-0.9.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/django-otp/django-otp-0.9.3.ebuild 
b/dev-python/django-otp/django-otp-0.9.3.ebuild
index b14eef63539..7c072a1e8d9 100644
--- a/dev-python/django-otp/django-otp-0.9.3.ebuild
+++ b/dev-python/django-otp/django-otp-0.9.3.ebuild
@@ -24,6 +24,7 @@ RDEPEND="
 BDEPEND="
test? (
$(python_gen_impl_dep sqlite)
+   dev-python/freezegun[${PYTHON_USEDEP}]
dev-python/qrcode[${PYTHON_USEDEP}]
${RDEPEND}
)"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2020-06-24 Thread Michał Górny
commit: dd4ce17db3f797c2126f3e667fc558ca13d79794
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 24 07:28:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 24 08:00:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd4ce17d

dev-python/django-otp: Bump to 0.9.3

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-0.9.3.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 3272c6292f4..e93ea4a04f3 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,3 +1,4 @@
 DIST django-otp-0.9.0.gh.tar.gz 60204 BLAKE2B 
c71b27e007580410fea3cf8110631801c8c08f7e325c3586cb5a41a9618b371b5d65e3b030a5b483cb6cda684fe837cd40aa1c5d04f54dc82cda750b8ba8aeb9
 SHA512 
dd3c99e928ebf1ba5b6f6b2f34fcf8a1f86ad64ece17a9bd97c56be239f165808f6d1025e2826a12a8eadc150fe49920a0b7ef398d83542cd97a4a6f391505fe
 DIST django-otp-0.9.1.gh.tar.gz 60230 BLAKE2B 
1a912e35f8245d3411fc1a9b26dd53d99df5dba5f2a5f68003bc4d535365af336d8664f81cc42f140247bb0e7150c0a60a3308d96cda1e41681dc93520f112d2
 SHA512 
600286653c035527a2a7978f19c3b9683805ab4562f12afcc2140adf92705239b8f9141b9979a6c30110cf7f3cc13c67019f39448d3cb8db61c4e1b0cdbcee88
 DIST django-otp-0.9.2.gh.tar.gz 61366 BLAKE2B 
5016e352db2cfd60d94cd38986185fddab84bf997b72ff5ec3b59cc5944afa74ef67deca7691fd78e28f2aa75bccb9b976707ab6822a6781e541157d4810d8cb
 SHA512 
9634ab23d006d768cec8f3a6685a77e54f8bee89854af2d431eb99560819139518738eb9f1a124190633dbd99f47388f5fa9685bd199a0918f73b263894ea051
+DIST django-otp-0.9.3.gh.tar.gz 63488 BLAKE2B 
186af524cdfa3084bfc14deab1a4422a2da2a61b94d85f6c84a01ca0876b68d3f4b478ab2ed37b7d73ca273a2cce3bf4a6ad16c07cc2961bb6e5a0f26c80b1aa
 SHA512 
23e73c1fb0af43c9ba946af5bd1a4ea2dc5abd2b6e9e543a0b7ec37296f0132e9203e3df3d8d0a70448d63453b8111921343c04fc3f073c505d6dac332fc0042

diff --git a/dev-python/django-otp/django-otp-0.9.3.ebuild 
b/dev-python/django-otp/django-otp-0.9.3.ebuild
new file mode 100644
index 000..b14eef63539
--- /dev/null
+++ b/dev-python/django-otp/django-otp-0.9.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+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-1.11[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2020-06-19 Thread Michał Górny
commit: 6a7553492bf99ecf3a36f398d878b5116bcc9124
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 19 19:43:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 19 19:49:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a755349

dev-python/django-otp: Port to py3.9

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/django-otp-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-otp/django-otp-0.9.2.ebuild 
b/dev-python/django-otp/django-otp-0.9.2.ebuild
index 68f9dcae805..b14eef63539 100644
--- a/dev-python/django-otp/django-otp-0.9.2.ebuild
+++ b/dev-python/django-otp/django-otp-0.9.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2020-06-19 Thread Michał Górny
commit: 6d826765591e5d28ab7818a0a686e3cec7e8a4da
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 19 06:41:51 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 19 09:10:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d826765

dev-python/django-otp: Bump to 0.9.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-0.9.2.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 8ab527d3036..3272c6292f4 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,2 +1,3 @@
 DIST django-otp-0.9.0.gh.tar.gz 60204 BLAKE2B 
c71b27e007580410fea3cf8110631801c8c08f7e325c3586cb5a41a9618b371b5d65e3b030a5b483cb6cda684fe837cd40aa1c5d04f54dc82cda750b8ba8aeb9
 SHA512 
dd3c99e928ebf1ba5b6f6b2f34fcf8a1f86ad64ece17a9bd97c56be239f165808f6d1025e2826a12a8eadc150fe49920a0b7ef398d83542cd97a4a6f391505fe
 DIST django-otp-0.9.1.gh.tar.gz 60230 BLAKE2B 
1a912e35f8245d3411fc1a9b26dd53d99df5dba5f2a5f68003bc4d535365af336d8664f81cc42f140247bb0e7150c0a60a3308d96cda1e41681dc93520f112d2
 SHA512 
600286653c035527a2a7978f19c3b9683805ab4562f12afcc2140adf92705239b8f9141b9979a6c30110cf7f3cc13c67019f39448d3cb8db61c4e1b0cdbcee88
+DIST django-otp-0.9.2.gh.tar.gz 61366 BLAKE2B 
5016e352db2cfd60d94cd38986185fddab84bf997b72ff5ec3b59cc5944afa74ef67deca7691fd78e28f2aa75bccb9b976707ab6822a6781e541157d4810d8cb
 SHA512 
9634ab23d006d768cec8f3a6685a77e54f8bee89854af2d431eb99560819139518738eb9f1a124190633dbd99f47388f5fa9685bd199a0918f73b263894ea051

diff --git a/dev-python/django-otp/django-otp-0.9.2.ebuild 
b/dev-python/django-otp/django-otp-0.9.2.ebuild
new file mode 100644
index 000..68f9dcae805
--- /dev/null
+++ b/dev-python/django-otp/django-otp-0.9.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+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-1.11[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2020-05-19 Thread Michał Górny
commit: 1efac0594d4ffd0c3fa186c429e55a771f710dec
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 19 11:29:41 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 19 11:29:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1efac059

dev-python/django-otp: Require sqlite for tests

Closes: https://bugs.gentoo.org/723612
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/django-otp-0.9.1.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-python/django-otp/django-otp-0.9.1.ebuild 
b/dev-python/django-otp/django-otp-0.9.1.ebuild
index 4bbf7d96389..cb3c87c6043 100644
--- a/dev-python/django-otp/django-otp-0.9.1.ebuild
+++ b/dev-python/django-otp/django-otp-0.9.1.ebuild
@@ -21,7 +21,11 @@ RESTRICT="!test? ( test )"
 
 RDEPEND="
>=dev-python/django-1.11[${PYTHON_USEDEP}]"
-BDEPEND="test? ( ${RDEPEND} )"
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   ${RDEPEND}
+   )"
 
 python_test() {
local -x PYTHONPATH=test:${PYTHONPATH}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2020-05-13 Thread Michał Górny
commit: 2eceda3c31aa8b700a35900afa889f7ee0e22e42
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 13 07:07:51 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 13 07:08:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eceda3c

dev-python/django-otp: Update remote-id

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-otp/metadata.xml 
b/dev-python/django-otp/metadata.xml
index 60c8dcb8e85..026a3a6b8c0 100644
--- a/dev-python/django-otp/metadata.xml
+++ b/dev-python/django-otp/metadata.xml
@@ -7,6 +7,6 @@
   
   
 django-otp
-psagers/django-otp
+django-otp/django-otp
   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2020-05-13 Thread Michał Górny
commit: 219934798b4c94b683963d9e5fa5e5c2fb56c26d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 13 06:58:38 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 13 07:08:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21993479

dev-python/django-otp: Bump to 0.9.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-0.9.1.ebuild | 30 +++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index b582ef87c54..8ab527d3036 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1 +1,2 @@
 DIST django-otp-0.9.0.gh.tar.gz 60204 BLAKE2B 
c71b27e007580410fea3cf8110631801c8c08f7e325c3586cb5a41a9618b371b5d65e3b030a5b483cb6cda684fe837cd40aa1c5d04f54dc82cda750b8ba8aeb9
 SHA512 
dd3c99e928ebf1ba5b6f6b2f34fcf8a1f86ad64ece17a9bd97c56be239f165808f6d1025e2826a12a8eadc150fe49920a0b7ef398d83542cd97a4a6f391505fe
+DIST django-otp-0.9.1.gh.tar.gz 60230 BLAKE2B 
1a912e35f8245d3411fc1a9b26dd53d99df5dba5f2a5f68003bc4d535365af336d8664f81cc42f140247bb0e7150c0a60a3308d96cda1e41681dc93520f112d2
 SHA512 
600286653c035527a2a7978f19c3b9683805ab4562f12afcc2140adf92705239b8f9141b9979a6c30110cf7f3cc13c67019f39448d3cb8db61c4e1b0cdbcee88

diff --git a/dev-python/django-otp/django-otp-0.9.1.ebuild 
b/dev-python/django-otp/django-otp-0.9.1.ebuild
new file mode 100644
index 000..4bbf7d96389
--- /dev/null
+++ b/dev-python/django-otp/django-otp-0.9.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+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-1.11[${PYTHON_USEDEP}]"
+BDEPEND="test? ( ${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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2020-05-04 Thread Michał Górny
commit: 9781bda1ed65619ee49b9f2d047f18258d13994c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  4 10:46:46 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  4 10:48:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9781bda1

dev-python/django-otp: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 -
 dev-python/django-otp/django-otp-0.4.3.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 7ee064d8e4c..b582ef87c54 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,2 +1 @@
-DIST django-otp-0.4.3.tar.gz 42480 BLAKE2B 
09398e4e06425fefdda45a3a200576efda9409a42fb8f1c640a996e066e1ad2cf47e6ee0879e4a61cdc64808fe8f030aba19dfd99fa4da7d3e86597bda881d09
 SHA512 
3f3ec761dc12ed40e8c757dfbe1fd951c7c6aed3abc311c823acdeca08d5864b54c8442a49807228be17b30c20093b1ba7fb8b2c0f86f00dc1cc215ccd7c28de
 DIST django-otp-0.9.0.gh.tar.gz 60204 BLAKE2B 
c71b27e007580410fea3cf8110631801c8c08f7e325c3586cb5a41a9618b371b5d65e3b030a5b483cb6cda684fe837cd40aa1c5d04f54dc82cda750b8ba8aeb9
 SHA512 
dd3c99e928ebf1ba5b6f6b2f34fcf8a1f86ad64ece17a9bd97c56be239f165808f6d1025e2826a12a8eadc150fe49920a0b7ef398d83542cd97a4a6f391505fe

diff --git a/dev-python/django-otp/django-otp-0.4.3.ebuild 
b/dev-python/django-otp/django-otp-0.4.3.ebuild
deleted file mode 100644
index 1ebfccdd56b..000
--- a/dev-python/django-otp/django-otp-0.4.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
-HOMEPAGE="https://bitbucket.org/psagers/django-otp;
-SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-python/django-1.8[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2020-04-21 Thread Michał Górny
commit: 5bfbff9405dfed28d444fa17342f400407556fbf
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 21 11:22:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 21 11:24:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bfbff94

dev-python/django-otp: Retake for python@

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/django-otp/metadata.xml 
b/dev-python/django-otp/metadata.xml
index 553985bc194..60c8dcb8e85 100644
--- a/dev-python/django-otp/metadata.xml
+++ b/dev-python/django-otp/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
+  
+pyt...@gentoo.org
+Python
+  
   
 django-otp
 psagers/django-otp



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2020-04-21 Thread Michał Górny
commit: 29478a15af17d60d1ff9f49e46cf6fee6799bc9e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 21 11:07:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 21 11:24:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29478a15

dev-python/django-otp: Bump to 0.9.0, py3.{7,8}

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-0.9.0.ebuild | 30 +++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index f45cdc8646a..7ee064d8e4c 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1 +1,2 @@
 DIST django-otp-0.4.3.tar.gz 42480 BLAKE2B 
09398e4e06425fefdda45a3a200576efda9409a42fb8f1c640a996e066e1ad2cf47e6ee0879e4a61cdc64808fe8f030aba19dfd99fa4da7d3e86597bda881d09
 SHA512 
3f3ec761dc12ed40e8c757dfbe1fd951c7c6aed3abc311c823acdeca08d5864b54c8442a49807228be17b30c20093b1ba7fb8b2c0f86f00dc1cc215ccd7c28de
+DIST django-otp-0.9.0.gh.tar.gz 60204 BLAKE2B 
c71b27e007580410fea3cf8110631801c8c08f7e325c3586cb5a41a9618b371b5d65e3b030a5b483cb6cda684fe837cd40aa1c5d04f54dc82cda750b8ba8aeb9
 SHA512 
dd3c99e928ebf1ba5b6f6b2f34fcf8a1f86ad64ece17a9bd97c56be239f165808f6d1025e2826a12a8eadc150fe49920a0b7ef398d83542cd97a4a6f391505fe

diff --git a/dev-python/django-otp/django-otp-0.9.0.ebuild 
b/dev-python/django-otp/django-otp-0.9.0.ebuild
new file mode 100644
index 000..4bbf7d96389
--- /dev/null
+++ b/dev-python/django-otp/django-otp-0.9.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+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-1.11[${PYTHON_USEDEP}]"
+BDEPEND="test? ( ${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}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2019-01-27 Thread Pacho Ramos
commit: 5d6ba67603083c90ad4514f414351e60f637a932
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jan 27 12:21:52 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jan 27 12:35:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6ba676

dev-python/django-otp: Drop old

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 dev-python/django-otp/Manifest|  1 -
 dev-python/django-otp/django-otp-0.3.4.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 28515881f3c..f45cdc8646a 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,2 +1 @@
-DIST django-otp-0.3.4.tar.gz 39992 BLAKE2B 
e85cee8d868038aa936a8a3bd7dfd326a28a7609f3a6273637e075fb971dba27060b39f18773628c6a963525a0aa83328d72de937957f430629b8ad6fa77e127
 SHA512 
62b6683050a9dbd0bcfc9a63bd965f19e5d088c3e53c5e45067f8a785aa7b2a7b540d0331742bf8b979ad95d308f944bfef250989d1f782849a71bbc79a7d53c
 DIST django-otp-0.4.3.tar.gz 42480 BLAKE2B 
09398e4e06425fefdda45a3a200576efda9409a42fb8f1c640a996e066e1ad2cf47e6ee0879e4a61cdc64808fe8f030aba19dfd99fa4da7d3e86597bda881d09
 SHA512 
3f3ec761dc12ed40e8c757dfbe1fd951c7c6aed3abc311c823acdeca08d5864b54c8442a49807228be17b30c20093b1ba7fb8b2c0f86f00dc1cc215ccd7c28de

diff --git a/dev-python/django-otp/django-otp-0.3.4.ebuild 
b/dev-python/django-otp/django-otp-0.3.4.ebuild
deleted file mode 100644
index eb05d4af0f2..000
--- a/dev-python/django-otp/django-otp-0.3.4.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
-HOMEPAGE="https://bitbucket.org/psagers/django-otp;
-SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-python/django-1.4.2[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp-yubikey/

2019-01-27 Thread Pacho Ramos
commit: 194d76fb47683a1f8cdf9da880b1799de43fb565
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jan 27 12:22:17 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jan 27 12:36:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=194d76fb

dev-python/django-otp-yubikey: Drop old

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 dev-python/django-otp-yubikey/Manifest |  1 -
 .../django-otp-yubikey-0.3.3.ebuild| 24 --
 2 files changed, 25 deletions(-)

diff --git a/dev-python/django-otp-yubikey/Manifest 
b/dev-python/django-otp-yubikey/Manifest
index 104e9b8da7a..4a0a883b843 100644
--- a/dev-python/django-otp-yubikey/Manifest
+++ b/dev-python/django-otp-yubikey/Manifest
@@ -1,2 +1 @@
-DIST django-otp-yubikey-0.3.3.tar.gz 14233 BLAKE2B 
a85eba8bf9c590d4747627b6c038afea7d766203974508ee1ccb6bf807642720fae78a64584230f013daefd87475c5c9f94f1584ed4ddbdcfbdb31aee57d
 SHA512 
80c9ffb42a7109a04eca4fabca33294b3a65abeb12f408cb6d7c6c06644896629df43d32833d514e0a60ddd6352af073fb5b2f1174a07b370214a76ccc093c3e
 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.3.3.ebuild 
b/dev-python/django-otp-yubikey/django-otp-yubikey-0.3.3.ebuild
deleted file mode 100644
index ddf4f69cfa4..000
--- a/dev-python/django-otp-yubikey/django-otp-yubikey-0.3.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,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.3.0[${PYTHON_USEDEP}]
-   >=dev-python/yubiotp-0.2.1[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2018-08-02 Thread Patrick McLean
commit: 9bcaf6bc2a4613a488179b9f561130f1cd3658fc
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Aug  3 01:37:59 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Aug  3 01:37:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bcaf6bc

dev-python/django-otp: Version bump to 0.4.3

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-0.4.3.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 547646c9618..28515881f3c 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1 +1,2 @@
 DIST django-otp-0.3.4.tar.gz 39992 BLAKE2B 
e85cee8d868038aa936a8a3bd7dfd326a28a7609f3a6273637e075fb971dba27060b39f18773628c6a963525a0aa83328d72de937957f430629b8ad6fa77e127
 SHA512 
62b6683050a9dbd0bcfc9a63bd965f19e5d088c3e53c5e45067f8a785aa7b2a7b540d0331742bf8b979ad95d308f944bfef250989d1f782849a71bbc79a7d53c
+DIST django-otp-0.4.3.tar.gz 42480 BLAKE2B 
09398e4e06425fefdda45a3a200576efda9409a42fb8f1c640a996e066e1ad2cf47e6ee0879e4a61cdc64808fe8f030aba19dfd99fa4da7d3e86597bda881d09
 SHA512 
3f3ec761dc12ed40e8c757dfbe1fd951c7c6aed3abc311c823acdeca08d5864b54c8442a49807228be17b30c20093b1ba7fb8b2c0f86f00dc1cc215ccd7c28de

diff --git a/dev-python/django-otp/django-otp-0.4.3.ebuild 
b/dev-python/django-otp/django-otp-0.4.3.ebuild
new file mode 100644
index 000..2f62c4dcbb8
--- /dev/null
+++ b/dev-python/django-otp/django-otp-0.4.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
+HOMEPAGE="https://bitbucket.org/psagers/django-otp;
+SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/django-1.8[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp-yubikey/

2018-08-02 Thread Patrick McLean
commit: 2dace3c7bc63b03445bed52ae47bc605a4ef13aa
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Aug  3 01:40:53 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Aug  3 01:40:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dace3c7

dev-python/django-otp-yubikey: Version bump to 0.4.2

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 dev-python/django-otp-yubikey/Manifest |  1 +
 .../django-otp-yubikey-0.4.2.ebuild| 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/django-otp-yubikey/Manifest 
b/dev-python/django-otp-yubikey/Manifest
index eddd3b88ba8..104e9b8da7a 100644
--- a/dev-python/django-otp-yubikey/Manifest
+++ b/dev-python/django-otp-yubikey/Manifest
@@ -1 +1,2 @@
 DIST django-otp-yubikey-0.3.3.tar.gz 14233 BLAKE2B 
a85eba8bf9c590d4747627b6c038afea7d766203974508ee1ccb6bf807642720fae78a64584230f013daefd87475c5c9f94f1584ed4ddbdcfbdb31aee57d
 SHA512 
80c9ffb42a7109a04eca4fabca33294b3a65abeb12f408cb6d7c6c06644896629df43d32833d514e0a60ddd6352af073fb5b2f1174a07b370214a76ccc093c3e
+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
new file mode 100644
index 000..21e25622065
--- /dev/null
+++ b/dev-python/django-otp-yubikey/django-otp-yubikey-0.4.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,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}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2018-04-26 Thread Amy Liffey
commit: 6c5744ea2564ad2589f89aa68634a24c7638ec5c
Author: Amy Liffey  gentoo  org>
AuthorDate: Thu Apr 26 08:34:47 2018 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Thu Apr 26 08:38:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5744ea

dev-python/django-otp: fix DESCRIPTION

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/django-otp/django-otp-0.3.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/django-otp/django-otp-0.3.4.ebuild 
b/dev-python/django-otp/django-otp-0.3.4.ebuild
index 9a5fb3483f1..eb05d4af0f2 100644
--- a/dev-python/django-otp/django-otp-0.3.4.ebuild
+++ b/dev-python/django-otp/django-otp-0.3.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 
-DESCRIPTION="Framework for adding two-factor authentication to Django using 
one-time passwords"
+DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
 HOMEPAGE="https://bitbucket.org/psagers/django-otp;
 SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp-yubikey/

2018-03-03 Thread Michael Palimaka
commit: 38be9a6fa09998f61058964ef96b8994d9c679b9
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar  3 09:06:07 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar  3 09:10:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38be9a6f

dev-python/django-otp-yubikey: remove 0.2.0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/django-otp-yubikey/Manifest |  1 -
 .../django-otp-yubikey-0.2.0.ebuild| 24 --
 2 files changed, 25 deletions(-)

diff --git a/dev-python/django-otp-yubikey/Manifest 
b/dev-python/django-otp-yubikey/Manifest
index b82547fa2ce..eddd3b88ba8 100644
--- a/dev-python/django-otp-yubikey/Manifest
+++ b/dev-python/django-otp-yubikey/Manifest
@@ -1,2 +1 @@
-DIST django-otp-yubikey-0.2.0.tar.gz 11264 BLAKE2B 
cfa950e11e4ce57713fb3b0607a614dd294938779398b6cabb5ea1a4168c9753de6a35a887ec75a8d66a8ebd187e0c4687ca32bd72b13e4b84b5bee0e911a635
 SHA512 
f0b18fb262caa76a25af0a063c85c07b41f7d211dacd1db2dc6cd55995bc505a1e70535b70a95cba722685a3b34c8a304e9b829b9c3f27caae67921f86f7ffde
 DIST django-otp-yubikey-0.3.3.tar.gz 14233 BLAKE2B 
a85eba8bf9c590d4747627b6c038afea7d766203974508ee1ccb6bf807642720fae78a64584230f013daefd87475c5c9f94f1584ed4ddbdcfbdb31aee57d
 SHA512 
80c9ffb42a7109a04eca4fabca33294b3a65abeb12f408cb6d7c6c06644896629df43d32833d514e0a60ddd6352af073fb5b2f1174a07b370214a76ccc093c3e

diff --git a/dev-python/django-otp-yubikey/django-otp-yubikey-0.2.0.ebuild 
b/dev-python/django-otp-yubikey/django-otp-yubikey-0.2.0.ebuild
deleted file mode 100644
index ed54486e8a7..000
--- a/dev-python/django-otp-yubikey/django-otp-yubikey-0.2.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-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[${PYTHON_USEDEP}]
-   dev-python/yubiotp[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2018-03-03 Thread Michael Palimaka
commit: f0ffc913203eafef632da9af6d2b4f7f4caab1e7
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar  3 09:05:46 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar  3 09:10:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0ffc913

dev-python/django-otp: remove 0.2.7

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/django-otp/Manifest|  1 -
 dev-python/django-otp/django-otp-0.2.7.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 1f7855a1a30..547646c9618 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,2 +1 @@
-DIST django-otp-0.2.7.tar.gz 76879 BLAKE2B 
c8486d48a2e01a5522c6f8fd6fc6b8c7de50a048aceeef8191d308b041f21a978e481a5635b72c16749346b9152984b7c707e15a621110fa4c3e7e3937aa2a50
 SHA512 
b48c6dd505ed06b4028a1d27213ea759a1a54ca5f4e5c8dc2aad826535a80295fcdde3a1da455256927d26906e53ee40c47a0ab89de5c6331c2f3567e43fdae7
 DIST django-otp-0.3.4.tar.gz 39992 BLAKE2B 
e85cee8d868038aa936a8a3bd7dfd326a28a7609f3a6273637e075fb971dba27060b39f18773628c6a963525a0aa83328d72de937957f430629b8ad6fa77e127
 SHA512 
62b6683050a9dbd0bcfc9a63bd965f19e5d088c3e53c5e45067f8a785aa7b2a7b540d0331742bf8b979ad95d308f944bfef250989d1f782849a71bbc79a7d53c

diff --git a/dev-python/django-otp/django-otp-0.2.7.ebuild 
b/dev-python/django-otp/django-otp-0.2.7.ebuild
deleted file mode 100644
index 5d3bb203538..000
--- a/dev-python/django-otp/django-otp-0.2.7.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="A pluggable framework for adding two-factor authentication to 
Django using one-time passwords"
-HOMEPAGE="https://bitbucket.org/psagers/django-otp;
-SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-python/django-1.4.2[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/

2016-01-16 Thread Johann Schmitz
commit: 983d14cf18efbac8551d3ff484fe0f94ae144a50
Author: Johann Schmitz  gentoo  org>
AuthorDate: Sat Jan 16 15:14:21 2016 +
Commit: Johann Schmitz  gentoo  org>
CommitDate: Sat Jan 16 15:14:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983d14cf

dev-python/django-otp: Version bump

Package-Manager: portage-2.2.26

 dev-python/django-otp/Manifest| 2 +-
 .../django-otp/{django-otp-0.3.1.ebuild => django-otp-0.3.4.ebuild}   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index 7628132..800f7b1 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,2 +1,2 @@
 DIST django-otp-0.2.7.tar.gz 76879 SHA256 
dfc305aa894da2b7111c8846d90254b0d9099f415e14165f6e784f5ceddd5f3f SHA512 
b48c6dd505ed06b4028a1d27213ea759a1a54ca5f4e5c8dc2aad826535a80295fcdde3a1da455256927d26906e53ee40c47a0ab89de5c6331c2f3567e43fdae7
 WHIRLPOOL 
eb819e389d924953537f0f9db2dff56631b07ea50f898abd398f873dad0144255e14984f6f5aa2ab0d0bd296163c995c7837ab6fafefab87646189047b839f52
-DIST django-otp-0.3.1.tar.gz 38800 SHA256 
2aa9f24d655ca0c2583b7fc08c603c2861f337155e35fcc5aae9946e6985db45 SHA512 
6eb78da109609ab843d97c170615a2273f32fa02cd9ca874f8e059c80736d98015477c1c15e8db2fba59a449b44c471f067e3ddb87776378e908c04e3a8a82db
 WHIRLPOOL 
fe27c2fbdd89ff279694d4b2baa0cd11354c104baccbad8282036ddd476da5b3cadb331d372c7114bcc77f885c606f875039e27b72f1d271fa1df7387e794d2a
+DIST django-otp-0.3.4.tar.gz 39992 SHA256 
5e002e6f63211f1d2babb525f3ba7ef07851239671c48c439ba4800099cb5a2e SHA512 
62b6683050a9dbd0bcfc9a63bd965f19e5d088c3e53c5e45067f8a785aa7b2a7b540d0331742bf8b979ad95d308f944bfef250989d1f782849a71bbc79a7d53c
 WHIRLPOOL 
cab0e765007e68caaf79272452d9de74fbc11ccd84f436e506e3180e5ce20bec52ada1b7a75deab3f586bdda76207bc5ebf376288094568bdc0dcaae0389f10e

diff --git a/dev-python/django-otp/django-otp-0.3.1.ebuild 
b/dev-python/django-otp/django-otp-0.3.4.ebuild
similarity index 73%
rename from dev-python/django-otp/django-otp-0.3.1.ebuild
rename to dev-python/django-otp/django-otp-0.3.4.ebuild
index 407eec6..ffa3458 100644
--- a/dev-python/django-otp/django-otp-0.3.1.ebuild
+++ b/dev-python/django-otp/django-otp-0.3.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4} )
 
 inherit distutils-r1
 
-DESCRIPTION="A pluggable framework for adding two-factor authentication to 
Django using one-time passwords"
+DESCRIPTION="Framework for adding two-factor authentication to Django using 
one-time passwords"
 HOMEPAGE="https://bitbucket.org/psagers/django-otp;
 SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp-yubikey/

2016-01-16 Thread Johann Schmitz
commit: 6fadc5069e096ed70a8f523f9f94219471f21be0
Author: Johann Schmitz  gentoo  org>
AuthorDate: Sat Jan 16 15:18:32 2016 +
Commit: Johann Schmitz  gentoo  org>
CommitDate: Sat Jan 16 15:18:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fadc506

dev-python/django-otp-yubikey: Version bump

Package-Manager: portage-2.2.26

 dev-python/django-otp-yubikey/Manifest  | 2 +-
 ...{django-otp-yubikey-0.3.2.ebuild => django-otp-yubikey-0.3.3.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/django-otp-yubikey/Manifest 
b/dev-python/django-otp-yubikey/Manifest
index 13ffc23..29697fe 100644
--- a/dev-python/django-otp-yubikey/Manifest
+++ b/dev-python/django-otp-yubikey/Manifest
@@ -1,2 +1,2 @@
 DIST django-otp-yubikey-0.2.0.tar.gz 11264 SHA256 
72a62d0a0cec9ccf1a1a029b04b6b620f30ec501c0115a52ef6472a6817ba808 SHA512 
f0b18fb262caa76a25af0a063c85c07b41f7d211dacd1db2dc6cd55995bc505a1e70535b70a95cba722685a3b34c8a304e9b829b9c3f27caae67921f86f7ffde
 WHIRLPOOL 
ccd74c242715cd54436ac451b2d69b8a4a75291ac4f2d05ec3c4ead0dba61329ea720149e369799e3772da97ecc4a70139c0ffb7bf658213072c44b5a2cdc3c9
-DIST django-otp-yubikey-0.3.2.tar.gz 14099 SHA256 
602ed013924818a0aead4a6cee0751b6113b22846126e5635f7bff5015ffd053 SHA512 
8961b2de297e4759e1a5c3920ea8b4168d5a14e83b7ef6866598d9f22ac3157886298d424cba8c8418601227e5cb8d8fb4237cfbd66684077e25e1cd968fc589
 WHIRLPOOL 
e50ff65eaeaa7848a514737604a550843f5e855c26d59eb33d69524827ecd8a013afd05aa4e4e382caa10aa87c89577925892787da31a9be70ebabd83853b2b1
+DIST django-otp-yubikey-0.3.3.tar.gz 14233 SHA256 
0e9f748abf2e380163f33b28de2a1a1a5bb06b8f0c6e91fabdea70d49f1cf58a SHA512 
80c9ffb42a7109a04eca4fabca33294b3a65abeb12f408cb6d7c6c06644896629df43d32833d514e0a60ddd6352af073fb5b2f1174a07b370214a76ccc093c3e
 WHIRLPOOL 
5954620768db812845ec017ecce880c9aeb84e0fda15d4cdf4e7ef4fd06c4d29f21049c8abd1a0a588b219dfabe44fa9562c27b9e7e4a9da104627edef77

diff --git a/dev-python/django-otp-yubikey/django-otp-yubikey-0.3.2.ebuild 
b/dev-python/django-otp-yubikey/django-otp-yubikey-0.3.3.ebuild
similarity index 93%
rename from dev-python/django-otp-yubikey/django-otp-yubikey-0.3.2.ebuild
rename to dev-python/django-otp-yubikey/django-otp-yubikey-0.3.3.ebuild
index f72c43c..ad45a26 100644
--- a/dev-python/django-otp-yubikey/django-otp-yubikey-0.3.2.ebuild
+++ b/dev-python/django-otp-yubikey/django-otp-yubikey-0.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp-yubikey/

2015-12-05 Thread Johann Schmitz
commit: 91843a3eda1652b8300546d835141bd619d5521e
Author: Johann Schmitz  gentoo  org>
AuthorDate: Sun Dec  6 06:20:05 2015 +
Commit: Johann Schmitz  gentoo  org>
CommitDate: Sun Dec  6 06:20:05 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91843a3e

dev-python/django-otp-yubikey: Version bump

Package-Manager: portage-2.2.20.1

 dev-python/django-otp-yubikey/Manifest |  1 +
 .../django-otp-yubikey-0.3.2.ebuild| 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/django-otp-yubikey/Manifest 
b/dev-python/django-otp-yubikey/Manifest
index 48d651b..b2dc4a5 100644
--- a/dev-python/django-otp-yubikey/Manifest
+++ b/dev-python/django-otp-yubikey/Manifest
@@ -1,2 +1,3 @@
 DIST django-otp-yubikey-0.2.0.tar.gz 11264 SHA256 
72a62d0a0cec9ccf1a1a029b04b6b620f30ec501c0115a52ef6472a6817ba808 SHA512 
f0b18fb262caa76a25af0a063c85c07b41f7d211dacd1db2dc6cd55995bc505a1e70535b70a95cba722685a3b34c8a304e9b829b9c3f27caae67921f86f7ffde
 WHIRLPOOL 
ccd74c242715cd54436ac451b2d69b8a4a75291ac4f2d05ec3c4ead0dba61329ea720149e369799e3772da97ecc4a70139c0ffb7bf658213072c44b5a2cdc3c9
 DIST django-otp-yubikey-0.3.1.tar.gz 14027 SHA256 
584ca85fe05525c04575d760348c1c9adaec24fbab882b3c718a56dbd2f3386b SHA512 
d7f13a22f2beb52a8566b5f5b43997344a6ea754bcd06fade0fa39872aad2ba2eecc11b9bccff340e2099c264dcae08faf6beb8d99f0508ae5d67646fcd79204
 WHIRLPOOL 
90e7cd6b63d322335aa725f30435c222542b4a59e6d7c1c5659ab150a1b00e757b13fdc40cef527e95731499e8f922fd900474bcd70b0b03feb6e06753c5df43
+DIST django-otp-yubikey-0.3.2.tar.gz 14099 SHA256 
602ed013924818a0aead4a6cee0751b6113b22846126e5635f7bff5015ffd053 SHA512 
8961b2de297e4759e1a5c3920ea8b4168d5a14e83b7ef6866598d9f22ac3157886298d424cba8c8418601227e5cb8d8fb4237cfbd66684077e25e1cd968fc589
 WHIRLPOOL 
e50ff65eaeaa7848a514737604a550843f5e855c26d59eb33d69524827ecd8a013afd05aa4e4e382caa10aa87c89577925892787da31a9be70ebabd83853b2b1

diff --git a/dev-python/django-otp-yubikey/django-otp-yubikey-0.3.2.ebuild 
b/dev-python/django-otp-yubikey/django-otp-yubikey-0.3.2.ebuild
new file mode 100644
index 000..f72c43c
--- /dev/null
+++ b/dev-python/django-otp-yubikey/django-otp-yubikey-0.3.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+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.3.0[${PYTHON_USEDEP}]
+   >=dev-python/yubiotp-0.2.1[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp-yubikey/

2015-12-05 Thread Johann Schmitz
commit: 4968340c12eb5330597736450c15f593704acdb6
Author: Johann Schmitz  gentoo  org>
AuthorDate: Sun Dec  6 06:20:35 2015 +
Commit: Johann Schmitz  gentoo  org>
CommitDate: Sun Dec  6 06:20:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4968340c

dev-python/django-otp-yubikey: Dropped 0.3.1

Package-Manager: portage-2.2.20.1

 dev-python/django-otp-yubikey/Manifest |  1 -
 .../django-otp-yubikey-0.3.1.ebuild| 25 --
 2 files changed, 26 deletions(-)

diff --git a/dev-python/django-otp-yubikey/Manifest 
b/dev-python/django-otp-yubikey/Manifest
index b2dc4a5..13ffc23 100644
--- a/dev-python/django-otp-yubikey/Manifest
+++ b/dev-python/django-otp-yubikey/Manifest
@@ -1,3 +1,2 @@
 DIST django-otp-yubikey-0.2.0.tar.gz 11264 SHA256 
72a62d0a0cec9ccf1a1a029b04b6b620f30ec501c0115a52ef6472a6817ba808 SHA512 
f0b18fb262caa76a25af0a063c85c07b41f7d211dacd1db2dc6cd55995bc505a1e70535b70a95cba722685a3b34c8a304e9b829b9c3f27caae67921f86f7ffde
 WHIRLPOOL 
ccd74c242715cd54436ac451b2d69b8a4a75291ac4f2d05ec3c4ead0dba61329ea720149e369799e3772da97ecc4a70139c0ffb7bf658213072c44b5a2cdc3c9
-DIST django-otp-yubikey-0.3.1.tar.gz 14027 SHA256 
584ca85fe05525c04575d760348c1c9adaec24fbab882b3c718a56dbd2f3386b SHA512 
d7f13a22f2beb52a8566b5f5b43997344a6ea754bcd06fade0fa39872aad2ba2eecc11b9bccff340e2099c264dcae08faf6beb8d99f0508ae5d67646fcd79204
 WHIRLPOOL 
90e7cd6b63d322335aa725f30435c222542b4a59e6d7c1c5659ab150a1b00e757b13fdc40cef527e95731499e8f922fd900474bcd70b0b03feb6e06753c5df43
 DIST django-otp-yubikey-0.3.2.tar.gz 14099 SHA256 
602ed013924818a0aead4a6cee0751b6113b22846126e5635f7bff5015ffd053 SHA512 
8961b2de297e4759e1a5c3920ea8b4168d5a14e83b7ef6866598d9f22ac3157886298d424cba8c8418601227e5cb8d8fb4237cfbd66684077e25e1cd968fc589
 WHIRLPOOL 
e50ff65eaeaa7848a514737604a550843f5e855c26d59eb33d69524827ecd8a013afd05aa4e4e382caa10aa87c89577925892787da31a9be70ebabd83853b2b1

diff --git a/dev-python/django-otp-yubikey/django-otp-yubikey-0.3.1.ebuild 
b/dev-python/django-otp-yubikey/django-otp-yubikey-0.3.1.ebuild
deleted file mode 100644
index f72c43c..000
--- a/dev-python/django-otp-yubikey/django-otp-yubikey-0.3.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
-
-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.3.0[${PYTHON_USEDEP}]
-   >=dev-python/yubiotp-0.2.1[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"